Skip to content

Instantly share code, notes, and snippets.

@dyoder
Created March 28, 2012 02:16
Show Gist options
  • Save dyoder/2222905 to your computer and use it in GitHub Desktop.
Save dyoder/2222905 to your computer and use it in GitHub Desktop.
Dolphin with no options
[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
[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