tanzu-cli
tanzu-cli copied to clipboard
The Tanzu Core CLI project provides the core functionality of the Tanzu CLI. The CLI is based on a plugin architecture where CLI command functionality can be delivered through independently developed...
### What this PR does / why we need it This PR enhances the plugin installation. After these changes, the plugin installation does not log each successful plugin installation message,...
Bumps [github.com/sigstore/cosign/v2](https://github.com/sigstore/cosign) from 2.0.3-0.20230519173114-f21081a18209 to 2.2.4. Release notes Sourced from github.com/sigstore/cosign/v2's releases. v2.2.4 Bug Fixes Fixes for GHSA-88jx-383q-w4qc and GHSA-95pr-fxf5-86gv (#3661) ErrNoSignaturesFound should be used when there is no signature...
### What this PR does / why we need it **Dependency Updates:** - `cosign/v2`: `v2.0.3-0.20230519173114-f21081a18209` -> `v2.2.4` - `k8s.io/*` : `v0.26.3` -> `v0.28.3` - Removes dependency of the `github.com/vmware-tanzu/tanzu-framework/capabilities/client` package...
**Bug description** When deploying a new workload cluster before the cluster is fully deployed, the deployment times out. The cluster itself is not fully deployed it seems. After this it...
**Bug description** After introducing the Central Repository feature, there is a lot of code paths that are no longer supported. That code was kept as the Central Repository feature evolved,...
### What this PR does / why we need it This PR updates the plugin upload-bundle UX to minimize the log messages while uploading a specific plugin image. It also...
### What this PR does / why we need it - Introduce a global flag `--verbose` of type int with values 0-9 to set the log verbosity level for a...
Hi Folks, It doesn't matter what you do; the tool always reports an error that the edition has not been found. ``` tanzu management-cluster create Error: edition not found ```...
**Bug description** When running a `tanzu package available get cert-manager.tanzu.vmware.com -o json` the output omits the versions. When running the same command but with yaml output, it does show the...
### What this PR does / why we need it Currently, the CLI build and E2E test cases are being executed only in Ubuntu and MacOS. The goal of this...