Created
March 28, 2012 02:16
-
-
Save dyoder/2222905 to your computer and use it in GitHub Desktop.
Dolphin with no options
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[dan@yoda dolphin (open-source)]$ ./bin/dolphin configure aws --help | |
Usage: ./bin/dolphin (options) | |
-g, --group GROUP The AWS security group to use for new instances | |
-i, --image IMAGE The AWS image for provisioning pods | |
-k, --key KEY Your AWS account key | |
-p, --keypair KEYPAIR The AWS keypair name to use with SSH | |
-r, --region REGION The region (datacenter) for region-specific options | |
-s, --secret SECRET Your AWS account secret | |
-h, --help Show this message |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[dan@yoda dolphin (open-source)]$ ./bin/dolphin | |
dolphin: No subcommand provided. | |
Usage: dolphin <subcommand> <options> | |
The dolphin command provides command line access to the spire.io API. | |
Valid commands: | |
register Register a new account | |
configure Configure dolphin, ex: set your AWS key | |
pod | |
overlord | |
dashboard | |
You can get more options for any command with --help or -h. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment