fhacloid
fhacloid
```console cy --org cycloid catalog-repository list ERRORS 1 Error: unable to list catalog repositories: validation failure list: validation failure list: owner in body is required ```
This PR aims to add a `cy cr template` command to template a stack using the [createServiceCatalogFromTemplate endpoint](https://docs.cycloid.io/api/#operation/createServiceCatalogFromTemplate). Feel free to correct me.
When creating a project using the new stackforms command `cy create-stackforms-env` -> [create-env.go](https://github.com/cycloidio/cycloid-cli/blob/develop/cmd/cycloid/projects/create-env.go#L169) I added logic to fetch the defaults values first to merge them with the values provided by...
The -V flags does not process boolean or number values. Todo: - Refactor `common.UpdateMapField()` to be able to inject any type of value [function](https://github.com/cycloidio/cycloid-cli/blob/1b7f0531dc13418696ff28daac977534cd4634b3/cmd/cycloid/common/helpers.go#L370) - Since flags() will ingest only...
There are a number of issue detected with the current handling of the API KEY: - [x] CLI seems to try to send the auth token of a parent org...
Creating an environment with stackforms is not supported by the CLI yet. Here how we will do it: The current command will remain with the legacy `cy projects create-env` logic,...
This should help fix the current staging tests
Fixes #283