mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-07 18:45:48 +00:00
15 lines
374 B
Plaintext
15 lines
374 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# pulumi gen-completion
|
|
|
|
> Generate completion scripts for the Pulumi CLI.
|
|
> Supported shells are bash, zsh, fish.
|
|
> More information: <https://www.pulumi.com/docs/iac/cli/commands/pulumi_gen-completion/>.
|
|
|
|
- Generate completion scripts:
|
|
|
|
`pulumi gen-completion {{bash|zsh|fish}}`
|