Releases: DefangLabs/defang
Releases · DefangLabs/defang
nightly: CLI will error if invalid stackname provided (#1659)
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.
For alternative installation methods, please check the README.
Manual 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
PATHenvironment variable.
Additional Step for MacOS Users
If you're having trouble running the binary on MacOS, please check our FAQs.
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
- d48a72f: CLI will error if invalid stackname provided (#1659) (Kevin Vo [email protected])
- 8428132: Remove globals (#1646) (Kevin Vo [email protected])
- bd9020a: Add commands to help with stack cleanup (#1656) (Lio李歐 [email protected])
- f035a58: Return error when cfn template container does not have an image (#1522) (Hao Jiang [email protected])
- bba39bb: Avoid returning empty logs when only --deployment is passed (#1652) (Jordan Stephens [email protected])
- b425919: chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 in /pkgs/npm (#1639) (dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>)
- 11fcd2b: Add Dockerfile validation before deployments (#1642) (Copilot [email protected])
- e5f61c8: Fix capitalization in install script comments (Lio李歐 [email protected])
- b1a75f2: Impersonate uploader account when doing cd ls command for gcp (#1643) (Hao Jiang [email protected])
- ccad56b: Impersonate defang-upload service account when accessing cd bucket obj (#1637) (Hao Jiang [email protected])
- 2cc1776: fix: close errChan when done (#1634) (Lio李歐 [email protected])
- f51c88c: fix(install): support nightly (#1635) (Lio李歐 [email protected])
- 94f472a: only print Bookends on defang logs or tail (#1630) (Jordan Stephens [email protected])
- 2995f33: feat(cd): delete default SG rules (#1633) (Lio李歐 [email protected])
- 0fae2fb: feat(cd): add explicit 'cd install' command (#1632) (Lio李歐 [email protected])
- 5d2ce5d: MCP Tool Prefactoring (#1620) (Jordan Stephens [email protected])
- 5e7b766: Take head of stream with --limit and --since (#1627) (Jordan Stephens [email protected])
- 5934f20: Fix gcp logging not stop and not providing the correct project when no since is given (#1628) (Hao Jiang [email protected])