kyma completion powershell ​
Generate the autocompletion script for powershell.
Synopsis ​
Generate the autocompletion script for powershell.
To load completions in your current shell session:
kyma completion powershell | Out-String | Invoke-Expression
To load completions for every new session, add the output of the above command to your powershell profile.
bash
kyma completion powershell [flags]Flags ​
text
--no-descriptions disable completion descriptions
--context string The name of the kubeconfig context to use
-h, --help Help for the command
--kubeconfig string Path to the Kyma kubeconfig file
--show-extensions-error Prints a possible error when fetching extensions fails
--skip-extensions Skip fetching extensions from the target Kyma environmentSee also ​
- kyma completion - Generate the autocompletion script for the specified shell