Launch ApplicationΒΆ
Launch App using CLI and Web Interface with name and environment with an optional config file.
CLI
The Developer can launch the application from the command line into different environments.
# c3 app launch --name <string> --env <string> --config <filename>
# c3 app launch --name alert --env local --config config.yaml
Web
Mock up web interface for the scenario.
Simplified Web Interface
REST
This is an example of the RESTful interface for the scenario.
app/launch
| Name | Value | Description |
| name | string | name of the application |
| env | string | name of the environment |
| config | filename | name of the yaml config file for the application |