Logo

Command Palette

Search for a command to run...

stacks create

Creates a new Cloud 66 application based on a service definition (service.yml) and an optional application Manifest (manifest.yml).

$ cx stacks create --name <new application name> --service_yaml <service definition>

Options

ArgumentRequired?DefaultDescription
--name, -n <new application name>yesName for the new application
--service_yaml <service definition>yesThe YAML formatted service definition file
--manifest_yaml, -mnoManifest definition for the new application (YAML formatted file)

Examples

$ cx stacks create --name my_cloud66_app --service_yaml service.yml --manifest_yaml manifest.yml