| sidebar_position | 1 |
|---|---|
| title | Defang CLI Reference |
| description | Learn about the Defang CLI |
import DocCardList from "@docusaurus/theme-classic/lib/theme/DocCardList";
The Defang CLI takes your app from Docker Compose to a secure and scalable deployment on your favorite cloud in minutes.
<DocCardList items={[ { type: "link", href: "/docs/cli/defang_compose_up", label: "defang compose up", description: "Learn how to deploy your application", }, { type: "link", href: "/docs/cli/defang_config_create", label: "defang config create", description: "Learn how to set configuration values for your deployment", }, { type: "link", href: "/docs/cli/defang_compose_logs", label: "defang compose logs", description: "Learn how to view your application logs", }, { type: "link", href: "/docs/cli/defang_compose_ps", label: "defang compose ps", description: "Learn how to view your deployed services", }, ]} />
For a complete list of commands, check out the sidebar.