@zowe/cli 8.32.0 → 8.32.1
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Enable.definition.d.ts","sourceRoot":"","sources":["../../../src/daemon/enable/Enable.definition.ts"],"names":[],"mappings":"AAWA,OAAO,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AAEtD,eAAO,MAAM,aAAa,EAAE,
|
|
1
|
+
{"version":3,"file":"Enable.definition.d.ts","sourceRoot":"","sources":["../../../src/daemon/enable/Enable.definition.ts"],"names":[],"mappings":"AAWA,OAAO,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AAEtD,eAAO,MAAM,aAAa,EAAE,kBAkB3B,CAAC"}
|
|
@@ -17,7 +17,10 @@ exports.EnableCommand = {
|
|
|
17
17
|
description: "Enable daemon-mode operation of the Zowe CLI. " +
|
|
18
18
|
"You only need to run the enable command once after each " +
|
|
19
19
|
"new installation of the Zowe CLI. Afterwards, any zowe command " +
|
|
20
|
-
"
|
|
20
|
+
"automatically starts a daemon as needed.\n\n" +
|
|
21
|
+
"Ensure the Zowe daemon bin directory is on your PATH. " +
|
|
22
|
+
"If it isn't, the command will instruct you to add it manually. " +
|
|
23
|
+
"Otherwise, you continue to run the classic Zowe CLI interpreter.",
|
|
21
24
|
type: "command",
|
|
22
25
|
handler: __dirname + "/Enable.handler",
|
|
23
26
|
examples: [
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Enable.definition.js","sourceRoot":"","sources":["../../../src/daemon/enable/Enable.definition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;EASE;;;AAIW,QAAA,aAAa,GAAuB;IAC7C,IAAI,EAAE,QAAQ;IACd,OAAO,EAAE,8CAA8C;IACvD,WAAW,EAAE,gDAAgD;QACzD,0DAA0D;QAC1D,iEAAiE;QACjE,8CAA8C;
|
|
1
|
+
{"version":3,"file":"Enable.definition.js","sourceRoot":"","sources":["../../../src/daemon/enable/Enable.definition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;EASE;;;AAIW,QAAA,aAAa,GAAuB;IAC7C,IAAI,EAAE,QAAQ;IACd,OAAO,EAAE,8CAA8C;IACvD,WAAW,EAAE,gDAAgD;QACzD,0DAA0D;QAC1D,iEAAiE;QACjE,8CAA8C;QAC9C,wDAAwD;QACxD,iEAAiE;QACjE,kEAAkE;IACtE,IAAI,EAAE,SAAS;IACf,OAAO,EAAE,SAAS,GAAG,iBAAiB;IACtC,QAAQ,EAAE;QACN;YACI,WAAW,EAAE,oBAAoB;YACjC,OAAO,EAAE,EAAE;SACd;KACJ;CACJ,CAAC"}
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zowe/cli",
|
|
3
|
-
"version": "8.32.
|
|
3
|
+
"version": "8.32.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@zowe/cli",
|
|
9
|
-
"version": "8.32.
|
|
9
|
+
"version": "8.32.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "EPL-2.0",
|
|
12
12
|
"dependencies": {
|
package/package.json
CHANGED