Use this file to discover all available pages before exploring further.
manage docker-compose filesRefer to the Compose Deploy guide for additional details.
cpln stack [SUBCOMMAND]
Commands: cpln stack deploy deploy from a docker-compose file [aliases: up] cpln stack manifest Generate a CPLN apply file from a docker-compose file cpln stack rm Delete objects from a docker-compose file [aliases: down]Options: --help Show help [boolean]
deploy from a docker-compose fileRefer to the compose deploy guide for more details.Usage
cpln stack deploy [OPTIONS]
Reference
Command options: --directory, --dir Path to parent folder of docker-compose file --compose-file Name of the docker-compose file if alternative naming was used --build Build images [boolean] [default: true]Context options: --profile Override the profile. The default profile can be set using the `cpln profile set-default` command or by setting the CPLN_PROFILE environment variable --org Override the organization. The default organization can be set in your profile by using the `cpln profile update` command --gvc Override the global virtual cloud. The default global virtual cloud can be set in your profile by using the `cpln profile update` commandOptions: --help Show help [boolean]
Generate a CPLN spec file from a compose project. Outputs result to stdout. Note: this command will build and push images to CPLNUsage
cpln stack manifest [OPTIONS]
Reference
Command options: --directory, --dir Path to parent folder of docker-compose file --compose-file Name of the docker-compose file if alternative naming was used --build Build images [boolean] [default: false]Context options: --profile Override the profile. The default profile can be set using the `cpln profile set-default` command or by setting the CPLN_PROFILE environment variable --org Override the organization. The default organization can be set in your profile by using the `cpln profile update` command --gvc Override the global virtual cloud. The default global virtual cloud can be set in your profile by using the `cpln profile update` commandFormat options: --output, -o Set the output format [choices: "text", "json", "yaml", "json-slim", "yaml-slim", "tf", "crd", "names"] --color Colorize the output [boolean] [default: true] --ts Timestamp format if the output format is text (e.g., --output=text) [choices: "iso", "local", "age"] --max Maximum number of records to show. A value less than 1 will return all records. [number] [default: 50]Options: --help Show help [boolean]
Delete all resources generated from a docker compose project.Usage
cpln stack rm [OPTIONS]
Reference
Command options: --directory, --dir Path to parent folder of docker-compose file --compose-file Name of the docker-compose file if alternative naming was usedContext options: --profile Override the profile. The default profile can be set using the `cpln profile set-default` command or by setting the CPLN_PROFILE environment variable --org Override the organization. The default organization can be set in your profile by using the `cpln profile update` command --gvc Override the global virtual cloud. The default global virtual cloud can be set in your profile by using the `cpln profile update` commandOptions: --help Show help [boolean]