- Implementing AppFog
- Matthew Nohr Isaac Rabinovitch
- 107字
- 2021-07-23 15:20:25
Getting application statuses
Once logged in, you can check the status of applications you previously deployed:
$ af apps +-------------+----+---------+---------------------+----------+-----+ | Application | # | Health | URLS | Services | In | +-------------+----+---------+---------------------+----------+-----+ | insideaf1 | 1 | RUNNING | insideaf1.aws.af.cm | | aws | +-------------+----+---------+---------------------+----------+-----+
These fields correspond to information on the web control panel. Note that the application name is the same as the "domain name" you used to create the application. This is the name you'll use to manage the application from the command line.