Skip to content

v5.1.144

Latest
Compare
Choose a tag to compare
@cycloid-machine cycloid-machine released this 12 Dec 17:18
· 2 commits to develop since this release

[v5.1.144] 2024-12-12

Cycloid CLI changelog:

CLI

ADDED

  • Add cy event list for listing events (CLI#324)
    This is a basic implementation of the getEvents API endpoint.

FIXED

  • cy project create-env/update-env now correctly support all value update types with --var (-V) flag (CLI#323)
    Previously, all value would have been treated as string, we now support all native types (int, float, bool, string) and valid JSON (array and objects).
  • Fixed bugs in variable updates on environment update (CLI#323)