@pulumi/command 0.9.3-alpha.1712845278 → 0.9.3-alpha.1712932495
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 +2 -2
- package/package.json +2 -2
- package/package.json.dev +1 -1
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ There are many scenarios where the Command package can be useful:
|
|
|
20
20
|
|
|
21
21
|
Some users may have experience with Terraform "provisioners", and the Command package offers support for similar scenarios. However, the Command package is provided as independent resources which can be combined with other resources in many interesting ways. This has many strengths, but also some differences, such as the fact that a Command resource failing does not cause a resource it is operating on to fail.
|
|
22
22
|
|
|
23
|
-
You can use the Command package from a Pulumi program written in any Pulumi language: C#, Go, JavaScript/TypeScript, and
|
|
23
|
+
You can use the Command package from a Pulumi program written in any Pulumi language: C#, Go, JavaScript/TypeScript, Python, and YAML.
|
|
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
|
|
|
@@ -360,7 +360,7 @@ $ make build
|
|
|
360
360
|
$ make install
|
|
361
361
|
```
|
|
362
362
|
|
|
363
|
-
Add the `bin` folder to your `$PATH` or copy the `bin/pulumi-resource-
|
|
363
|
+
Add the `bin` folder to your `$PATH` or copy the `bin/pulumi-resource-command` file to another location in your `$PATH`.
|
|
364
364
|
|
|
365
365
|
### Running an example
|
|
366
366
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/command",
|
|
3
|
-
"version": "v0.9.3-alpha.
|
|
3
|
+
"version": "v0.9.3-alpha.1712932495+a20685f3",
|
|
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 v0.9.3-alpha.
|
|
15
|
+
"install": "node scripts/install-pulumi-plugin.js resource command v0.9.3-alpha.1712932495+a20685f3"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@pulumi/pulumi": "^3.0.0"
|