defang
Defang CLI is used to develop, deploy, and debug your cloud services
Options
--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
-h, --help help for defang
-T, --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] (default auto)
-v, --verbose verbose logging
SEE ALSO
- defang cert - Manage certificates
- defang compose - Work with local Compose files
- defang config - Add, update, or delete service config
- defang down - Reads a Compose file and deprovisions its services
- defang generate - Generate a sample Defang project
- defang login - Authenticate to Defang
- defang logout - Log out
- defang new - Create a new Defang project from a sample
- defang restart - Restart one or more services
- defang services - Get list of services in the project
- defang tail - Tail logs from one or more services
- defang terms - Read and/or agree the Defang terms of service
- defang token - Manage personal access tokens
- defang up - Reads a Compose file and deploy a new project or update an existing project
- defang upgrade - Upgrade the Defang CLI to the latest version
- defang version - Get version information for the CLI and Fabric service
- defang whoami - Show the current user