@pulumi/command 1.3.0-alpha.1777362031 → 1.3.0-alpha.1777362603

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -203,7 +203,7 @@ export declare class Command extends pulumi.CustomResource {
203
203
  */
204
204
  readonly create: pulumi.Output<string | undefined>;
205
205
  /**
206
- * The command to run on resource delettion.
206
+ * The command to run on resource deletion.
207
207
  *
208
208
  * The environment variables `PULUMI_COMMAND_STDOUT` and `PULUMI_COMMAND_STDERR` are set to the stdout and stderr properties of the Command resource from previous create or update steps.
209
209
  */
@@ -376,7 +376,7 @@ export interface CommandArgs {
376
376
  */
377
377
  create?: pulumi.Input<string>;
378
378
  /**
379
- * The command to run on resource delettion.
379
+ * The command to run on resource deletion.
380
380
  *
381
381
  * The environment variables `PULUMI_COMMAND_STDOUT` and `PULUMI_COMMAND_STDERR` are set to the stdout and stderr properties of the Command resource from previous create or update steps.
382
382
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/command",
3
- "version": "1.3.0-alpha.1777362031",
3
+ "version": "1.3.0-alpha.1777362603",
4
4
  "keywords": [
5
5
  "pulumi",
6
6
  "command",
@@ -12,7 +12,7 @@
12
12
  "license": "Apache-2.0",
13
13
  "scripts": {
14
14
  "build": "tsc",
15
- "install": "node scripts/install-pulumi-plugin.js resource command 1.3.0-alpha.1777362031"
15
+ "install": "node scripts/install-pulumi-plugin.js resource command 1.3.0-alpha.1777362603"
16
16
  },
17
17
  "dependencies": {
18
18
  "@pulumi/pulumi": "^3.142.0"
@@ -24,6 +24,6 @@
24
24
  "pulumi": {
25
25
  "resource": true,
26
26
  "name": "command",
27
- "version": "1.3.0-alpha.1777362031"
27
+ "version": "1.3.0-alpha.1777362603"
28
28
  }
29
29
  }
package/package.json.dev CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/command",
3
- "version": "1.3.0-alpha.1777362031",
3
+ "version": "1.3.0-alpha.1777362603",
4
4
  "keywords": [
5
5
  "pulumi",
6
6
  "command",
@@ -23,6 +23,6 @@
23
23
  "pulumi": {
24
24
  "resource": true,
25
25
  "name": "command",
26
- "version": "1.3.0-alpha.1777362031"
26
+ "version": "1.3.0-alpha.1777362603"
27
27
  }
28
28
  }
@@ -97,7 +97,7 @@ export declare class Command extends pulumi.CustomResource {
97
97
  */
98
98
  readonly create: pulumi.Output<string | undefined>;
99
99
  /**
100
- * The command to run on resource delettion.
100
+ * The command to run on resource deletion.
101
101
  *
102
102
  * The environment variables `PULUMI_COMMAND_STDOUT` and `PULUMI_COMMAND_STDERR` are set to the stdout and stderr properties of the Command resource from previous create or update steps.
103
103
  */
@@ -185,7 +185,7 @@ export interface CommandArgs {
185
185
  */
186
186
  create?: pulumi.Input<string>;
187
187
  /**
188
- * The command to run on resource delettion.
188
+ * The command to run on resource deletion.
189
189
  *
190
190
  * The environment variables `PULUMI_COMMAND_STDOUT` and `PULUMI_COMMAND_STDERR` are set to the stdout and stderr properties of the Command resource from previous create or update steps.
191
191
  */