@pulumi/command 1.3.0-alpha.1777875903 → 1.3.0-alpha.1777914398
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.
- package/README.md +1 -3
- package/package.json +3 -3
- package/package.json.dev +2 -2
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
[](https://pkg.go.dev/github.com/pulumi/pulumi-command/sdk/go)
|
|
7
7
|
[](https://github.com/pulumi/pulumi-command/blob/master/LICENSE)
|
|
8
8
|
|
|
9
|
-
# Pulumi Command Provider
|
|
9
|
+
# Pulumi Command Provider
|
|
10
10
|
|
|
11
11
|
The Pulumi Command Provider enables you to execute commands and scripts either locally or remotely as part of the Pulumi resource model. Resources in the command package support running scripts on `create` and `destroy` operations, supporting stateful local and remote command execution.
|
|
12
12
|
|
|
@@ -24,8 +24,6 @@ You can use the Command package from a Pulumi program written in any Pulumi lang
|
|
|
24
24
|
You'll need to [install and configure the Pulumi CLI](https://pulumi.com/docs/get-started/install) if you haven't already.
|
|
25
25
|
|
|
26
26
|
|
|
27
|
-
> **NOTE**: The Command package is in preview. The API design may change ahead of general availability based on [user feedback](https://github.com/pulumi/pulumi-command/issues).
|
|
28
|
-
|
|
29
27
|
## Examples
|
|
30
28
|
|
|
31
29
|
### A simple local resource (random)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/command",
|
|
3
|
-
"version": "1.3.0-alpha.
|
|
3
|
+
"version": "1.3.0-alpha.1777914398",
|
|
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.
|
|
15
|
+
"install": "node scripts/install-pulumi-plugin.js resource command 1.3.0-alpha.1777914398"
|
|
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.
|
|
27
|
+
"version": "1.3.0-alpha.1777914398"
|
|
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.
|
|
3
|
+
"version": "1.3.0-alpha.1777914398",
|
|
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.
|
|
26
|
+
"version": "1.3.0-alpha.1777914398"
|
|
27
27
|
}
|
|
28
28
|
}
|