v0.4.57
Defang CLI
This is the Command Line Interface (CLI) for Defang. This is a beta version and is provided as-is, intended primarily for testing purposes.
Please note, we do not currently have any automated installers. This means you'll need to manually extract the archive and place the binary in your system's PATH.
Installation Instructions
- Download the archive file for your Operating System.
- Extract the archive. This should reveal the binary file for Defang.
- Manually place the binary file in a directory that's included in your system's
PATH
environment variable.
Additional Step for MacOS Users
MacOS users will need to allow the binary to run due to security settings:
- Attempt to run the binary. You'll see a security prompt preventing you from running it.
- Go to System Preferences > Privacy & Security > General.
- In the 'Allow applications downloaded from:' section, you should see a message about Defang being blocked. Click 'Open Anyway'.
- Alternatively, select the option "App Store and identified developers" to allow all applications from the App Store and identified developers to run.
Please remember this software is in beta, so please report any issues or feedback through our GitHub page. Your help in improving Defang is greatly appreciated!
Changelog
- 396b204 feat: --debug flag
- d20eccf show debug message on sigint
- 995a344 fix for empty cpus reservations
- 02235fe Upgrade samples and CLI generate template to use nodejs 20 LTS (#54)
- 9a284c4 add project name to secrets
- 1b8cf0d rename tenant to project in proto
- 228816e make install to .local/bin
- 0a31a06 fix version check
- 04a4180 Update actions/setup-go to v5
- 5b6ef81 Rename all docker-compose.yml to compose.yaml (#49)
- 3bf2323 Fixes #382 (partial) - Update github actions to node20
- 93d1ad4 defang: v0.4.55 -> v0.4.56