tanzu-cli icon indicating copy to clipboard operation
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...

Results 48 tanzu-cli issues
Sort by recently updated
recently updated
newest added

### What this PR does / why we need it This PR has changes in `login` and `context create` commands to inform user when `TANZU_CLI_CLOUD_SERVICES_ORGANIZATION_ID` is being used ### Which...

cla-not-required

**Bug description** We use pinniped with an oidc test user to create a context. During the login process, one information(in black) shown below which will confuse users: anzu context create...

kind/bug
needs-triage

Bumps [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp) from 0.7.2 to 0.7.7. Changelog Sourced from github.com/hashicorp/go-retryablehttp's changelog. 0.7.7 (May 30, 2024) BUG FIXES: client: avoid potentially leaking URL-embedded basic authentication credentials in logs (#158) 0.7.6 (May...

cla-not-required
dependencies

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.9+incompatible to 25.0.6+incompatible. Release notes Sourced from github.com/docker/docker's releases. v25.0.6 25.0.6 For a full list of pull requests and changes in this release, refer to the relevant...

cla-not-required
dependencies

### What this PR does / why we need it This change fixes the issue that occurs when `--goflags` is passing a value with a space in it. The code...

cla-not-required

**Bug description** I am essentially here: https://docs.vmware.com/en/VMware-vSphere/8.0/vsphere-with-tanzu-tkg/GUID-E5A804FA-BB03-436F-BF01-14CBF13DBB9D.html . Attemping to create a context against my Tanzu environment. This works on Windows with tanzu-cli 1.4.1 down to generating me my kubeconfig....

kind/bug
needs-triage

**There is currently an issue with this change where the config.yaml file does not get cleaned up of "contexts" after running `tanzu cluster version` with cluster:v0.25.4. I will investigate when...

**Bug description** The Tanzu CLI has an inefficient startup which becomes slower and slower as the number of configured contexts increases. `pkg/config/init.go` makes a call to `SyncContextsAndServers()` in its `init()`...

kind/bug
needs-triage