2023-10-07 07:37:08 +00:00
|
|
|
---
|
|
|
|
title: "esc completion"
|
2023-10-09 07:17:56 +00:00
|
|
|
menu:
|
|
|
|
esc_cli:
|
|
|
|
parent: commands
|
2023-10-07 07:37:08 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Generate the autocompletion script for the specified shell
|
|
|
|
|
|
|
|
## Synopsis
|
|
|
|
|
|
|
|
Generate the autocompletion script for esc for the specified shell.
|
|
|
|
See each sub-command's help for details on how to use the generated script.
|
|
|
|
|
|
|
|
|
|
|
|
## Options
|
|
|
|
|
|
|
|
```
|
|
|
|
-h, --help help for completion
|
|
|
|
```
|
|
|
|
|
|
|
|
## SEE ALSO
|
|
|
|
|
2023-10-09 07:17:56 +00:00
|
|
|
* [esc](/docs/esc-cli/commands/esc/) - Pulumi ESC command line
|
|
|
|
* [esc completion bash](/docs/esc-cli/commands/esc_completion_bash/) - Generate the autocompletion script for bash
|
|
|
|
* [esc completion fish](/docs/esc-cli/commands/esc_completion_fish/) - Generate the autocompletion script for fish
|
|
|
|
* [esc completion powershell](/docs/esc-cli/commands/esc_completion_powershell/) - Generate the autocompletion script for powershell
|
|
|
|
* [esc completion zsh](/docs/esc-cli/commands/esc_completion_zsh/) - Generate the autocompletion script for zsh
|
2023-10-07 07:37:08 +00:00
|
|
|
|
2023-10-09 07:17:56 +00:00
|
|
|
###### Auto generated by spf13/cobra on 9-Oct-2023
|