@pulumi/command 0.5.3-alpha.1665061645 → 0.5.3-alpha.1666374751
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 +2 -2
- package/package.json.dev +2 -2
- package/types/input.d.ts +8 -0
- package/types/input.js.map +1 -1
- package/types/output.d.ts +8 -0
- package/types/output.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/command",
|
|
3
|
-
"version": "v0.5.3-alpha.
|
|
3
|
+
"version": "v0.5.3-alpha.1666374751+89322673",
|
|
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.5.3-alpha.
|
|
15
|
+
"install": "node scripts/install-pulumi-plugin.js resource command v0.5.3-alpha.1666374751+89322673"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@pulumi/pulumi": "^3.0.0"
|
package/package.json.dev
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/command",
|
|
3
|
-
"version": "v0.5.3-alpha.
|
|
3
|
+
"version": "v0.5.3-alpha.1666374751+89322673",
|
|
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.5.3-alpha.
|
|
15
|
+
"install": "node scripts/install-pulumi-plugin.js resource command v0.5.3-alpha.1666374751+89322673"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@pulumi/pulumi": "^3.0.0"
|
package/types/input.d.ts
CHANGED
|
@@ -4,6 +4,10 @@ export declare namespace remote {
|
|
|
4
4
|
* Instructions for how to connect to a remote endpoint.
|
|
5
5
|
*/
|
|
6
6
|
interface ConnectionArgs {
|
|
7
|
+
/**
|
|
8
|
+
* SSH Agent socket path. Default to environment variable SSH_AUTH_SOCK if present.
|
|
9
|
+
*/
|
|
10
|
+
agentSocketPath?: pulumi.Input<string>;
|
|
7
11
|
/**
|
|
8
12
|
* The address of the resource to connect to.
|
|
9
13
|
*/
|
|
@@ -20,6 +24,10 @@ export declare namespace remote {
|
|
|
20
24
|
* The contents of an SSH key to use for the connection. This takes preference over the password if provided.
|
|
21
25
|
*/
|
|
22
26
|
privateKey?: pulumi.Input<string>;
|
|
27
|
+
/**
|
|
28
|
+
* The password to use in case the private key is encrypted.
|
|
29
|
+
*/
|
|
30
|
+
privateKeyPassword?: pulumi.Input<string>;
|
|
23
31
|
/**
|
|
24
32
|
* The user that we should use for the connection.
|
|
25
33
|
*/
|
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;;;AAQjF,IAAiB,MAAM,
|
|
1
|
+
{"version":3,"file":"input.js","sourceRoot":"","sources":["../../types/input.ts"],"names":[],"mappings":";AAAA,yDAAyD;AACzD,iFAAiF;;;AAQjF,IAAiB,MAAM,CA4CtB;AA5CD,WAAiB,MAAM;IAkCnB;;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,EA5CgB,MAAM,GAAN,cAAM,KAAN,cAAM,QA4CtB"}
|
package/types/output.d.ts
CHANGED
|
@@ -3,6 +3,10 @@ export declare namespace remote {
|
|
|
3
3
|
* Instructions for how to connect to a remote endpoint.
|
|
4
4
|
*/
|
|
5
5
|
interface Connection {
|
|
6
|
+
/**
|
|
7
|
+
* SSH Agent socket path. Default to environment variable SSH_AUTH_SOCK if present.
|
|
8
|
+
*/
|
|
9
|
+
agentSocketPath?: string;
|
|
6
10
|
/**
|
|
7
11
|
* The address of the resource to connect to.
|
|
8
12
|
*/
|
|
@@ -19,6 +23,10 @@ export declare namespace remote {
|
|
|
19
23
|
* The contents of an SSH key to use for the connection. This takes preference over the password if provided.
|
|
20
24
|
*/
|
|
21
25
|
privateKey?: string;
|
|
26
|
+
/**
|
|
27
|
+
* The password to use in case the private key is encrypted.
|
|
28
|
+
*/
|
|
29
|
+
privateKeyPassword?: string;
|
|
22
30
|
/**
|
|
23
31
|
* The user that we should use for the connection.
|
|
24
32
|
*/
|
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;;;AAQjF,IAAiB,MAAM,
|
|
1
|
+
{"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,yDAAyD;AACzD,iFAAiF;;;AAQjF,IAAiB,MAAM,CA6CtB;AA7CD,WAAiB,MAAM;IAkCnB;;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,EA7CgB,MAAM,GAAN,cAAM,KAAN,cAAM,QA6CtB"}
|