Filip Strozik
Filip Strozik
**Description:** the `internal/cmd` package contains command definitions with almost all functionality. It's really hard to test packages like this one. We should extract its functionality into smaller, dedicated packages and...
**Description:** I observed in one long-running application that if the application uses the git2go library to [clone](https://github.com/kyma-project/serverless/blob/main/components/serverless/internal/git/go2git.go#L108) the repo or compute the [last commit](https://github.com/kyma-project/serverless/blob/main/components/serverless/internal/git/go2git.go#L68) hash from branch/tag then memory is...
**Description:** All sub-commands under the alpha command should be "released" if all quality requirements are met. We should propose and document which requirements we expect to fully support command and...
**Description** Now if a module is configured as unmanaged on the Kyma CR level, it's not possible to turn it managed without editing raw yaml. The following screenshot shows an...
**Description** It would be nice to have the option to customize the resources view in the resources list in the Resource Widget. **Reasons** In our use-case, a user should have...
**Description** It's not possible to make fields not operational dynamically. Right now we achieve that using the `visibility` field but we prefer to inform users that if the `enabled` field...
**Description** Changes proposed in this pull request: - remove `registry` commands group - support coreCommands in extension configmap - enable `image-import` and `config` commands if registry configmap exists **Related issue(s)**...
**Description** As [the output](https://github.com/kyma-project/cli/issues/2221#issuecomment-2404978066) of the `Design Kyma CLI flow for basic kyma use case` we decided to allow extending the kyma-cli v3 API using yaml configuration hosted by teams...
**Description** Changes proposed in this pull request: - issue description summary in one ADR **Related issue(s)** - https://github.com/kyma-project/cli/issues/2765
**Description** Changes proposed in this pull request: - propose CLI standards about the command interface