-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update index.ts #6
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
plan for dev 2024-11-02 19:52:59 (UTC)Locking successfulProject diggerhq/demo-pulumi#dev has been locked by PR #6 |
digger plan |
plan for dev 2024-11-02 20:08:30 (UTC)Locking successfulProject diggerhq/demo-pulumi#dev has been locked by PR #6 |
digger plan |
plan for dev 2024-11-02 20:25:54 (UTC)Locking successfulProject diggerhq/demo-pulumi#dev has been locked by PR #6 |
digger plan |
plan for dev 2024-11-02 20:38:17 (UTC)Locking successfulProject diggerhq/demo-pulumi#dev has been locked by PR #6 |
digger plan |
digger plan |
plan for dev 2024-11-02 21:06:01 (UTC)Locking successfulProject diggerhq/demo-pulumi#dev has been locked by PR #6 |
digger plan |
plan for dev 2024-11-02 21:09:36 (UTC)Locking successfulProject diggerhq/demo-pulumi#dev has been locked by PR #6Plan outputPreviewing update (dev):
+ pulumi:pulumi:Stack pulumit-test-dev create
@ previewing update.........
+ aws:ssm:Parameter example-parameter create
+ pulumi:pulumi:Stack pulumit-test-dev create
Outputs:
parameterArn : output<string>
parameterName: "/my/parameter/path"
Resources:
+ 2 to create
|
digger apply |
apply for dev 2024-11-02 21:22:29 (UTC)Locking successfulProject diggerhq/demo-pulumi#dev has been locked by PR #6Apply outputError: unknown shorthand flag: 'l' in -lock-timeout=3m
Usage:
pulumi up [template|url] [flags]
Aliases:
up, update
Flags:
--attach-debugger Enable the ability to attach a debugger to the program being executed
-c, --config stringArray Config to use during the update and save to the stack config file
--config-file string Use the configuration values in the specified file rather than detecting the file name
--config-path Config keys contain a path to a property in a map or list to set
--continue-on-error Continue updating resources even if an error is encountered (can also be set with PULUMI_CONTINUE_ON_ERROR environment variable)
-d, --debug Print detailed debugging output during resource operations
--diff Display operation as a rich diff showing the overall change
--expect-no-changes Return an error if any changes occur during this update
-h, --help help for up
-j, --json Serialize the update diffs, operations, and overall output as JSON
-m, --message string Optional message to associate with the update operation
-p, --parallel int32 Allow P resource operations to run in parallel at once (1 for no parallelism). (default 16)
--policy-pack strings Run one or more policy packs as part of this update
--policy-pack-config strings Path to JSON file containing the config for the policy pack of the corresponding "--policy-pack" flag
-r, --refresh string[="true"] Refresh the state of the stack's resources before this update
--replace stringArray Specify a single resource URN to replace. Multiple resources can be specified using --replace urn1 --replace urn2. Wildcards (*, **) are also supported
--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). Only used when creating a new stack from an existing template (default "default")
--show-config Show configuration keys and variables
--show-full-output Display full length of stack outputs (default true)
--show-policy-remediations Show per-resource policy remediation details instead of a summary
--show-reads Show resources that are being read in, alongside those being managed directly in the stack
--show-replacement-steps Show detailed resource replacement creates and deletes instead of a single step
--show-sames Show resources that don't need be updated because they haven't changed, alongside those that do
-f, --skip-preview Do not calculate a preview before performing the update
-s, --stack string The name of the stack to operate on. Defaults to the current stack
--suppress-outputs Suppress display of stack outputs (in case they contain sensitive values)
--suppress-permalink string[="false"] Suppress display of the state permalink
--suppress-progress Suppress display of periodic progress dots
-t, --target stringArray Specify a single resource URN to update. Other resources will not be updated. Multiple resources can be specified using --target urn1 --target urn2. Wildcards (*, **) are also supported
--target-dependents Allows updating of dependent targets discovered but not specified in --target list
--target-replace stringArray Specify a single resource URN to replace. Other resources will not be updated. Shorthand for --target urn --replace urn.
-y, --yes Automatically approve and perform the update after previewing it
Global Flags:
--color string Colorize output. Choices are: always, never, raw, auto (default "auto")
-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
-Q, --fully-qualify-stack-names Show fully-qualified stack names
--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
--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
Error during applying.exit status 1 |
digger apply |
apply for dev 2024-11-02 21:27:14 (UTC)Locking successfulProject diggerhq/demo-pulumi#dev has been locked by PR #6Apply outputError: unknown shorthand flag: 'l' in -lock-timeout=3m
Usage:
pulumi up [template|url] [flags]
Aliases:
up, update
Flags:
--attach-debugger Enable the ability to attach a debugger to the program being executed
-c, --config stringArray Config to use during the update and save to the stack config file
--config-file string Use the configuration values in the specified file rather than detecting the file name
--config-path Config keys contain a path to a property in a map or list to set
--continue-on-error Continue updating resources even if an error is encountered (can also be set with PULUMI_CONTINUE_ON_ERROR environment variable)
-d, --debug Print detailed debugging output during resource operations
--diff Display operation as a rich diff showing the overall change
--expect-no-changes Return an error if any changes occur during this update
-h, --help help for up
-j, --json Serialize the update diffs, operations, and overall output as JSON
-m, --message string Optional message to associate with the update operation
-p, --parallel int32 Allow P resource operations to run in parallel at once (1 for no parallelism). (default 16)
--policy-pack strings Run one or more policy packs as part of this update
--policy-pack-config strings Path to JSON file containing the config for the policy pack of the corresponding "--policy-pack" flag
-r, --refresh string[="true"] Refresh the state of the stack's resources before this update
--replace stringArray Specify a single resource URN to replace. Multiple resources can be specified using --replace urn1 --replace urn2. Wildcards (*, **) are also supported
--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). Only used when creating a new stack from an existing template (default "default")
--show-config Show configuration keys and variables
--show-full-output Display full length of stack outputs (default true)
--show-policy-remediations Show per-resource policy remediation details instead of a summary
--show-reads Show resources that are being read in, alongside those being managed directly in the stack
--show-replacement-steps Show detailed resource replacement creates and deletes instead of a single step
--show-sames Show resources that don't need be updated because they haven't changed, alongside those that do
-f, --skip-preview Do not calculate a preview before performing the update
-s, --stack string The name of the stack to operate on. Defaults to the current stack
--suppress-outputs Suppress display of stack outputs (in case they contain sensitive values)
--suppress-permalink string[="false"] Suppress display of the state permalink
--suppress-progress Suppress display of periodic progress dots
-t, --target stringArray Specify a single resource URN to update. Other resources will not be updated. Multiple resources can be specified using --target urn1 --target urn2. Wildcards (*, **) are also supported
--target-dependents Allows updating of dependent targets discovered but not specified in --target list
--target-replace stringArray Specify a single resource URN to replace. Other resources will not be updated. Shorthand for --target urn --replace urn.
-y, --yes Automatically approve and perform the update after previewing it
Global Flags:
--color string Colorize output. Choices are: always, never, raw, auto (default "auto")
-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
-Q, --fully-qualify-stack-names Show fully-qualified stack names
--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
--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
Error during applying.exit status 1 |
digger apply |
1 similar comment
digger apply |
apply for dev 2024-11-02 21:30:58 (UTC)Locking successfulProject diggerhq/demo-pulumi#dev has been locked by PR #6Apply outputerror: the stack is currently locked by 1 lock(s). Either wait for the other process(es) to end or delete the lock file with `pulumi cancel`.
s3://pulumi-dggr-tests?region=us-east-2/.pulumi/locks/organization/pulumit-test/dev/3c49eb6f-9004-4f7f-9a75-a15710a6d6f3.json: created by [email protected] (pid 41529) at 2024-10-31T20:27:05Z
Error during applying.exit status 255 |
digger apply |
apply for dev 2024-11-02 21:36:57 (UTC)Locking successfulProject diggerhq/demo-pulumi#dev has been locked by PR #6Apply outputPreviewing update (dev):
+ pulumi:pulumi:Stack pulumit-test-dev create
@ previewing update.........
+ aws:ssm:Parameter example-parameter create
+ pulumi:pulumi:Stack pulumit-test-dev create
Outputs:
parameterArn : output<string>
parameterName: "/my/parameter/path"
Resources:
+ 2 to create
Updating (dev):
+ pulumi:pulumi:Stack pulumit-test-dev creating (0s)
@ updating......
+ aws:ssm:Parameter example-parameter creating (0s)
+ aws:ssm:Parameter example-parameter created (0.47s)
@ updating....
+ pulumi:pulumi:Stack pulumit-test-dev created (3s)
Outputs:
parameterArn : "arn:aws:ssm:us-east-1:891377204276:parameter/my/parameter/path"
parameterName: "/my/parameter/path"
Resources:
+ 2 created
Duration: 4s
|
digger plan |
plan for dev 2024-11-04 12:12:35 (UTC)Locking successfulProject diggerhq/demo-pulumi#dev has been locked by PR #6 |
digger plan |
plan for dev 2024-11-04 12:29:14 (UTC)Locking successfulProject diggerhq/demo-pulumi#dev has been locked by PR #6 |
digger plan |
plan for dev 2024-11-04 12:40:29 (UTC)Locking successfulProject diggerhq/demo-pulumi#dev has been locked by PR #6 |
digger plan |
plan for dev 2024-11-04 12:51:49 (UTC)Locking successfulProject diggerhq/demo-pulumi#dev has been locked by PR #6 |
digger plan |
plan for dev 2024-11-04 13:02:08 (UTC)Locking successfulProject diggerhq/demo-pulumi#dev has been locked by PR #6 |
digger plan |
|
digger plan |
plan for dev 2024-11-04 13:13:56 (UTC)Locking successfulProject diggerhq/demo-pulumi#dev has been locked by PR #6 |
digger plan |
plan for dev 2024-11-04 13:18:57 (UTC)Locking successfulProject diggerhq/demo-pulumi#dev has been locked by PR #6 |
digger plan |
✅ Command unlock completed successfully |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.