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

**Bug description** The builder plugin usage is confusing and the documentation is not clear. 1. Why do we have 2 different versions of builder ? `tanzu builder` and a separate...

kind/bug
needs-triage

**Describe the feature request** This request is to validate if the native sqlite DB concurrency support is good enough for telemetry DB operations and remove the filelock mechanism currently used....

kind/feature
needs-triage

**Bug description** If you do something minor like add qoutes to a registry on accident, you get a tricky to udnerstand error message: ``` [!] Unable to resolve the plugin...

kind/bug
needs-triage

**Bug description** Currently the help text for "--ca-certficate" has the below help text ``` ❯ tanzu config cert add -h Add a certificate configuration for a host Usage: tanzu config...

area/docs
kind/bug

**Describe the feature request** Currently, we don't have an e2e test cases implementation for the plugin sync (for target Kubernetes) **Describe alternative(s) you've considered** NA **Additional context** NA

kind/testing

**Describe the feature request** Documentation should be provided for Tanzu context create / tanzu login command(deprecated). It should cover all the scenarios 1. Authentation for TMC global endpoint 2. Authentation...

documentation

**Bug description** For the pre-alpha release we have disabled the `status` saying `update available`. With a Central Repository, that feature doesn't work as simply as it used to. For example,...

**Describe the feature request** Currently, we have E2E test cases for the plugin life cycle, but they are specific to OCI repository; we need to implement plugin life cycle E2E...

**Bug description** We have a `PluginCatalog` interface defined in `pkg/catalog/interface.go`. We also have a catalog implementation `ContextCatalog` defined in `pkg/catalog/catalog.go`. I would have expected that implementation to implement the `PluginCatalog`...

**Describe the feature request** - Remove the deprecated API use of tanzu-plugin-runtime in the Tanzu CLI codebase - As part of https://github.com/vmware-tanzu/tanzu-plugin-runtime/pull/34, APIs were marked as deprecated. - https://github.com/vmware-tanzu/tanzu-cli/pull/127 update...