Command | Description |
---|
appc login
| Login |
appc config set defaultEnvironment preproduction
| Selection of an environment (optional, if the default needs to be switched) |
appc new
| Create an app |
appc publish
| Publish the app |
appc cloud list
| Query the list of applications that are deployed to my current environment and dashboard |
appc cloud list <appname>
| Query the config for a specific application that is deployed to the currently referenced environment and dashboard |
appc cloud config --maxsize 4 <appname>
| Configuration for a given application: change the maximum number of containers |
appc cloud config —minsize 2 <appname>
| Configuration for a given application: change the minimum number of containers |
appc cloud server <appname> —set <value>
| Change the size of the given application. Accepted values include “Dev”, ”Small”, ”Medium”, ”Large”, and ”XLarge”. |
appc cloud logcat
| View logs of the application |
appc cloud loglist —build_logs | View logs of the application |
appc cloud accesslog | List application's access log |
appc cloud add | Add a new route or service |
appc cloud cname | Set a CNAME for an application |
appc cloud config | Configure the application |
appc cloud crt | Manage SSL certificates for the application |
appc cloud download | Download source files for the specified application and version. Note: If you publish using a Docker image, this command won't work. |
appc logout | Log out |
appc remove | Remove an application |
appc run | Run an application locally for dev. and/or testing |
appc unpublish | Unpublish an application |
appc cloud whoami | Show current login user |