Releases: coollabsio/coolify-cli
v1.0.4
What's Changed
- Enable parallel GoReleaser builds by @andrasbacsai in #29
- Add flags to env sync command by @andrasbacsai in #32
- feat: installable via go by @YaRissi in #31
- feat: testing ci with linter by @YaRissi in #33
- feat: Version inject by @YaRissi in #34
- Remove gzip file validation check by @LaurenceJJones in #36
- Add deployment management commands for improved user experience by @andrasbacsai in #37
New Contributors
- @LaurenceJJones made their first contribution in #36
Full Changelog: 1.0.3...v1.0.4
1.0.3
What's Changed
- Update README with CLI command fixes by @andrasbacsai in #26
- Add minimum version checks to CLI commands by @andrasbacsai in #28
- Add CONTRIBUTING.md file by @andrasbacsai in #27
Full Changelog: 1.0.2...1.0.3
1.0.2
What's Changed
- Add coolify config command by @andrasbacsai in #24
- Add context verify command by @andrasbacsai in #25
Full Changelog: 1.0.1...1.0.2
1.0.1
What's Changed
- Proposal: Restructure of commands by @YaRissi in #21
- Fix: missing flags for some commands by @YaRissi in #22
- Refactor: Use 'context' instead of 'instance' terminology by @andrasbacsai in #23
New Contributors
Full Changelog: 1.0.0...1.0.1
1.0.0
We refactored the whole CLI to be usable everywhere.
Sorry for breaking changes.
What's Changed
- fix: MacOS shows unsupported architecture by @scmmishra in #1
- feat: Complete CLI restructure with layered architecture by @andrasbacsai in #11
- fix cmd typo prompting user to update coolify by @jizaymes in #9
- chore: update Go dependencies to fix security vulnerabilities by @andrasbacsai in #12
- feat: add Conductor workspace configuration by @andrasbacsai in #13
- docs: update CLAUDE.md with correct test commands by @andrasbacsai in #14
- Refactor cli and use all available endpoints by @andrasbacsai in #16
- update README.md by @andrasbacsai in #17
- Enhance install script with features and error handling by @andrasbacsai in #18
- Add HOW-TO-RELEASE.md for CLI by @andrasbacsai in #19
New Contributors
- @scmmishra made their first contribution in #1
- @andrasbacsai made their first contribution in #11
- @jizaymes made their first contribution in #9
Full Changelog: 0.0.1...1.0.0
0.0.2-rc1
Hey everyone! 👋
I’m excited to introduce myself as one of the new maintainer of the cli-coolify project. I've been working on improving the CLI experience, and today I’m releasing an early Release Candidate (RC) for you to try out.
🆕 Notable Changes
Here’s a quick overview of what’s new under the hood:
-
🫧 Bubbletea-based UI
The CLI now uses Bubbletea, a powerful TUI (Text User Interface) framework for Go. This enables interactive prompts, cleaner output, and a more intuitive UX overall — especially useful as we grow the feature set. -
🧹 Codebase Refactor
The project has undergone a full refactor to better support a long-term roadmap. It’s now more modular, readable, and easier to contribute to. In future we will publish a full roadmap of the CLI to allow the community to contribute. #2 -
⚙️ Golang SDK Generation
The CLI now uses a generated Go SDK from the Coolify openapi.yaml file. This ensures tighter alignment with the backend API, reduces the chance of client-side panics, and makes updates more maintainable. #6
💬 Call for Feedback
This RC is very work in progress — not all commands from v0.0.1 are available yet, but your input now will shape what comes next. I’d really appreciate it if you could:
✅ Test the new CLI binary
📝 Share feedback or report issues here:
👉 #7
Tip
The current configuration within your ~/.config/coolify is compatible with this RC, however, some items such as version have been stripped from the configuration and is now built into the binary itself.
I'm particularly interested in:
- Whether the new experience feels intuitive
- Any bugs, quirks, or regressions you hit
- Suggestions for improving command structure or flow
🧰 How to Test
Recommend steps for testing:
Make a temporary directory:
cd $(mktemp -d)Grab the link from this release of the platform and arch you are on and run:
wget "https://github.com/coollabsio/cli-coolify/releases/download/0.0.2-rc1/coolify_0.0.2-rc1_linux_amd64.tar.gz" Decompress the tar.gz file:
tar xzf coolify_0.0.2-rc1_linux_amd64.tar.gzNow you can run the coolify binary using relative path:
./coolify --helpWarning
Do not currently replace your coolify binary within /usr/local/bin until we released 0.0.2 as stable
Thank you for being part of the Coolify community! Your feedback is essential to shaping this tool to better fit your workflows.
Laurence
0.0.1
Initial release.