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

pulumi-config: add page #14820

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

Denis-Kuso
Copy link

  • The page(s) are in the correct platform directories: common, linux, osx, windows, sunos, android, etc.
  • The page(s) have at most 8 examples.
  • The page description(s) have links to documentation or a homepage.
  • The page(s) follow the content guidelines.
  • The page(s) follow the style guide.
  • The PR title conforms to the recommended templates.
  • Version of the command being documented (if known):

@CLAassistant
Copy link

CLAassistant commented Nov 13, 2024

CLA assistant check
All committers have signed the CLA.

@github-actions github-actions bot added the new command Issues requesting creation of a new page. label Nov 13, 2024
@sebastiaanspeck sebastiaanspeck mentioned this pull request Nov 14, 2024
28 tasks
pages/common/pulumi-config.md Outdated Show resolved Hide resolved

- Remove multiple configuration values from a specified config file:

`pulumi config --config-file {{path/to/file}} rm-all {{key1}} {{key2}} {{key3}} ... {{[flags]}}`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
`pulumi config --config-file {{path/to/file}} rm-all {{key1}} {{key2}} {{key3}} ... {{[flags]}}`
`pulumi config --config-file {{path/to/file}} rm-all {{key1 key2 ...}} {{[
flags}}`

Copy link
Author

@Denis-Kuso Denis-Kuso Nov 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one seems to be missing a closing square bracket at the end of flags variable right?

pages/common/pulumi-config.md Outdated Show resolved Hide resolved
Co-authored-by: Sebastiaan Speck <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new command Issues requesting creation of a new page.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants