Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the documentation for ActiveHelp #713

Merged
merged 1 commit into from
Apr 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions docs/full/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,10 +276,6 @@ Notice that the input `TANZU_API_TOKEN=12345` preceding the `tanzu` command is n
it is still present and will take effect if the command is executed. Pressing `<TAB>` again will often
correct the situation but when it does not, you can simply refresh your shell display (e.g., `^L`).

```bash
export TANZU_ACTIVE_HELP=0
```

## Auto-detection and notification of new CLI releases

The CLI will periodically verify if new releases of the CLI itself are available.
Expand Down
1 change: 1 addition & 0 deletions pkg/constants/env_variables.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const (
SkipUpdateKubeconfigOnContextUse = "TANZU_CLI_SKIP_UPDATE_KUBECONFIG_ON_CONTEXT_USE"

// Control the different ActiveHelp options
// If set to 0, Cobra will automatically deactivate all ActiveHelp for the CLI
ConfigVariableActiveHelp = "TANZU_ACTIVE_HELP"

// Change the default value of the plugin inventory cache TTL
Expand Down
Loading