Skip to content

Instantly share code, notes, and snippets.

@ingydotnet
Created February 6, 2012 03:49
Show Gist options
  • Save ingydotnet/1749434 to your computer and use it in GitHub Desktop.
Save ingydotnet/1749434 to your computer and use it in GitHub Desktop.
ingy@thinkingy:~/.work/as/stackato-samples/node/multisweeper$ stackato apps
+--------------+---+---------+----------------------------------+----------+
| Application | # | Health | URLS | Services |
+--------------+---+---------+----------------------------------+----------+
| env | 1 | STOPPED | env.stackato-ingy.local | |
| multisweeper | 1 | STOPPED | multisweeper.stackato-ingy.local | |
+--------------+---+---------+----------------------------------+----------+
ingy@thinkingy:~/.work/as/stackato-samples/node/multisweeper$ stackato restart env
Application 'env' already stopped
Staging Application [env]: ^C
Interrupted
ingy@thinkingy:~/.work/as/stackato-samples/node/multisweeper$ stackato apps
+--------------+---+---------+----------------------------------+----------+
| Application | # | Health | URLS | Services |
+--------------+---+---------+----------------------------------+----------+
| env | 1 | 0% | env.stackato-ingy.local | |
| multisweeper | 1 | STOPPED | multisweeper.stackato-ingy.local | |
+--------------+---+---------+----------------------------------+----------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment