Skip to content

Releases: cycloidio/cycloid-cli

v6.2.62

21 Aug 20:04
Compare
Choose a tag to compare

[v6.2.62] 2025-08-21

Cycloid CLI changelog:

CLI

ADDED

  • Add cy stack create (CLI#373)
    This command allow you to create a stack with our Blueprint feature: https://docs.cycloid.io/reference/stack-blueprint/#using-a-blueprint
    CHANGED

  • Move child org creation to the cy org create --name <child_org> --parent-canonical <parent_org> (CLI#375)
    This will give more clarity to the child org creation process. Deprecating the cy org create-child command.

  • cy credential create now requires the --canonical flag (CLI#380)

  • Update client to version v6.2.62 (CLI#381)

DEPRECATED

  • cy org create-child command is officially deprecated, replaced by cy org create --name <new_org> --parent-canonical <parent_org> (CLI#375)
    This command was confusing and non standard.
    FIXED

  • cy comp create --var: Fixed trailling quote when forcing string type with single quotes ' (CLI#377)

  • Fixed a bug where create commands with --update flag would misbehave on API error (CLI#382)
    In some cases, like a 5xx from the API, the CLI would try to update a non-existent resource and fail to report the correct error message.
    INTERNAL

  • Removed payload validation (CLI#378)

v6.2.62-rc

14 Aug 13:29
Compare
Choose a tag to compare
v6.2.62-rc Pre-release
Pre-release

[v6.2.62-rc] 2025-08-21

Cycloid CLI changelog:

CLI

ADDED

  • Add cy stack create (CLI#373)
    This command allow you to create a stack with our Blueprint feature: https://docs.cycloid.io/reference/stack-blueprint/#using-a-blueprint
    CHANGED

  • Move child org creation to the cy org create --name <child_org> --parent-canonical <parent_org> (CLI#375)
    This will give more clarity to the child org creation process. Deprecating the cy org create-child command.

  • cy credential create now requires the --canonical flag (CLI#380)

  • Update client to version v6.2.62 (CLI#381)

DEPRECATED

  • cy org create-child command is officially deprecated, replaced by cy org create --name <new_org> --parent-canonical <parent_org> (CLI#375)
    This command was confusing and non standard.
    FIXED

  • cy comp create --var: Fixed trailling quote when forcing string type with single quotes ' (CLI#377)

  • Fixed a bug where create commands with --update flag would misbehave on API error (CLI#382)
    In some cases, like a 5xx from the API, the CLI would try to update a non-existent resource and fail to report the correct error message.
    INTERNAL

  • Removed payload validation (CLI#378)

v6.2.43

24 Jul 12:25
Compare
Choose a tag to compare

[v6.2.43] 2025-07-23

Cycloid CLI changelog:

CLI

ADDED

  • Add completion for --color and --icon flags (CLI#354)

  • Added flag completion to the CLI (CLI#356)
    The CLI is now able to complete most arguments, fetching resources from the API still requires auth.

  • Add cy api-key create command (CLI#360)

  • Add cy credential create --update flag (CLI#367)

BREAKING

  • Pipeline subcommand are renamed to follow convention (CLI#358)
    build related command are now in the subcommand cy pipeline build and jobs are in cy pipeline jobs subcommand.
    CHANGED

  • Make the CLI pick a random icon/color with sane defaults for envs if not set by the user. (CLI#354)

  • cy credential get|delete accept now cred canonicals as argument. (CLI#367)
    flags have the priority on precedence.

  • Update client to version v6.2.43 (CLI#372)

FIXED

  • Project and env updates will persist current icon / color instead of using the default one if not set by the user. (CLI#354)

  • Update pipelines commands to work with components layer (CLI#358)

  • Fixed CLI version (CLI#369)

REMOVED

  • Removed the version warning on each commands (CLI#364)

v6.2.43-rc

23 Jul 12:44
88e35d2
Compare
Choose a tag to compare
v6.2.43-rc Pre-release
Pre-release

[v6.2.43-rc] 2025-08-12

Cycloid CLI changelog:

CLI

ADDED

  • Add cy stack create (CLI#373)
    This command allow you to create a stack with our Blueprint feature: https://docs.cycloid.io/reference/stack-blueprint/#using-a-blueprint
    CHANGED
  • Move child org creation to the cy org create --name <child_org> --parent-canonical <parent_org> (CLI#375)
    This will give more clarity to the child org creation process. Deprecating the cy org create-child command.
  • cy credential create now requires the --canonical flag (CLI#380)

DEPRECATED

  • cy org create-child command is officially deprecated, replaced by cy org create --name <new_org> --parent-canonical <parent_org> (CLI#375)
    This command was confusing and non standard.
    FIXED
  • cy comp create --var: Fixed trailling quote when forcing string type with single quotes ' (CLI#377)

INTERNAL

  • Removed payload validation (CLI#378)

v6.1.25-rc

15 May 09:20
Compare
Choose a tag to compare
v6.1.25-rc Pre-release
Pre-release

[v6.1.25-rc] 2025-07-18

Cycloid CLI changelog:

CLI

ADDED

  • Add completion for --color and --icon flags (CLI#354)

  • Added flag completion to the CLI (CLI#356)
    The CLI is now able to complete most arguments, fetching resources from the API still requires auth.

  • Add cy api-key create command (CLI#360)

  • Add cy credential create --update flag (CLI#367)

BREAKING

  • Pipeline subcommand are renamed to follow convention (CLI#358)
    build related command are now in the subcommand cy pipeline build and jobs are in cy pipeline jobs subcommand.
    CHANGED

  • Make the CLI pick a random icon/color with sane defaults for envs if not set by the user. (CLI#354)

  • cy credential get|delete accept now cred canonicals as argument. (CLI#367)
    flags have the priority on precedence.
    FIXED

  • Project and env updates will persist current icon / color instead of using the default one if not set by the user. (CLI#354)

  • Update pipelines commands to work with components layer (CLI#358)

  • Fixed CLI version (CLI#369)

REMOVED

  • Removed the version warning on each commands (CLI#364)

0-rc

16 May 10:20
Compare
Choose a tag to compare
0-rc Pre-release
Pre-release

[0-rc] 2025-07-18

Cycloid CLI changelog:

CLI

ADDED

  • Add support for components CRUD in the CLI (CLI#339)
    This allows you to manipulate components using the CLI

  • Add multi platform builds (CLI#339)

  • Add cy project list-env command. (CLI#342)
    This allow to list the envs linked to a project.

  • Add completion for --color and --icon flags (CLI#354)

  • Added flag completion to the CLI (CLI#356)
    The CLI is now able to complete most arguments, fetching resources from the API still requires auth.

  • Add cy api-key create command (CLI#360)

  • Add cy credential create --update flag (CLI#367)

BREAKING

  • Remove old cy project create-env and cy project update-env commands (CLI#339)
    Use the cy components create and cy components update commands instead.

  • Pipeline subcommand are renamed to follow convention (CLI#358)
    build related command are now in the subcommand cy pipeline build and jobs are in cy pipeline jobs subcommand.
    CHANGED

  • Update client to version v6.0.8 (CLI#332)

  • Update client to version v6.0.9 (CLI#333)

  • Update client to version v6.0.17 (CLI#335)

  • Update client to version v6.0.69 (CLI#337)

  • Update client to version v6.0.98 (CLI#340)

  • Updated project / env command to the new component layer (CLI#339)
    As with components, what used to be env creation become components.

  • Update client to version v6.1.25 (CLI#)

  • Update client to version v6.0.114 (CLI#351)

  • Make the CLI pick a random icon/color with sane defaults for envs if not set by the user. (CLI#354)

  • cy credential get|delete accept now cred canonicals as argument. (CLI#367)
    flags have the priority on precedence.
    FIXED

  • Migrated all project commands to component layer (CLI#342)

  • Project and env updates will persist current icon / color instead of using the default one if not set by the user. (CLI#354)

  • Update pipelines commands to work with components layer (CLI#358)

REMOVED

  • Removed the version warning on each commands (CLI#364)

v6.0.114-rc

15 May 08:55
6f35fe9
Compare
Choose a tag to compare
v6.0.114-rc Pre-release
Pre-release

[v6.0.114-rc] 2025-05-15

Cycloid CLI changelog:

CLI

ADDED

  • Add support for components CRUD in the CLI (CLI#339)
    This allows you to manipulate components using the CLI

  • Add multi platform builds (CLI#339)

  • Add cy project list-env command. (CLI#342)
    This allow to list the envs linked to a project.
    BREAKING

  • Remove old cy project create-env and cy project update-env commands (CLI#339)
    Use the cy components create and cy components update commands instead.
    CHANGED

  • Update client to version v6.0.8 (CLI#332)

  • Update client to version v6.0.9 (CLI#333)

  • Update client to version v6.0.17 (CLI#335)

  • Update client to version v6.0.69 (CLI#337)

  • Update client to version v6.0.98 (CLI#340)

  • Updated project / env command to the new component layer (CLI#339)
    As with components, what used to be env creation become components.

  • Update client to version v6.1.25 (CLI#)

  • Update client to version v6.0.114 (CLI#351)

FIXED

  • Migrated all project commands to component layer (CLI#342)

v6.0.98-rc

07 May 13:22
c542bad
Compare
Choose a tag to compare
v6.0.98-rc Pre-release
Pre-release

[v6.0.98-rc] 2025-05-15

Cycloid CLI changelog:

CLI

ADDED

  • Add support for components CRUD in the CLI (CLI#339)
    This allows you to manipulate components using the CLI

  • Add multi platform builds (CLI#339)

  • Add cy project list-env command. (CLI#342)
    This allow to list the envs linked to a project.
    BREAKING

  • Remove old cy project create-env and cy project update-env commands (CLI#339)
    Use the cy components create and cy components update commands instead.
    CHANGED

  • Update client to version v6.0.8 (CLI#332)

  • Update client to version v6.0.9 (CLI#333)

  • Update client to version v6.0.17 (CLI#335)

  • Update client to version v6.0.69 (CLI#337)

  • Update client to version v6.0.98 (CLI#340)

  • Updated project / env command to the new component layer (CLI#339)
    As with components, what used to be env creation become components.
    FIXED

  • Migrated all project commands to component layer (CLI#342)

v5.1.153

13 Mar 08:41
Compare
Choose a tag to compare

[v5.1.153] 2025-03-13

Cycloid CLI changelog:

CLI

ADDED

  • Add cy pipeline last-used command (CLI#334)
    This command allows you to list pipelines not triggered since x days.
    CHANGED
  • cy stack update only manage visibility and team settings now. (CLI#334)
    This is on par with our stack visibility update. see changelog for Cycloid v5.1.153.

v5.1.153-rc

13 Mar 08:35
8b2b3c3
Compare
Choose a tag to compare
v5.1.153-rc Pre-release
Pre-release

[v5.1.153-rc] 2025-03-13

Cycloid CLI changelog:

CLI

ADDED

  • Add cy pipeline last-used command (CLI#334)
    This command allows you to list pipelines not triggered since x days.
    CHANGED
  • cy stack update only manage visibility and team settings now. (CLI#334)
    This is on par with our stack visibility update. see changelog for Cycloid v5.1.153.