Commit 532c7db0 by Paul Durivage

Update example to use RAX_CREDS_FILE env var

parent e366712a
...@@ -70,9 +70,9 @@ notes: ...@@ -70,9 +70,9 @@ notes:
requirements: [ "pyrax" ] requirements: [ "pyrax" ]
examples: examples:
- description: List server instances - description: List server instances
code: RAX_CREDS=~/.raxpub RAX_REGION=ORD rax.py --list code: RAX_CREDS_FILE=~/.raxpub RAX_REGION=ORD rax.py --list
- description: List server instance properties - description: List server instance properties
code: RAX_CREDS=~/.raxpub RAX_REGION=ORD rax.py --host <HOST_IP> code: RAX_CREDS_FILE=~/.raxpub RAX_REGION=ORD rax.py --host <HOST_IP>
''' '''
import sys import sys
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment