Skip to content

Commit

Permalink
Regen docs [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-bot authored Dec 21, 2023
1 parent 30976fe commit 1030972
Show file tree
Hide file tree
Showing 101 changed files with 1,007 additions and 1,010 deletions.
2 changes: 1 addition & 1 deletion content/docs/cli/commands/pulumi.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ For more information, please visit the project page: https://www.pulumi.com/docs
* [pulumi watch](/docs/cli/commands/pulumi_watch/) - Continuously update the resources in a stack
* [pulumi whoami](/docs/cli/commands/pulumi_whoami/) - Display the current logged-in user

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
2 changes: 1 addition & 1 deletion content/docs/cli/commands/pulumi_about.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ pulumi about [flags]

* [pulumi](/docs/cli/commands/pulumi/) - Pulumi command line

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
2 changes: 1 addition & 1 deletion content/docs/cli/commands/pulumi_cancel.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ pulumi cancel [<stack-name>] [flags]

* [pulumi](/docs/cli/commands/pulumi/) - Pulumi command line

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
2 changes: 1 addition & 1 deletion content/docs/cli/commands/pulumi_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ pulumi config [flags]
* [pulumi config set](/docs/cli/commands/pulumi_config_set/) - Set configuration value
* [pulumi config set-all](/docs/cli/commands/pulumi_config_set-all/) - Set multiple configuration values

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
2 changes: 1 addition & 1 deletion content/docs/cli/commands/pulumi_config_cp.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ pulumi config cp [key] [flags]

* [pulumi config](/docs/cli/commands/pulumi_config/) - Manage configuration

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
3 changes: 2 additions & 1 deletion content/docs/cli/commands/pulumi_config_env.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ from a stack's configuration, use `pulumi config env init`.
* [pulumi config](/docs/cli/commands/pulumi_config/) - Manage configuration
* [pulumi config env add](/docs/cli/commands/pulumi_config_env_add/) - Add environments to a stack
* [pulumi config env init](/docs/cli/commands/pulumi_config_env_init/) - Creates an environment for a stack
* [pulumi config env ls](/docs/cli/commands/pulumi_config_env_ls/) - Lists imported environments.
* [pulumi config env rm](/docs/cli/commands/pulumi_config_env_rm/) - Remove environments from a stack

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
2 changes: 1 addition & 1 deletion content/docs/cli/commands/pulumi_config_env_add.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ pulumi config env add [flags]

* [pulumi config env](/docs/cli/commands/pulumi_config_env/) - Manage ESC environments for a stack

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
2 changes: 1 addition & 1 deletion content/docs/cli/commands/pulumi_config_env_init.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ pulumi config env init [flags]

* [pulumi config env](/docs/cli/commands/pulumi_config_env/) - Manage ESC environments for a stack

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
48 changes: 48 additions & 0 deletions content/docs/cli/commands/pulumi_config_env_ls.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
title: "pulumi config env ls"
aliases:
- /docs/reference/cli/pulumi_config_env_ls/
---



Lists imported environments.

## Synopsis

Lists the environments imported into a stack's configuration.

```
pulumi config env ls [flags]
```

## Options

```
-h, --help help for ls
-j, --json Emit output as JSON
```

## Options inherited from parent commands

```
--color string Colorize output. Choices are: always, never, raw, auto (default "auto")
--config-file string Use the configuration values in the specified file rather than detecting the file name
-C, --cwd string Run pulumi as if it had been started in another directory
--disable-integrity-checking Disable integrity checking of checkpoint files
-e, --emoji Enable emojis in the output
--logflow Flow log settings to child processes (like plugins)
--logtostderr Log to stderr instead of to files
--memprofilerate int Enable more precise (and expensive) memory allocation profiles by setting runtime.MemProfileRate
--non-interactive Disable interactive mode for all commands
--profiling string Emit CPU and memory profiles and an execution trace to '[filename].[pid].{cpu,mem,trace}', respectively
-s, --stack string The name of the stack to operate on. Defaults to the current stack
--tracing file: Emit tracing to the specified endpoint. Use the file: scheme to write tracing data to a local file
-v, --verbose int Enable verbose logging (e.g., v=3); anything >3 is very verbose
```

## SEE ALSO

* [pulumi config env](/docs/cli/commands/pulumi_config_env/) - Manage ESC environments for a stack

###### Auto generated by spf13/cobra on 21-Dec-2023
2 changes: 1 addition & 1 deletion content/docs/cli/commands/pulumi_config_env_rm.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ pulumi config env rm [flags]

* [pulumi config env](/docs/cli/commands/pulumi_config_env/) - Manage ESC environments for a stack

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
2 changes: 1 addition & 1 deletion content/docs/cli/commands/pulumi_config_get.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ pulumi config get <key> [flags]

* [pulumi config](/docs/cli/commands/pulumi_config/) - Manage configuration

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
2 changes: 1 addition & 1 deletion content/docs/cli/commands/pulumi_config_refresh.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ pulumi config refresh [flags]

* [pulumi config](/docs/cli/commands/pulumi_config/) - Manage configuration

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
2 changes: 1 addition & 1 deletion content/docs/cli/commands/pulumi_config_rm-all.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ pulumi config rm-all <key1> <key2> <key3> ... [flags]

* [pulumi config](/docs/cli/commands/pulumi_config/) - Manage configuration

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
2 changes: 1 addition & 1 deletion content/docs/cli/commands/pulumi_config_rm.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ pulumi config rm <key> [flags]

* [pulumi config](/docs/cli/commands/pulumi_config/) - Manage configuration

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
2 changes: 1 addition & 1 deletion content/docs/cli/commands/pulumi_config_set-all.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ pulumi config set-all --plaintext key1=value1 --plaintext key2=value2 --secret k

* [pulumi config](/docs/cli/commands/pulumi_config/) - Manage configuration

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
2 changes: 1 addition & 1 deletion content/docs/cli/commands/pulumi_config_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ pulumi config set <key> [value] [flags]

* [pulumi config](/docs/cli/commands/pulumi_config/) - Manage configuration

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
2 changes: 1 addition & 1 deletion content/docs/cli/commands/pulumi_console.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ pulumi console [flags]

* [pulumi](/docs/cli/commands/pulumi/) - Pulumi command line

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
2 changes: 1 addition & 1 deletion content/docs/cli/commands/pulumi_convert.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ pulumi convert [flags]

* [pulumi](/docs/cli/commands/pulumi/) - Pulumi command line

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
2 changes: 1 addition & 1 deletion content/docs/cli/commands/pulumi_destroy.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ pulumi destroy [flags]

* [pulumi](/docs/cli/commands/pulumi/) - Pulumi command line

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
2 changes: 1 addition & 1 deletion content/docs/cli/commands/pulumi_env.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ For more information, please visit the project page: https://www.pulumi.com/docs
* [pulumi env run](/docs/cli/commands/pulumi_env_run/) - Open the environment with the given name and run a command.
* [pulumi env set](/docs/cli/commands/pulumi_env_set/) - Set a value within an environment.

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
2 changes: 1 addition & 1 deletion content/docs/cli/commands/pulumi_env_edit.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ pulumi env edit [<org-name>/]<environment-name> [flags]

* [pulumi env](/docs/cli/commands/pulumi_env/) - Manage environments

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
2 changes: 1 addition & 1 deletion content/docs/cli/commands/pulumi_env_get.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ pulumi env get [<org-name>/]<environment-name> <path> [flags]

* [pulumi env](/docs/cli/commands/pulumi_env/) - Manage environments

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
2 changes: 1 addition & 1 deletion content/docs/cli/commands/pulumi_env_init.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ pulumi env init [<org-name>/]<environment-name> [flags]

* [pulumi env](/docs/cli/commands/pulumi_env/) - Manage environments

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
2 changes: 1 addition & 1 deletion content/docs/cli/commands/pulumi_env_ls.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ pulumi env ls [flags]

* [pulumi env](/docs/cli/commands/pulumi_env/) - Manage environments

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
4 changes: 2 additions & 2 deletions content/docs/cli/commands/pulumi_env_open.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pulumi env open [<org-name>/]<environment-name> [property path] [flags]
## Options

```
-f, --format string the output format to use. May be 'dotenv', 'json', 'detailed', or 'shell' (default "json")
-f, --format string the output format to use. May be 'dotenv', 'json', 'yaml', 'detailed', or 'shell' (default "json")
-h, --help help for open
-l, --lifetime duration the lifetime of the opened environment in the form HhMm (e.g. 2h, 1h30m, 15m) (default 2h0m0s)
```
Expand All @@ -49,4 +49,4 @@ pulumi env open [<org-name>/]<environment-name> [property path] [flags]

* [pulumi env](/docs/cli/commands/pulumi_env/) - Manage environments

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
2 changes: 1 addition & 1 deletion content/docs/cli/commands/pulumi_env_rm.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ pulumi env rm [<org-name>/]<environment-name> [path] [flags]

* [pulumi env](/docs/cli/commands/pulumi_env/) - Manage environments

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
2 changes: 1 addition & 1 deletion content/docs/cli/commands/pulumi_env_run.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ pulumi env run [<org-name>/]<environment-name> [flags] -- [command]

* [pulumi env](/docs/cli/commands/pulumi_env/) - Manage environments

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
2 changes: 1 addition & 1 deletion content/docs/cli/commands/pulumi_env_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ pulumi env set [<org-name>/]<environment-name> <path> <value> [flags]

* [pulumi env](/docs/cli/commands/pulumi_env/) - Manage environments

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
2 changes: 1 addition & 1 deletion content/docs/cli/commands/pulumi_gen-completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ pulumi gen-completion <SHELL> [flags]

* [pulumi](/docs/cli/commands/pulumi/) - Pulumi command line

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
2 changes: 1 addition & 1 deletion content/docs/cli/commands/pulumi_import.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@ pulumi import [type] [name] [id] [flags]

* [pulumi](/docs/cli/commands/pulumi/) - Pulumi command line

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
2 changes: 1 addition & 1 deletion content/docs/cli/commands/pulumi_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ pulumi install [flags]

* [pulumi](/docs/cli/commands/pulumi/) - Pulumi command line

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
2 changes: 1 addition & 1 deletion content/docs/cli/commands/pulumi_login.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ pulumi login [<url>] [flags]

* [pulumi](/docs/cli/commands/pulumi/) - Pulumi command line

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
2 changes: 1 addition & 1 deletion content/docs/cli/commands/pulumi_logout.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ pulumi logout <url> [flags]

* [pulumi](/docs/cli/commands/pulumi/) - Pulumi command line

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
2 changes: 1 addition & 1 deletion content/docs/cli/commands/pulumi_logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ pulumi logs [flags]

* [pulumi](/docs/cli/commands/pulumi/) - Pulumi command line

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
36 changes: 22 additions & 14 deletions content/docs/cli/commands/pulumi_new.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ Ensure your SSH agent has the correct identity (ssh-add) or you may be prompted
* `pulumi new https://<user>:<password>@<hostname>/<project>/<repo>`
* `pulumi new <user>@<hostname>:<project>/<repo>`
* `PULUMI_GITSSH_PASSPHRASE=<passphrase> pulumi new ssh://<user>@<hostname>/<project>/<repo>`
To create a project using Pulumi AI, either select `ai` from the first selection, or provide any of the following:
* `pulumi new --ai "<prompt>"`
* `pulumi new --language <language>`
* `pulumi new --ai "<prompt>" --language <language>`
Any missing but required information will be prompted for.


```
Expand All @@ -57,19 +62,22 @@ pulumi new [template|url] [flags]
## Options

```
-c, --config stringArray Config to save
--config-path Config keys contain a path to a property in a map or list to set
-d, --description string The project description; if not specified, a prompt will request it
--dir string The location to place the generated project; if not specified, the current directory is used
-f, --force Forces content to be generated even if it would change existing files
-g, --generate-only Generate the project only; do not create a stack, save config, or install dependencies
-h, --help help for new
-l, --list-templates List locally installed templates and exit
-n, --name string The project name; if not specified, a prompt will request it
-o, --offline Use locally cached templates without making any network requests
--secrets-provider string The type of the provider that should be used to encrypt and decrypt secrets (possible choices: default, passphrase, awskms, azurekeyvault, gcpkms, hashivault) (default "default")
-s, --stack string The stack name; either an existing stack or stack to create; if not specified, a prompt will request it
-y, --yes Skip prompts and proceed with default values
--ai string Prompt to use for Pulumi AI
-c, --config stringArray Config to save
--config-path Config keys contain a path to a property in a map or list to set
-d, --description string The project description; if not specified, a prompt will request it
--dir string The location to place the generated project; if not specified, the current directory is used
-f, --force Forces content to be generated even if it would change existing files
-g, --generate-only Generate the project only; do not create a stack, save config, or install dependencies
-h, --help help for new
--language pulumiAILanguage Language to use for Pulumi AI (must be one of TypeScript, JavaScript, Python, Go, C#, Java, or YAML)
-l, --list-templates List locally installed templates and exit
-n, --name string The project name; if not specified, a prompt will request it
-o, --offline Use locally cached templates without making any network requests
--secrets-provider string The type of the provider that should be used to encrypt and decrypt secrets (possible choices: default, passphrase, awskms, azurekeyvault, gcpkms, hashivault) (default "default")
-s, --stack string The stack name; either an existing stack or stack to create; if not specified, a prompt will request it
-t, --template-mode Run in template mode, which will skip prompting for AI or Template functionality
-y, --yes Skip prompts and proceed with default values
```

## Options inherited from parent commands
Expand All @@ -92,4 +100,4 @@ pulumi new [template|url] [flags]

* [pulumi](/docs/cli/commands/pulumi/) - Pulumi command line

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
2 changes: 1 addition & 1 deletion content/docs/cli/commands/pulumi_org.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ pulumi org [flags]
* [pulumi org search](/docs/cli/commands/pulumi_org_search/) - Search for resources in Pulumi Cloud
* [pulumi org set-default](/docs/cli/commands/pulumi_org_set-default/) - Set the default organization for the current backend

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
2 changes: 1 addition & 1 deletion content/docs/cli/commands/pulumi_org_get-default.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ pulumi org get-default [flags]

* [pulumi org](/docs/cli/commands/pulumi_org/) - Manage Organization configuration

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
Binary file modified content/docs/cli/commands/pulumi_org_search.md
Binary file not shown.
Binary file modified content/docs/cli/commands/pulumi_org_search_ai.md
Binary file not shown.
2 changes: 1 addition & 1 deletion content/docs/cli/commands/pulumi_org_set-default.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ pulumi org set-default [NAME] [flags]

* [pulumi org](/docs/cli/commands/pulumi_org/) - Manage Organization configuration

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
2 changes: 1 addition & 1 deletion content/docs/cli/commands/pulumi_package.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ Subcommands of this command are useful to package authors during development.
* [pulumi package get-mapping](/docs/cli/commands/pulumi_package_get-mapping/) - Get the mapping information for a given key from a package
* [pulumi package get-schema](/docs/cli/commands/pulumi_package_get-schema/) - Get the schema.json from a package

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
2 changes: 1 addition & 1 deletion content/docs/cli/commands/pulumi_package_gen-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ pulumi package gen-sdk <schema_source> [flags]

* [pulumi package](/docs/cli/commands/pulumi_package/) - Work with Pulumi packages

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
2 changes: 1 addition & 1 deletion content/docs/cli/commands/pulumi_package_get-mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ pulumi package get-mapping <key> <schema_source> [<provider key>] [flags]

* [pulumi package](/docs/cli/commands/pulumi_package/) - Work with Pulumi packages

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
2 changes: 1 addition & 1 deletion content/docs/cli/commands/pulumi_package_get-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ pulumi package get-schema <schema_source> [flags]

* [pulumi package](/docs/cli/commands/pulumi_package/) - Work with Pulumi packages

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
2 changes: 1 addition & 1 deletion content/docs/cli/commands/pulumi_plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ For a list of available resource plugins, please see https://www.pulumi.com/regi
* [pulumi plugin ls](/docs/cli/commands/pulumi_plugin_ls/) - List plugins
* [pulumi plugin rm](/docs/cli/commands/pulumi_plugin_rm/) - Remove one or more plugins from the download cache

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
2 changes: 1 addition & 1 deletion content/docs/cli/commands/pulumi_plugin_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ pulumi plugin install [KIND NAME [VERSION]] [flags]

* [pulumi plugin](/docs/cli/commands/pulumi_plugin/) - Manage language and resource provider plugins

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
2 changes: 1 addition & 1 deletion content/docs/cli/commands/pulumi_plugin_ls.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ pulumi plugin ls [flags]

* [pulumi plugin](/docs/cli/commands/pulumi_plugin/) - Manage language and resource provider plugins

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
2 changes: 1 addition & 1 deletion content/docs/cli/commands/pulumi_plugin_rm.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ pulumi plugin rm [KIND [NAME [VERSION]]] [flags]

* [pulumi plugin](/docs/cli/commands/pulumi_plugin/) - Manage language and resource provider plugins

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
2 changes: 1 addition & 1 deletion content/docs/cli/commands/pulumi_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ Manage resource policies
* [pulumi policy rm](/docs/cli/commands/pulumi_policy_rm/) - Removes a Policy Pack from a Pulumi organization
* [pulumi policy validate-config](/docs/cli/commands/pulumi_policy_validate-config/) - Validate a Policy Pack configuration

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
2 changes: 1 addition & 1 deletion content/docs/cli/commands/pulumi_policy_disable.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ pulumi policy disable <org-name>/<policy-pack-name> [flags]

* [pulumi policy](/docs/cli/commands/pulumi_policy/) - Manage resource policies

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
2 changes: 1 addition & 1 deletion content/docs/cli/commands/pulumi_policy_enable.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ pulumi policy enable <org-name>/<policy-pack-name> <latest|version> [flags]

* [pulumi policy](/docs/cli/commands/pulumi_policy/) - Manage resource policies

###### Auto generated by spf13/cobra on 19-Dec-2023
###### Auto generated by spf13/cobra on 21-Dec-2023
Loading

0 comments on commit 1030972

Please sign in to comment.