Skip to content

Instantly share code, notes, and snippets.

@cgkio
Created November 5, 2013 18:24
Show Gist options
  • Save cgkio/7323645 to your computer and use it in GitHub Desktop.
Save cgkio/7323645 to your computer and use it in GitHub Desktop.
Deploy | List | Inspect | Start | Destroy nodejitsu apps with CLI
# 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