defang compose ls
List all deployments
defang compose ls [flags]
Aliases: deployments, ls, deployment, deploys, deps, dep, ls, list
Options
-a, --all show all deployments, including stopped
-h, --help help for ls
-l, --limit uint32 maximum number of deployments to list (default 10)
Options inherited from parent commands
--color color-mode colorize output; one of [never auto always] (default auto)
-C, --cwd string change directory before running the command
--debug debug logging for troubleshooting the CLI
--dry-run dry run (don't actually change anything)
-f, --file stringArray compose file path(s)
--json show output in JSON format
--non-interactive disable interactive prompts / no TTY (default true)
-p, --project-name string project name
-P, --provider provider bring-your-own-cloud provider; one of [defang aws digitalocean gcp] (default auto)
--pulumi-backend string specify an alternate Pulumi backend URL or "pulumi-cloud"
-s, --stack string stack name (for BYOC providers)
--utc show timestamps in UTC timezone
-v, --verbose verbose logging
--workspace name-or-id workspace to use (default personal tenant)
SEE ALSO
- defang compose - Work with local Compose files