defang 2.2.2 → 2.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -46,12 +46,12 @@ The Defang CLI recognizes the following environment variables:
46
46
  - `DEFANG_PULUMI_BACKEND` - The Pulumi backend URL or `"pulumi-cloud"`; defaults to a self-hosted backend
47
47
  - `DEFANG_PULUMI_DIR` - Run Pulumi from this folder, instead of spawning a cloud task; requires `--debug` (BYOC only)
48
48
  - `DEFANG_PULUMI_VERSION` - Override the version of the Pulumi image to use (`aws` provider only)
49
+ - `DEFANG_SUFFIX` - The suffix to use for all BYOC resources; defaults to the stack name, or `beta` if unset.
49
50
  - `NO_COLOR` - If set to any value, disables color output; by default, color output is enabled depending on the terminal
50
51
  - `PULUMI_ACCESS_TOKEN` - The Pulumi access token to use for authentication to Pulumi Cloud; see `DEFANG_PULUMI_BACKEND`
51
52
  - `PULUMI_CONFIG_PASSPHRASE` - Passphrase used to generate a unique key for your stack, and configuration and encrypted state values
52
53
  - `TZ` - The timezone to use for log timestamps: an IANA TZ name like `UTC` or `Europe/Amsterdam`; defaults to `Local`
53
54
  - `XDG_STATE_HOME` - The directory to use for storing state; defaults to `~/.local/state`
54
55
 
55
- Environment variables will be loaded from a `.defangrc` file in the current directory, if it exists. This file follows
56
+ Environment variables will be loaded from a `.defang` file in the current directory, if it exists. This file follows
56
57
  the same format as a `.env` file: `KEY=VALUE` pairs on each line, lines starting with `#` are treated as comments and ignored.
57
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "defang",
3
- "version": "2.2.2",
3
+ "version": "2.4.1",
4
4
  "author": "Defang Software Labs Inc.",
5
5
  "description": "CLI to take your app from Docker Compose to a secure and scalable deployment on your favorite cloud in minutes",
6
6
  "license": "MIT",