You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Take your app from Docker Compose to a secure and scalable deployment on your favorite cloud in minutes.
9
10
10
11
## Defang CLI
12
+
11
13
The Defang Command-Line Interface [(CLI)](https://docs.defang.io/docs/getting-started) is designed for developers who prefer to manage their workflows directly from the terminal. It offers full access to Defang’s capabilities, allowing you to build, test, and deploy applications efficiently to the cloud.
12
14
13
15
## Defang MCP Server
16
+
14
17
The Defang Model Context Protocol [(MCP)](https://docs.defang.io/docs/concepts/mcp) Server is tailored for developers who work primarily within integrated development environments (IDEs). It enables seamless cloud deployment from supported editors such as Cursor, Windsurf, VS Code, VS Code Insiders and Claude delivering a fully integrated experience without leaving your development environment.
15
18
16
19
## This repo includes:
@@ -20,7 +23,6 @@ The Defang Model Context Protocol [(MCP)](https://docs.defang.io/docs/concepts/m
20
23
-[Samples](https://github.com/DefangLabs/samples) in Golang, Python, and Node.js that show how to accomplish various tasks and deploy them to the DOP using a Docker Compose file using the Defang CLI.
21
24
- Samples that show how to deploy an app using the [Defang Pulumi Provider](https://github.com/DefangLabs/pulumi-defang).
Copy file name to clipboardExpand all lines: src/README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
-
## Develop Once. Deploy Anywhere.
1
+
## Develop Once, Deploy Anywhere.
2
+
2
3
Take your app from Docker Compose to a secure and scalable deployment on your favorite cloud in minutes.
3
4
4
5
## Defang CLI
6
+
5
7
The Defang Command-Line Interface [(CLI)](https://docs.defang.io/docs/getting-started) is designed for developers who prefer to manage their workflows directly from the terminal. It offers full access to Defang’s capabilities, allowing you to build, test, and deploy applications efficiently to the cloud.
6
8
7
9
## Getting started
@@ -47,3 +49,6 @@ The Defang CLI recognizes the following environment variables:
47
49
-`TZ` - The timezone to use for log timestamps: an IANA TZ name like `UTC` or `Europe/Amsterdam`; defaults to `Local`
48
50
-`XDG_STATE_HOME` - The directory to use for storing state; defaults to `~/.local/state`
49
51
52
+
Environment variables will be loaded from a `.defangrc` file in the current directory, if it exists. This file follows
53
+
the same format as a `.env` file: `KEY=VALUE` pairs on each line, lines starting with `#` are treated as comments and ignored.
0 commit comments