v5.0.49
cycloid-machine
released this
19 Jun 10:30
·
259 commits
to develop
since this release
[v5.0.49] 2024-06-19
Cycloid CLI changelog:
CLI
ADDED
- Add
cy project create-stackforms-env
command to create env using stackforms (CLI#269) - Add
cy project get-env
command to retrieve configuration value on projects using stackforms. (CLI#269) - Add a
cy stacks get-config <ref> <use-case>
to retrieve a stack default config (CLI#277)
FIXED
- Make
cy project create-stackforms-env
fetch default by default (CLI#277)
This behavior can be disabled with the--no-fetch-defaults
flag - Fix forms config parsing for stackforms related commands not sending the correct vars keys. (CLI#277)
BREAKING
- Update go version to 1.22.4 and go-swagger to 0.31.0 (CLI#272)
FIXED
- Fix all env related commands not returning UI icons on update. (CLI#269)