stacks create
Creates a new Cloud 66 application based on a service definition (service.yml
) and an optional application Manifest (manifest.yml
).
Options
Argument | Required? | Default | Description |
---|---|---|---|
--name, -n <new application name> | yes | — | Name for the new application |
--service_yaml <service definition> | yes | — | The YAML formatted service definition file |
--manifest_yaml, -m | no | — | Manifest definition for the new application (YAML formatted file) |