Skip to content

Instantly share code, notes, and snippets.

@ryanclark2
Created May 8, 2014 02:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanclark2/d824c2422e2ce7ffa753 to your computer and use it in GitHub Desktop.
Save ryanclark2/d824c2422e2ce7ffa753 to your computer and use it in GitHub Desktop.
ninefold help
Commands:
ninefold app SUBCOMMAND # manage your apps
ninefold brutus SUBCOMMAND # make Brutus do things
ninefold console # shortcut for app:console
ninefold db SUBCOMMAND # manage your databases
ninefold dbconsole # shortcut for app:dbconsole
ninefold help [COMMAND] # Describe available commands or one specific command
ninefold logs # shortcut for app:logs
ninefold rake # shortcut for app:rake
ninefold signin # shortcut for user:signin
ninefold signout # shortcut for user:signout
ninefold user SUBCOMMAND # manage user credentials
ninefold webhooks SUBCOMMAND # manage your webhooks
ninefold whoami # shortcut for user:whoami
Options:
-s, [--sure], [--no-sure] # don't ask for confirmation
-k, [--public-key=PUBLIC_KEY] # your public key location
# Default: ~/.ssh/id_rsa.pub
-q, [--robot], [--no-robot] # plain black and white mode without animations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment