Releases: cycloidio/cycloid-cli
v6.2.62
[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 thecy 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 bycy 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
[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 thecy 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 bycy 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
[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 subcommandcy pipeline build
and jobs are incy 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
[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 thecy org create-child
command. cy credential create
now requires the--canonical
flag (CLI#380)
DEPRECATED
cy org create-child
command is officially deprecated, replaced bycy org create --name <new_org> --parent-canonical <parent_org>
(CLI#375)
This command was confusing and non standard.
FIXEDcy 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
[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 subcommandcy pipeline build
and jobs are incy 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
[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
andcy project update-env
commands (CLI#339)
Use thecy components create
andcy components update
commands instead. -
Pipeline subcommand are renamed to follow convention (CLI#358)
build related command are now in the subcommandcy pipeline build
and jobs are incy 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
[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
andcy project update-env
commands (CLI#339)
Use thecy components create
andcy 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
[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
andcy project update-env
commands (CLI#339)
Use thecy components create
andcy 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
[v5.1.153] 2025-03-13
Cycloid CLI changelog:
CLI
ADDED
v5.1.153-rc
[v5.1.153-rc] 2025-03-13
Cycloid CLI changelog:
CLI
ADDED