mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
chore(kb/pulumi): improve configuration commands
This commit is contained in:
@@ -287,8 +287,8 @@ pulumi new -gy 'typescript' -n 'name' --dir 'dirname' \
|
|||||||
# Set configuration values.
|
# Set configuration values.
|
||||||
pulumi config set --secret 'ecr:dockerHub' '{"username":"marcus","accessToken":"dckr_pat_polus"}'
|
pulumi config set --secret 'ecr:dockerHub' '{"username":"marcus","accessToken":"dckr_pat_polus"}'
|
||||||
pulumi config set-all --path \
|
pulumi config set-all --path \
|
||||||
--plaintext 'aws:defaultTags.tags.Owner=SomeOne' \
|
--plaintext 'aws:defaultTags.tags.Owner=SomeOne' \
|
||||||
--plaintext 'aws:defaultTags.tags.Team=SomeTeam'
|
--plaintext 'aws:defaultTags.tags.Team=SomeTeam'
|
||||||
|
|
||||||
# Using the same number of threads of the machine seems to give the best
|
# Using the same number of threads of the machine seems to give the best
|
||||||
# performance ratio.
|
# performance ratio.
|
||||||
|
|||||||
Reference in New Issue
Block a user