Created
November 5, 2013 18:24
-
-
Save cgkio/7323645 to your computer and use it in GitHub Desktop.
Deploy | List | Inspect | Start | Destroy nodejitsu apps with CLI
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
# deploy nodejitsu application | |
$ jitsu apps deploy | |
# list all applications | |
$ jitsu apps list | |
# inspecting applications configuration in jitsu cloud | |
$ jitsu apps view [appname] | |
# start nodejitsu application | |
$ jitsu apps start [appname] | |
# stop nodejitsu application | |
$ jitsu apps stop [appname] | |
# remove your application (and snapshots) from jitsu cloud | |
$ jitsu apps destroy [appname] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment