Created
May 8, 2014 02:25
-
-
Save ryanclark2/d824c2422e2ce7ffa753 to your computer and use it in GitHub Desktop.
This file contains 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
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