@pulumi/command 0.0.1-alpha.1640827590 → 0.0.2-alpha.1640900730
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/package.json +11 -2
- package/package.json.bak +9 -0
- package/package.json.dev +10 -1
- package/types/input.d.ts +3 -0
- package/types/input.js.map +1 -1
- package/types/output.d.ts +3 -0
- package/types/output.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,9 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/command",
|
|
3
|
-
"version": "v0.0.
|
|
3
|
+
"version": "v0.0.2-alpha.1640900730+175db02e",
|
|
4
|
+
"keywords": [
|
|
5
|
+
"pulumi",
|
|
6
|
+
"command",
|
|
7
|
+
"category/utility",
|
|
8
|
+
"kind/native"
|
|
9
|
+
],
|
|
10
|
+
"homepage": "https://pulumi.com",
|
|
11
|
+
"repository": "https://github.com/pulumi/pulumi-command",
|
|
12
|
+
"license": "Apache-2.0",
|
|
4
13
|
"scripts": {
|
|
5
14
|
"build": "tsc",
|
|
6
|
-
"install": "node scripts/install-pulumi-plugin.js resource command v0.0.
|
|
15
|
+
"install": "node scripts/install-pulumi-plugin.js resource command v0.0.2-alpha.1640900730+175db02e"
|
|
7
16
|
},
|
|
8
17
|
"dependencies": {
|
|
9
18
|
"@pulumi/pulumi": "^3.0.0"
|
package/package.json.bak
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/command",
|
|
3
3
|
"version": "${VERSION}",
|
|
4
|
+
"keywords": [
|
|
5
|
+
"pulumi",
|
|
6
|
+
"command",
|
|
7
|
+
"category/utility",
|
|
8
|
+
"kind/native"
|
|
9
|
+
],
|
|
10
|
+
"homepage": "https://pulumi.com",
|
|
11
|
+
"repository": "https://github.com/pulumi/pulumi-command",
|
|
12
|
+
"license": "Apache-2.0",
|
|
4
13
|
"scripts": {
|
|
5
14
|
"build": "tsc"
|
|
6
15
|
},
|
package/package.json.dev
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/command",
|
|
3
|
-
"version": "v0.0.
|
|
3
|
+
"version": "v0.0.2-alpha.1640900730+175db02e",
|
|
4
|
+
"keywords": [
|
|
5
|
+
"pulumi",
|
|
6
|
+
"command",
|
|
7
|
+
"category/utility",
|
|
8
|
+
"kind/native"
|
|
9
|
+
],
|
|
10
|
+
"homepage": "https://pulumi.com",
|
|
11
|
+
"repository": "https://github.com/pulumi/pulumi-command",
|
|
12
|
+
"license": "Apache-2.0",
|
|
4
13
|
"scripts": {
|
|
5
14
|
"build": "tsc"
|
|
6
15
|
},
|
package/types/input.d.ts
CHANGED
|
@@ -20,6 +20,9 @@ export declare namespace remote {
|
|
|
20
20
|
* The contents of an SSH key to use for the connection. This takes preference over the password if provided.
|
|
21
21
|
*/
|
|
22
22
|
privateKey?: pulumi.Input<string>;
|
|
23
|
+
/**
|
|
24
|
+
* The user that we should use for the connection.
|
|
25
|
+
*/
|
|
23
26
|
user?: pulumi.Input<string>;
|
|
24
27
|
}
|
|
25
28
|
/**
|
package/types/input.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input.js","sourceRoot":"","sources":["../../types/input.ts"],"names":[],"mappings":";AAAA,yDAAyD;AACzD,iFAAiF;;;AAOjF,IAAiB,MAAM,
|
|
1
|
+
{"version":3,"file":"input.js","sourceRoot":"","sources":["../../types/input.ts"],"names":[],"mappings":";AAAA,yDAAyD;AACzD,iFAAiF;;;AAOjF,IAAiB,MAAM,CAoCtB;AApCD,WAAiB,MAAM;IA0BnB;;OAEG;IACH,SAAgB,6BAA6B,CAAC,GAAmB;;QAC7D,uCACO,GAAG,KACN,IAAI,EAAE,MAAA,CAAC,GAAG,CAAC,IAAI,CAAC,mCAAI,EAAE,EACtB,IAAI,EAAE,MAAA,CAAC,GAAG,CAAC,IAAI,CAAC,mCAAI,MAAM,IAC5B;IACN,CAAC;IANe,oCAA6B,gCAM5C,CAAA;AACL,CAAC,EApCgB,MAAM,GAAN,cAAM,KAAN,cAAM,QAoCtB"}
|
package/types/output.d.ts
CHANGED
|
@@ -19,6 +19,9 @@ export declare namespace remote {
|
|
|
19
19
|
* The contents of an SSH key to use for the connection. This takes preference over the password if provided.
|
|
20
20
|
*/
|
|
21
21
|
privateKey?: string;
|
|
22
|
+
/**
|
|
23
|
+
* The user that we should use for the connection.
|
|
24
|
+
*/
|
|
22
25
|
user?: string;
|
|
23
26
|
}
|
|
24
27
|
/**
|
package/types/output.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,yDAAyD;AACzD,iFAAiF;;;AAOjF,IAAiB,MAAM,
|
|
1
|
+
{"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,yDAAyD;AACzD,iFAAiF;;;AAOjF,IAAiB,MAAM,CAqCtB;AArCD,WAAiB,MAAM;IA0BnB;;OAEG;IACH,SAAgB,yBAAyB,CAAC,GAAe;;QACrD,uCACO,GAAG,KACN,IAAI,EAAE,MAAA,CAAC,GAAG,CAAC,IAAI,CAAC,mCAAI,EAAE,EACtB,IAAI,EAAE,MAAA,CAAC,GAAG,CAAC,IAAI,CAAC,mCAAI,MAAM,IAC5B;IACN,CAAC;IANe,gCAAyB,4BAMxC,CAAA;AAEL,CAAC,EArCgB,MAAM,GAAN,cAAM,KAAN,cAAM,QAqCtB"}
|