@zowe/cli 7.9.6 → 7.10.0

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 CHANGED
@@ -1,92 +1,101 @@
1
- # Zowe CLI <!-- omit in toc -->
2
-
1
+ # **Zowe CLI** <!-- omit in toc -->
3
2
  [![codecov](https://codecov.io/gh/zowe/zowe-cli/branch/master/graph/badge.svg)](https://codecov.io/gh/zowe/zowe-cli)
4
3
 
5
4
  Zowe CLI is a command-line interface that lets you interact with the mainframe in a familiar format. Zowe CLI helps to increase overall productivity, reduce the learning curve for developing mainframe applications, and exploit the ease-of-use of off-platform tools. Zowe CLI lets you use common tools such as Integrated Development Environments (IDEs), shell commands, bash scripts, and build tools for mainframe development. Through its ecosystem of plug-ins, you can automate actions on systems such as IBM Db2, IBM CICS, and more. It provides a set of utilities and services that help developers, DevOps engineers, and more become efficient in supporting and building z/OS applications quickly.
6
5
 
7
- ## Contents <!-- omit in toc -->
6
+ This repository also contains the Zowe Node Client SDK. The SDK lets you leverage the underlying APIs to build applications that interface with the mainframe.
7
+
8
+ <br/>
8
9
 
9
- - [Early Access Features](#early-access-features)
10
+ ## **Contents** <!-- omit in toc -->
10
11
  - [Documentation](#documentation)
11
- - [Contribution guidelines](#contribution-guidelines)
12
- - [Build Zowe CLI from source](#build-zowe-cli-from-source)
13
- - [Install Zowe CLI from source](#install-zowe-cli-from-source)
14
- - [Uninstall Zowe CLI](#uninstall-zowe-cli)
15
- - [Configure Zowe CLI](#configure-zowe-cli)
16
- - [Run system tests](#run-system-tests)
12
+ - [Contribution Guidelines](#contribution-guidelines)
13
+ - [Building Zowe CLI From Source](#build-zowe-cli-from-source)
14
+ - [Installing Zowe CLI From Source](#install-zowe-cli-from-source)
15
+ - [Uninstalling Zowe CLI](#uninstall-zowe-cli)
16
+ - [Configuring Zowe CLI](#configure-zowe-cli)
17
+ - [Zowe Node Client SDK](#zowe-node-client-sdk)
18
+ - [Running System Tests](#run-system-tests)
17
19
  - [FAQs](#frequently-asked-questions)
18
20
 
19
- ## Early Access Features
20
-
21
- To try out early access features, install the "next" release of Zowe CLI (`npm install -g @zowe/cli@next`). This version may receive breaking changes and is intended to gather early feedback on what may become a future LTS release.
22
-
23
- For documentation about these features, see these files:
24
-
25
- - [Using Global Profile Configuration](https://github.com/zowe/zowe-cli/blob/next/docs/Early%20Access%20-%20Using%20Global%20Profile%20Configuration.md)
26
- - [Using Daemon Mode with "zowex"](https://github.com/zowe/zowe-cli/blob/next/zowex/design.md)
21
+ <br/>
27
22
 
28
- ## Documentation
23
+ ## **Documentation**
24
+ For detailed information about how to install, configure, and use Zowe CLI, see [Zowe CLI Documentation](https://docs.zowe.org/stable/getting-started/cli-getting-started/). The documentation includes examples and tutorials for how to contribute to Zowe CLI and develop CLI plug-ins.
29
25
 
30
- For detailed information about how to install, configure, and use Zowe CLI, see [Zowe CLI Documentation](https://docs.zowe.org/stable/). The documentation includes examples and tutorials for how to contribute to Zowe CLI and develop CLI plug-ins.
26
+ Engineering design documentation is contained in the 'docs' directory in this repository. To view the Web Help for all Zowe CLI commands and contributed plug-ins, see the [Zowe CLI Web Help](https://docs.zowe.org/stable/web_help/index.html). To view all locally accessible commands, run `zowe --help-web`. For more use cases and tutorials visit [Medium.com/zowe](https://medium.com/zowe).
31
27
 
32
- The `docs` directory in this repository contains auto-generated typescript documentation under the `docs/typedoc` directory. To access the Typescript documentation online, navigate to the Zowe docs site mentioned above.
33
-
34
- **Note:** Some links in the auto-generated typescript documentation are not functional at this time.
35
-
36
- ## Contribution guidelines
28
+ <br/>
37
29
 
30
+ ## **Contribution Guidelines**
38
31
  The following information is critical to working with the code, running/writing/maintaining automated tests, developing consistent syntax in your plug-in, and ensuring that your plug-in integrates with Zowe CLI properly:
39
32
 
40
33
  | For more information about ... | See: |
41
34
  | ------------------------------ | ----- |
42
- | General guidelines that apply to contributing to Zowe CLI and Plug-ins | [Contribution Guidelines](../../CONTRIBUTING.md) |
43
- | Conventions and best practices for creating packages and plug-ins for Zowe CLI | [Package and Plug-in Guidelines](../../docs/PackagesAndPluginGuidelines.md)|
44
- | Guidelines for running tests on Zowe CLI | [Testing Guidelines](../../docs/TESTING.md) |
45
- | Guidelines for running tests on the plug-ins that you build| [Plug-in Testing Guidelines](../../docs/PluginTESTINGGuidelines.md) |
46
- | Documentation that describes the features of the Imperative CLI Framework | [About Imperative CLI Framework](https://github.com/zowe/imperative/wiki) |
47
- | Naming CLI commands and developing syntax | [Command Format Standards](../../docs/CommandFormatStandards.md) |
35
+ | General guidelines that apply to contributing to Zowe CLI and Plug-ins | [Contribution Guidelines](./CONTRIBUTING.md) |
36
+ | Conventions and best practices for creating packages and plug-ins for Zowe CLI | [Package and Plug-in Guidelines](./docs/PackagesAndPluginGuidelines.md)|
37
+ Guidelines for contributing to Zowe SDKs| [SDK Guidelines](./docs/SDKGuidelines.md) |
38
+ | Guidelines for running tests on Zowe CLI | [Testing Guidelines](./docs/TESTING.md) |
39
+ | Guidelines for running tests on the plug-ins that you build| [Plug-in Testing Guidelines](./docs/PluginTESTINGGuidelines.md) |
48
40
  | Documentation that describes the features of the Imperative CLI Framework | [About Imperative CLI Framework](https://github.com/zowe/imperative/wiki) |
49
- Versioning conventions for Zowe CLI and Plug-ins| [Versioning Guidelines](../../docs/MaintainerVersioning.md) |
41
+ | Naming CLI commands and developing syntax | [Command Format Standards](./docs/CommandFormatStandards.md) |
42
+ Versioning conventions for Zowe CLI and Plug-ins| [Versioning Guidelines](./docs/MaintainerVersioning.md) |
43
+ | Miscellaneous tips for development | [Development Tips](./docs/DevelopmentTips.md)
50
44
 
45
+ **Tip:**
46
+ - Visit our [Sample Plug-in repository](https://github.com/zowe/zowe-cli-sample-plugin) for example plug-in code. You can follow developer tutorials [here](https://docs.zowe.org/stable/extend/extend-cli/cli-devTutorials.html).
51
47
 
52
- **Tip:** Visit our [Sample Plug-in repository](https://github.com/zowe/zowe-cli-sample-plugin) for example plug-in code. You can follow developer tutorials [here](https://docs.zowe.org/stable/extend/extend-cli/cli-devTutorials.html).
48
+ <br/>
49
+
50
+ ## **Building Zowe CLI From Source**
51
+ Zowe CLI requires NPM version 7 to install from source. Before proceeding, check your NPM version with `npm --version` and if it's older than 7.x, update with `npm install -g npm`.
53
52
 
54
- ## Build Zowe CLI from source
55
53
  The first time that you download Zowe CLI from the GitHub repository, issue the following command to install the required Zowe CLI dependencies and several development tools:
56
54
 
57
55
  ```
58
- npm install --@zowe:registry=https://registry.npmjs.org --no-package-lock --force
56
+ npm install
59
57
  ```
60
58
 
61
- **Note:** When necessary, you can run the install command again to update dependencies that were changed in package.json.
62
-
63
59
  To build your code changes, issue the following command:
64
60
 
65
61
  ```
66
62
  npm run build
67
63
  ```
68
64
 
69
- When you update `package.json` to include new dependencies, or when you pull changes that affect `package.json`, issue the `npm update` command to download the dependencies.
65
+ When you update `package.json` to include new dependencies, or when you pull changes that affect `package.json`, issue the following command to download the dependencies:
70
66
 
71
- ## Install Zowe CLI from source
72
- From your copy of this repository, after a build, issue the following command to install Zowe CLI from source:
67
+ ```
68
+ npm update
69
+ ```
70
+
71
+ **Tip:**
72
+ - When necessary, you can run the install command again to update dependencies changed in `package.json`.
73
+
74
+ <br/>
75
+
76
+ ## **Installing Zowe CLI From Source**
77
+ From your copy of this repository, after a build, navigate to the `packages/cli` directory, then issue the following command to install Zowe CLI from source:
73
78
 
74
79
  ```
75
80
  npm install -g
76
81
  ```
77
82
 
78
- <b>Notes:</b>
79
-
83
+ **Notes:**
80
84
  - Depending on how you configured npm on Linux or Mac, you might need to prefix the `npm install -g` command or the `npm uninstall -g` command with `sudo` to let npm have write access to the installation directory.
81
85
  - On Windows, the `npm install -g` command might fail several times due to an `EPERM` error. This appears to be a bug that npm documented in their GitHub issues. This behaviour does not appear to be specific to installing the Zowe CLI package. Unfortunately, the only solution that we know of is to issue the `npm cache clean` command and the `npm install -g` command repeatedly until it works.
82
86
 
83
- ## Uninstall Zowe CLI
87
+ <br/>
88
+
89
+ ## **Uninstalling Zowe CLI**
84
90
  From your local copy of this repository, issue the following command to uninstall Zowe CLI:
91
+
85
92
  ```
86
93
  npm uninstall --global @zowe/cli
87
94
  ```
88
95
 
89
- ## Configure Zowe CLI
96
+ <br/>
97
+
98
+ ## **Configuring Zowe CLI**
90
99
 
91
100
  Zowe CLI configuration is made up of different **profiles**. The profiles contain the information that Zowe CLI needs to communicate with the mainframe system. For example, credentials and z/OSMF host name. If you try to use Zowe CLI functionality and you get an error message that Zowe CLI failed to load any profiles, see the `zowe profiles create --help` command for the group of commands that you are trying to use (if any) to initialize your configuration.
92
101
 
@@ -102,38 +111,93 @@ After you create your profile, you can confirm that the properties of your profi
102
111
  zowe zosmf check status
103
112
  ```
104
113
 
105
- **Tip:** When you confirm that your profile connects to and communicates with your mainframe system successfully, you can issue the same command at any time to verify the availability and status of the z/OSMF subsystem on your mainframe.
114
+ For detailed information about creating service profiles, creating base profiles, or integrating with Zowe API ML, see [Using Zowe CLI](https://docs.zowe.org/stable/user-guide/cli-using-usingcli/).
115
+
116
+ **Tip:**
117
+ - When you confirm that your profile connects to and communicates with your mainframe system successfully, you can issue the same command at any time to verify the availability and status of the z/OSMF subsystem on your mainframe.
106
118
 
107
- For detailed information about creating service profiles, creating base profiles, or integrating with Zowe API ML, see [Using Zowe CLI](https://docs.zowe.org/stable/user-guide/cli-usingcli.html).
119
+ <br/>
108
120
 
109
- ## Run system tests
121
+ ## **Zowe Node Client SDK**
122
+
123
+ The Zowe Node Client SDK consists of APIs that enable you to build client applications that interface with the mainframe. Use the APIs to build your own client applications or automation scripts, independent of Zowe CLI.
124
+
125
+ For information about downloading and getting started with the SDK, see the [Zowe Docs](https://docs.zowe.org/stable/user-guide/sdks-using). To view the Zowe Node.js SDK doc, see [Zowe SDK Docs](https://docs.zowe.org/stable/typedoc/index.html).
126
+
127
+ **Tip:**
128
+ - Alternatively, you can import Zowe CLI into your project to call the Node APIs. However, importing all of Zowe CLI will increase the size of your project. For example, use the following statement to import packages from Zowe CLI:
129
+
130
+ ```
131
+ import { <interfaceName> } from @zowe/cli
132
+ ```
133
+ Where `<interfaceName>` is the name of an interface that you populate (i.e. `IIssueParms`) or a function that submits requests (i.e `IssueCommand`).
134
+
135
+
136
+ <br/>
137
+
138
+ ### Example API Usage
139
+
140
+ For example usage syntax, see the readme for each API package in this repository:
141
+
142
+ - [Provisioning](https://github.com/zowe/zowe-cli/tree/master/packages/provisioning): Provision middleware and resources such as IBM CICS, IBM Db2, IBM MQ, and more.
143
+ - [z/OS Console](https://github.com/zowe/zowe-cli/tree/master/packages/zosconsole): Perform z/OS console operations.
144
+ - [z/OS Data Sets](https://github.com/zowe/zowe-cli/tree/master/packages/zosfiles): Work with data sets on z/OS.
145
+ - [z/OS Jobs](https://github.com/zowe/zowe-cli/tree/master/packages/zosjobs): Work with batch jobs on z/OS.
146
+ - [z/OS Logs](https://github.com/zowe/zowe-cli/tree/master/packages/zoslogs): Interact with logs on z/OS.
147
+ - [z/OS TSO](https://github.com/zowe/zowe-cli/tree/master/packages/zostso): Interact with TSO/E adress spaces on z/OS.
148
+ - [z/OS USS](https://github.com/zowe/zowe-cli/tree/master/packages/zosuss): Work with UNIX system services (USS) files on z/OS.
149
+ - [z/OS Workflows](https://github.com/zowe/zowe-cli/tree/master/packages/workflows): Create and manage z/OSMF workflows on z/OS.
150
+ - [z/OSMF](https://github.com/zowe/zowe-cli/tree/master/packages/zosmf): Return data about z/OSMF, such as connection status or a list of available systems.
151
+
152
+ <br/>
153
+
154
+ ## **Running System Tests**
110
155
 
111
156
  In addition to Node.js, you must have a means to execute `.sh` (bash) scripts, which are required for running integration tests. On Windows, you can install "Git Bash" (bundled with the standard [Git](https://git-scm.com/downloads) installation - check "Use Git and Unix Tools from Windows Command Prompt" installation option).
112
157
 
113
158
  After downloading/installing the prerequisites, ensure that you can execute the following commands and receive success responses:
159
+
160
+ ```
114
161
  1. `node --version`
115
162
  2. `npm --version`
116
163
  3. On Windows: `where sh`
164
+ ```
117
165
 
118
166
  To run Zowe CLI system tests, you need a configured properties file with proper system information present.
119
167
 
120
- A dummy properties file is present in the `__tests__/__resources__/properties folder`, `default_properties.yaml`. Using this file as a template, you should create a `custom_properties.yaml` file within the same directory. Git is configured to ignore all properties files in the properties folder, except for the `default_properties.yaml` file.
168
+ A dummy properties file is present in the `__tests__/__resources__/properties folder`, `default_properties.yaml`. Using this file as a template, you should create a `custom_properties.yaml` file within the same directory. Git is configured to ignore all properties files in the properties folder, except for the `default_properties.yaml` file. If the `custom_properties.yaml` file cannot be found or loaded, an error with relevant details will be thrown when attempting to run tests.
121
169
 
122
- **Important!** Do not check in configured properties files because they contain security principles and other critical information.
170
+ You can then run the system tests by issuing the following command:
123
171
 
124
- You can run the system tests by issuing the following command:
125
172
  ```
126
173
  npm run test:system
127
174
  ```
128
175
 
129
- If the `custom_properties.yaml` file cannot be found or loaded, an error with relevant details is thrown.
176
+ <br/>
177
+
178
+ **IMPORTANT!** Do not commit configured properties files because they contain security principles and other critical information.
179
+
180
+ <br/>
181
+
182
+ ## **Frequently Asked Questions**
183
+
184
+ **How can I install Zowe CLI as a root user on Mac/Linux?**
185
+
186
+ - You can install the CLI as root so that all users can access the CLI without installing it individually on their user account. As the root user on Mac/Linux, issue the following command:
187
+
188
+ ```
189
+ npm i -g @zowe/cli@latest --ignore-scripts
190
+ ```
191
+ **WARNING!** If you use this method, plug-ins that are installed as root can only be accessed as root. Users must install plug-ins on their user account or share all profiles/plugins/settings/logs with root. You also might encounter npm errors if you install as root. We recommend that Linux administrators implement a user/group environment where permissions can be more carefully controlled.
130
192
 
131
- ## Frequently asked questions
193
+ **What is the difference between V1 and V2?**
132
194
 
133
- - **How can I install Zowe CLI as a root user on Mac/Linux?**
195
+ - V2 uses **team profiles** and **deprecates the Secure Credential Store** (SCS) plug-in.
134
196
 
135
- You can install the CLI as root so that all users can access the CLI without installing it individually on their user account. As the root user on Mac/Linux, issue the following command:
197
+ Connection details can be managed efficiently within one file, promoting a global configuration that can be shared across teams and mainframe services. For more information on how to use profiles, visit [Zowe Docs](https://docs.zowe.org/stable/user-guide/cli-using-using-team-profiles/).
198
+
199
+ Secure credential encryption is included in the core CLI.
136
200
 
137
- ```npm i -g @zowe/cli@latest --ignore-scripts```
201
+ <br/>
138
202
 
139
- **Warning!** If you use this method, plug-ins that are installed as root can only be accessed as root. Users must install plug-ins on their user account or share all profiles/plugins/settings/logs with root. You also might encounter npm errors if you install as root. We recommend that Linux administrators implement a user/group environment where permissions can be more carefully controlled.
203
+ Don't see what you're looking for? Browse questions from the community or ask your own in the [Q&A section](https://github.com/zowe/zowe-cli/discussions/categories/q-a) of our repo.
@@ -50,6 +50,21 @@ exports.OutputDefinition = {
50
50
  description: "If specified, job output will be saved directly to the specified " +
51
51
  "directory rather than creating a subdirectory named after the ID of the job.",
52
52
  type: "boolean"
53
+ },
54
+ {
55
+ name: "binary",
56
+ aliases: ["b"],
57
+ description: "If specified, job output will be downloaded in binary format instead " +
58
+ "of performing text conversion. Conflicts with record.",
59
+ type: "boolean"
60
+ },
61
+ {
62
+ name: "record",
63
+ aliases: ["r"],
64
+ description: "If specified, job output will be downloaded in record format instead " +
65
+ "of performing text conversion. Conflicts with binary.",
66
+ type: "boolean",
67
+ conflictsWith: ["binary"]
53
68
  }
54
69
  ],
55
70
  examples: [
@@ -1 +1 @@
1
- {"version":3,"file":"Output.definition.js","sourceRoot":"","sources":["../../../../src/zosjobs/download/download-output/Output.definition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;EASE;;;AAIW,QAAA,gBAAgB,GAAuB;IAChD,IAAI,EAAE,QAAQ;IACd,OAAO,EAAE,CAAC,GAAG,CAAC;IACd,IAAI,EAAE,SAAS;IACf,OAAO,EAAE,wCAAwC;IACjD,WAAW,EAAE,gDAAgD;QACzD,oEAAoE;IACxE,OAAO,EAAE,SAAS,GAAG,iBAAiB;IACtC,OAAO,EAAE;QACL,QAAQ,EAAE,CAAC,OAAO,CAAC;KACtB;IACD,WAAW,EAAE;QACT;YACI,IAAI,EAAE,OAAO;YACb,WAAW,EAAE,yEAAyE;gBACtF,8CAA8C;YAC9C,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,IAAI;SACjB;KACJ;IACD,OAAO,EAAG;QACN;YACI,IAAI,EAAE,WAAW;YACjB,OAAO,EAAE,CAAC,GAAG,EAAE,KAAK,CAAC;YACrB,WAAW,EAAE,2EAA2E;YACxF,IAAI,EAAE,QAAQ;SACjB;QACD;YACI,IAAI,EAAE,WAAW;YACjB,OAAO,EAAE,CAAC,GAAG,CAAC;YACd,WAAW,EAAE,mEAAmE;YAChF,IAAI,EAAE,QAAQ;SACjB;QACD;YACI,IAAI,EAAE,sBAAsB;YAC5B,OAAO,EAAE,CAAC,KAAK,CAAC;YAChB,WAAW,EAAE,mEAAmE;gBAC5E,8EAA8E;YAClF,IAAI,EAAE,SAAS;SAClB;KAC2B;IAChC,QAAQ,EAAE;QACN;YACI,WAAW,EAAE,kGAAkG;YAC/G,OAAO,EAAE,UAAU;SACtB;KACJ;CACJ,CAAC"}
1
+ {"version":3,"file":"Output.definition.js","sourceRoot":"","sources":["../../../../src/zosjobs/download/download-output/Output.definition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;EASE;;;AAIW,QAAA,gBAAgB,GAAuB;IAChD,IAAI,EAAE,QAAQ;IACd,OAAO,EAAE,CAAC,GAAG,CAAC;IACd,IAAI,EAAE,SAAS;IACf,OAAO,EAAE,wCAAwC;IACjD,WAAW,EAAE,gDAAgD;QACzD,oEAAoE;IACxE,OAAO,EAAE,SAAS,GAAG,iBAAiB;IACtC,OAAO,EAAE;QACL,QAAQ,EAAE,CAAC,OAAO,CAAC;KACtB;IACD,WAAW,EAAE;QACT;YACI,IAAI,EAAE,OAAO;YACb,WAAW,EAAE,yEAAyE;gBACtF,8CAA8C;YAC9C,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,IAAI;SACjB;KACJ;IACD,OAAO,EAAG;QACN;YACI,IAAI,EAAE,WAAW;YACjB,OAAO,EAAE,CAAC,GAAG,EAAE,KAAK,CAAC;YACrB,WAAW,EAAE,2EAA2E;YACxF,IAAI,EAAE,QAAQ;SACjB;QACD;YACI,IAAI,EAAE,WAAW;YACjB,OAAO,EAAE,CAAC,GAAG,CAAC;YACd,WAAW,EAAE,mEAAmE;YAChF,IAAI,EAAE,QAAQ;SACjB;QACD;YACI,IAAI,EAAE,sBAAsB;YAC5B,OAAO,EAAE,CAAC,KAAK,CAAC;YAChB,WAAW,EAAE,mEAAmE;gBAC5E,8EAA8E;YAClF,IAAI,EAAE,SAAS;SAClB;QACD;YACI,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE,CAAC,GAAG,CAAC;YACd,WAAW,EAAE,uEAAuE;gBAChF,uDAAuD;YAC3D,IAAI,EAAE,SAAS;SAClB;QACD;YACI,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE,CAAC,GAAG,CAAC;YACd,WAAW,EAAE,uEAAuE;gBAChF,uDAAuD;YAC3D,IAAI,EAAE,SAAS;YACf,aAAa,EAAE,CAAC,QAAQ,CAAC;SAC5B;KAC2B;IAChC,QAAQ,EAAE;QACN;YACI,WAAW,EAAE,kGAAkG;YAC/G,OAAO,EAAE,UAAU;SACtB;KACJ;CACJ,CAAC"}
@@ -41,6 +41,8 @@ class OutputHandler extends zosmf_for_zowe_sdk_1.ZosmfBaseHandler {
41
41
  const outDir = this.mArguments.directory;
42
42
  const omitJobidDirectory = !!this.mArguments.ojd;
43
43
  const extension = this.mArguments.extension;
44
+ const binary = this.mArguments.binary;
45
+ const record = this.mArguments.record;
44
46
  // Get the job details
45
47
  const job = yield zos_jobs_for_zowe_sdk_1.GetJobs.getJob(this.mSession, jobid);
46
48
  const options = {
@@ -48,7 +50,9 @@ class OutputHandler extends zosmf_for_zowe_sdk_1.ZosmfBaseHandler {
48
50
  jobid,
49
51
  outDir,
50
52
  omitJobidDirectory,
51
- extension
53
+ extension,
54
+ binary,
55
+ record
52
56
  };
53
57
  // Download 'em all
54
58
  yield zos_jobs_for_zowe_sdk_1.DownloadJobs.downloadAllSpoolContentCommon(this.mSession, options);
@@ -1 +1 @@
1
- {"version":3,"file":"Output.handler.js","sourceRoot":"","sources":["../../../../src/zosjobs/download/download-output/Output.handler.ts"],"names":[],"mappings":";AAAA;;;;;;;;;EASE;;;;;;;;;;;AAGF,uEAAyG;AACzG,iEAA4D;AAE5D;;;;;GAKG;AACH,MAAqB,aAAc,SAAQ,qCAAgB;IACvD;;;;;OAKG;IACU,UAAU,CAAC,MAA0B;;YAC9C,MAAM,QAAQ,GAAQ,EAAE,CAAC;YACzB,MAAM,KAAK,GAAW,IAAI,CAAC,UAAU,CAAC,KAAK,GAAG,EAAE,CAAC;YACjD,MAAM,MAAM,GAAW,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC;YACjD,MAAM,kBAAkB,GAAY,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC;YAC1D,MAAM,SAAS,GAAW,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC;YACpD,sBAAsB;YACtB,MAAM,GAAG,GAAS,MAAM,+BAAO,CAAC,MAAM,CAAC,IAAI,CAAC,QAAQ,EAAE,KAAK,CAAC,CAAC;YAC7D,MAAM,OAAO,GAAkC;gBAC3C,OAAO,EAAE,GAAG,CAAC,OAAO;gBACpB,KAAK;gBACL,MAAM;gBACN,kBAAkB;gBAClB,SAAS;aACZ,CAAC;YACF,mBAAmB;YACnB,MAAM,oCAAY,CAAC,6BAA6B,CAAC,IAAI,CAAC,QAAQ,EAAE,OAAO,CAAC,CAAC;YAEzE,IAAI,OAAO,CAAC,MAAM,IAAI,IAAI,EAAE;gBACxB,OAAO,CAAC,MAAM,GAAG,oCAAY,CAAC,uBAAuB,CAAC;aACzD;YAED,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,wDAAwD,OAAO,CAAC,MAAM,EAAE,CAAC,CAAC;YAE3F,wDAAwD;YACxD,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC;QAC/B,CAAC;KAAA;CACJ;AAlCD,gCAkCC"}
1
+ {"version":3,"file":"Output.handler.js","sourceRoot":"","sources":["../../../../src/zosjobs/download/download-output/Output.handler.ts"],"names":[],"mappings":";AAAA;;;;;;;;;EASE;;;;;;;;;;;AAGF,uEAAyG;AACzG,iEAA4D;AAE5D;;;;;GAKG;AACH,MAAqB,aAAc,SAAQ,qCAAgB;IACvD;;;;;OAKG;IACU,UAAU,CAAC,MAA0B;;YAC9C,MAAM,QAAQ,GAAQ,EAAE,CAAC;YACzB,MAAM,KAAK,GAAW,IAAI,CAAC,UAAU,CAAC,KAAK,GAAG,EAAE,CAAC;YACjD,MAAM,MAAM,GAAW,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC;YACjD,MAAM,kBAAkB,GAAY,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC;YAC1D,MAAM,SAAS,GAAW,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC;YACpD,MAAM,MAAM,GAAY,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC;YAC/C,MAAM,MAAM,GAAY,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC;YAC/C,sBAAsB;YACtB,MAAM,GAAG,GAAS,MAAM,+BAAO,CAAC,MAAM,CAAC,IAAI,CAAC,QAAQ,EAAE,KAAK,CAAC,CAAC;YAC7D,MAAM,OAAO,GAAkC;gBAC3C,OAAO,EAAE,GAAG,CAAC,OAAO;gBACpB,KAAK;gBACL,MAAM;gBACN,kBAAkB;gBAClB,SAAS;gBACT,MAAM;gBACN,MAAM;aACT,CAAC;YACF,mBAAmB;YACnB,MAAM,oCAAY,CAAC,6BAA6B,CAAC,IAAI,CAAC,QAAQ,EAAE,OAAO,CAAC,CAAC;YAEzE,IAAI,OAAO,CAAC,MAAM,IAAI,IAAI,EAAE;gBACxB,OAAO,CAAC,MAAM,GAAG,oCAAY,CAAC,uBAAuB,CAAC;aACzD;YAED,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,wDAAwD,OAAO,CAAC,MAAM,EAAE,CAAC,CAAC;YAE3F,wDAAwD;YACxD,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC;QAC/B,CAAC;KAAA;CACJ;AAtCD,gCAsCC"}
@@ -1,27 +1,27 @@
1
1
  {
2
2
  "name": "@zowe/cli",
3
- "version": "7.9.6",
3
+ "version": "7.10.0",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@zowe/cli",
9
- "version": "7.9.6",
9
+ "version": "7.10.0",
10
10
  "hasInstallScript": true,
11
11
  "license": "EPL-2.0",
12
12
  "dependencies": {
13
- "@zowe/core-for-zowe-sdk": "7.9.6",
14
- "@zowe/imperative": "5.7.6",
13
+ "@zowe/core-for-zowe-sdk": "7.10.0",
14
+ "@zowe/imperative": "5.8.0",
15
15
  "@zowe/perf-timing": "1.0.7",
16
- "@zowe/provisioning-for-zowe-sdk": "7.9.6",
17
- "@zowe/zos-console-for-zowe-sdk": "7.9.6",
18
- "@zowe/zos-files-for-zowe-sdk": "7.9.6",
19
- "@zowe/zos-jobs-for-zowe-sdk": "7.9.6",
20
- "@zowe/zos-logs-for-zowe-sdk": "7.9.6",
21
- "@zowe/zos-tso-for-zowe-sdk": "7.9.6",
22
- "@zowe/zos-uss-for-zowe-sdk": "7.9.6",
23
- "@zowe/zos-workflows-for-zowe-sdk": "7.9.6",
24
- "@zowe/zosmf-for-zowe-sdk": "7.9.6",
16
+ "@zowe/provisioning-for-zowe-sdk": "7.10.0",
17
+ "@zowe/zos-console-for-zowe-sdk": "7.10.0",
18
+ "@zowe/zos-files-for-zowe-sdk": "7.10.0",
19
+ "@zowe/zos-jobs-for-zowe-sdk": "7.10.0",
20
+ "@zowe/zos-logs-for-zowe-sdk": "7.10.0",
21
+ "@zowe/zos-tso-for-zowe-sdk": "7.10.0",
22
+ "@zowe/zos-uss-for-zowe-sdk": "7.10.0",
23
+ "@zowe/zos-workflows-for-zowe-sdk": "7.10.0",
24
+ "@zowe/zosmf-for-zowe-sdk": "7.10.0",
25
25
  "find-process": "1.4.7",
26
26
  "get-stream": "6.0.1",
27
27
  "lodash": "4.17.21",
@@ -38,7 +38,7 @@
38
38
  "@types/node": "^14.18.28",
39
39
  "@types/tar": "^6.1.2",
40
40
  "@types/which": "^2.0.1",
41
- "@zowe/cli-test-utils": "7.9.6",
41
+ "@zowe/cli-test-utils": "7.10.0",
42
42
  "comment-json": "^4.1.1",
43
43
  "eslint": "^8.22.0",
44
44
  "js-yaml": "^4.1.0",
@@ -303,9 +303,9 @@
303
303
  "integrity": "sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw=="
304
304
  },
305
305
  "node_modules/@zowe/core-for-zowe-sdk": {
306
- "version": "7.9.6",
307
- "resolved": "https://registry.npmjs.org/@zowe/core-for-zowe-sdk/-/core-for-zowe-sdk-7.9.6.tgz",
308
- "integrity": "sha512-42gYsBc+ovIIdiWkvg9Ghn4vHUodSbueNLb34wvKR37+iGrC9vOhFlBQuPWZNluAgA3jVs44mw0TLqyALoPsYg==",
306
+ "version": "7.10.0",
307
+ "resolved": "https://registry.npmjs.org/@zowe/core-for-zowe-sdk/-/core-for-zowe-sdk-7.10.0.tgz",
308
+ "integrity": "sha512-KiuPk97rVJGhjzAlzu1R3nB9Wjj45Y2wsLfzTCcySz13fsBQHXL95scHZgBhcefikijcegQuZW+8DQWpjAmm2Q==",
309
309
  "dependencies": {
310
310
  "comment-json": "4.1.1",
311
311
  "string-width": "4.2.3"
@@ -315,9 +315,9 @@
315
315
  }
316
316
  },
317
317
  "node_modules/@zowe/imperative": {
318
- "version": "5.7.6",
319
- "resolved": "https://registry.npmjs.org/@zowe/imperative/-/imperative-5.7.6.tgz",
320
- "integrity": "sha512-SMjOQDVh1TdRoTLxVMIkjCyTlaTDhbMNSxOat3IFrWpgNJaqW+mNqYZlo09PZM8+HiEgI1kR/ikeNCHaPeedXA==",
318
+ "version": "5.8.0",
319
+ "resolved": "https://registry.npmjs.org/@zowe/imperative/-/imperative-5.8.0.tgz",
320
+ "integrity": "sha512-K7RNgagGmU2l+Ezr7ixBfDBr54NAb0YJjlpDTqDnOp691ippvEPg/G6QJQ63BJeIOoikae8ClYlr2T4OhhCyFw==",
321
321
  "dependencies": {
322
322
  "@types/yargs": "13.0.4",
323
323
  "@zowe/perf-timing": "1.0.7",
@@ -659,9 +659,9 @@
659
659
  }
660
660
  },
661
661
  "node_modules/@zowe/provisioning-for-zowe-sdk": {
662
- "version": "7.9.6",
663
- "resolved": "https://registry.npmjs.org/@zowe/provisioning-for-zowe-sdk/-/provisioning-for-zowe-sdk-7.9.6.tgz",
664
- "integrity": "sha512-zQW6U36OMzwy/AnPpelg3fpEcJKMNqxdPFWwIczB1qySPijl7INaILgEzOvC2E73s4iobTArwgZm4S/dwX2Jxw==",
662
+ "version": "7.10.0",
663
+ "resolved": "https://registry.npmjs.org/@zowe/provisioning-for-zowe-sdk/-/provisioning-for-zowe-sdk-7.10.0.tgz",
664
+ "integrity": "sha512-ZZMgiUDX0H0PQSYUu/RhkMGJr3doNnh+DUKTFnqszrnz3qUb0lBJUSevjGDHDY8nfNhDIUIz8FdEw2/j+bkN4w==",
665
665
  "dependencies": {
666
666
  "js-yaml": "4.1.0"
667
667
  },
@@ -671,18 +671,18 @@
671
671
  }
672
672
  },
673
673
  "node_modules/@zowe/zos-console-for-zowe-sdk": {
674
- "version": "7.9.6",
675
- "resolved": "https://registry.npmjs.org/@zowe/zos-console-for-zowe-sdk/-/zos-console-for-zowe-sdk-7.9.6.tgz",
676
- "integrity": "sha512-3qlr7t4uDbMeR1uztJvUhsiO9iGjcjdQmJwk+C1syCcJuvahEzZ15+mVHHkqKs3muwUDQU+rZce+BK8gjRjgtA==",
674
+ "version": "7.10.0",
675
+ "resolved": "https://registry.npmjs.org/@zowe/zos-console-for-zowe-sdk/-/zos-console-for-zowe-sdk-7.10.0.tgz",
676
+ "integrity": "sha512-Iw9AVDZHSSHNnOyIXiN+dsSyeAA/ocRSZMCbiRIYLkr71E/N/3QdUPasaP4nzTsOhIHlKFoWG9wXZvXsq9LB7A==",
677
677
  "peerDependencies": {
678
678
  "@zowe/core-for-zowe-sdk": "^7.0.0",
679
679
  "@zowe/imperative": "^5.0.0"
680
680
  }
681
681
  },
682
682
  "node_modules/@zowe/zos-files-for-zowe-sdk": {
683
- "version": "7.9.6",
684
- "resolved": "https://registry.npmjs.org/@zowe/zos-files-for-zowe-sdk/-/zos-files-for-zowe-sdk-7.9.6.tgz",
685
- "integrity": "sha512-vRwvIJJz5EvCjBKDYt/azF2T1xPtJkllcwZnFmcc5iTtoCSYmrHRHY8mko53kkef69IQydbfmZaXGIUGR8Piow==",
683
+ "version": "7.10.0",
684
+ "resolved": "https://registry.npmjs.org/@zowe/zos-files-for-zowe-sdk/-/zos-files-for-zowe-sdk-7.10.0.tgz",
685
+ "integrity": "sha512-9nZXm+rwEKW/aWtQ/07G+yaHesH3cptH9hXG217NMQdjCZhZOrbpv81pR8GmdifGiao4D1DLnNrYY6xyDqk7Sg==",
686
686
  "dependencies": {
687
687
  "minimatch": "5.0.1"
688
688
  },
@@ -692,11 +692,11 @@
692
692
  }
693
693
  },
694
694
  "node_modules/@zowe/zos-jobs-for-zowe-sdk": {
695
- "version": "7.9.6",
696
- "resolved": "https://registry.npmjs.org/@zowe/zos-jobs-for-zowe-sdk/-/zos-jobs-for-zowe-sdk-7.9.6.tgz",
697
- "integrity": "sha512-v1Ffe/18TnUvTLydz4kYjIzwUpIdViAT0Figw65QMD6RACSvFh9XdvHI3xMWmm3wcrbHpkwEE8gggS+a/6kpBg==",
695
+ "version": "7.10.0",
696
+ "resolved": "https://registry.npmjs.org/@zowe/zos-jobs-for-zowe-sdk/-/zos-jobs-for-zowe-sdk-7.10.0.tgz",
697
+ "integrity": "sha512-FrBoDzZaMEd4HbsPeX+aVuugcDCCfYfCEFFckNjC37XBIn2eBFljYHsij6jRFOOQUEUP/ODa7mAT1FF1gBA1fg==",
698
698
  "dependencies": {
699
- "@zowe/zos-files-for-zowe-sdk": "7.9.6"
699
+ "@zowe/zos-files-for-zowe-sdk": "7.10.0"
700
700
  },
701
701
  "peerDependencies": {
702
702
  "@zowe/core-for-zowe-sdk": "^7.0.0",
@@ -704,20 +704,20 @@
704
704
  }
705
705
  },
706
706
  "node_modules/@zowe/zos-logs-for-zowe-sdk": {
707
- "version": "7.9.6",
708
- "resolved": "https://registry.npmjs.org/@zowe/zos-logs-for-zowe-sdk/-/zos-logs-for-zowe-sdk-7.9.6.tgz",
709
- "integrity": "sha512-T6IeF1RL5jp3IvBUKGAdnqIz2CJg5Sk6XZrXq/pecxKqwtc/4T/i7FfYBYLf/pzXLtG1lH9ZVJy0HKhV8NzN6A==",
707
+ "version": "7.10.0",
708
+ "resolved": "https://registry.npmjs.org/@zowe/zos-logs-for-zowe-sdk/-/zos-logs-for-zowe-sdk-7.10.0.tgz",
709
+ "integrity": "sha512-vQOESDerCKmZqR07yYqpUChFQoK6Q3xvDmodRHJdFoTFjnKcRr6kMVAHkc7le9QLcubo6JktLz/EqPwE6zpeSA==",
710
710
  "peerDependencies": {
711
711
  "@zowe/core-for-zowe-sdk": "^7.0.0",
712
712
  "@zowe/imperative": "^5.0.0"
713
713
  }
714
714
  },
715
715
  "node_modules/@zowe/zos-tso-for-zowe-sdk": {
716
- "version": "7.9.6",
717
- "resolved": "https://registry.npmjs.org/@zowe/zos-tso-for-zowe-sdk/-/zos-tso-for-zowe-sdk-7.9.6.tgz",
718
- "integrity": "sha512-Nia3WRCM0WU+JIwK0JdN94H6Nwd2gGFY+Vc7DpyyVgRJR8heYWt8ZveWuHczcXSNaz2LqrXL0VUZLoEqciWXnQ==",
716
+ "version": "7.10.0",
717
+ "resolved": "https://registry.npmjs.org/@zowe/zos-tso-for-zowe-sdk/-/zos-tso-for-zowe-sdk-7.10.0.tgz",
718
+ "integrity": "sha512-peT3AcMr9pR+zql7ADAa/9n6Ry0fZKay3HEMCi+CxtGF/cwtTvNFOTVBZS6OqB1K+TM4KmXxUyrv07jGi6yxaA==",
719
719
  "dependencies": {
720
- "@zowe/zosmf-for-zowe-sdk": "7.9.6"
720
+ "@zowe/zosmf-for-zowe-sdk": "7.10.0"
721
721
  },
722
722
  "peerDependencies": {
723
723
  "@zowe/core-for-zowe-sdk": "^7.0.0",
@@ -725,9 +725,9 @@
725
725
  }
726
726
  },
727
727
  "node_modules/@zowe/zos-uss-for-zowe-sdk": {
728
- "version": "7.9.6",
729
- "resolved": "https://registry.npmjs.org/@zowe/zos-uss-for-zowe-sdk/-/zos-uss-for-zowe-sdk-7.9.6.tgz",
730
- "integrity": "sha512-3r0nQ6rGZG21H30YgEO8z4WtTxRzfOGFlITeJsnfo/EVbOhpYCiScGnRbxoDf6x2q+S8yjWeBJU/2N+rSR7jKQ==",
728
+ "version": "7.10.0",
729
+ "resolved": "https://registry.npmjs.org/@zowe/zos-uss-for-zowe-sdk/-/zos-uss-for-zowe-sdk-7.10.0.tgz",
730
+ "integrity": "sha512-pDud6dL0QB3MyWSIqZ7F31CSW8VrcUM3dEL9IidOciPE0o8osBUjPiRIi5S/8AitRqPyqE20+pnPzZ5Go2fcvQ==",
731
731
  "dependencies": {
732
732
  "ssh2": "1.11.0"
733
733
  },
@@ -736,11 +736,11 @@
736
736
  }
737
737
  },
738
738
  "node_modules/@zowe/zos-workflows-for-zowe-sdk": {
739
- "version": "7.9.6",
740
- "resolved": "https://registry.npmjs.org/@zowe/zos-workflows-for-zowe-sdk/-/zos-workflows-for-zowe-sdk-7.9.6.tgz",
741
- "integrity": "sha512-9+oqIcFmt39MO+gCgT6K2VA/L4IZ5/DYVXJ8LjoHsbN8VbnfMo0OUJV84dTxdun6hGswtqffMLHRwMv2oll4FQ==",
739
+ "version": "7.10.0",
740
+ "resolved": "https://registry.npmjs.org/@zowe/zos-workflows-for-zowe-sdk/-/zos-workflows-for-zowe-sdk-7.10.0.tgz",
741
+ "integrity": "sha512-x3QqrZlSJWg0GlYEKdyUKGLGsEXXypz/NAqmx/6yhBA4vFCaRffgku9HOZ+K80Z+ghnCSE+Ggvamrqci47NNLQ==",
742
742
  "dependencies": {
743
- "@zowe/zos-files-for-zowe-sdk": "7.9.6"
743
+ "@zowe/zos-files-for-zowe-sdk": "7.10.0"
744
744
  },
745
745
  "peerDependencies": {
746
746
  "@zowe/core-for-zowe-sdk": "^7.0.0",
@@ -748,9 +748,9 @@
748
748
  }
749
749
  },
750
750
  "node_modules/@zowe/zosmf-for-zowe-sdk": {
751
- "version": "7.9.6",
752
- "resolved": "https://registry.npmjs.org/@zowe/zosmf-for-zowe-sdk/-/zosmf-for-zowe-sdk-7.9.6.tgz",
753
- "integrity": "sha512-vGq3bfldZBEO/kBuhWsfVCYXXfXowCddxo1UMYYvG2fyfTXHLr75WE29UydtMWrpz0Bix1+Hk3nX3wB4w7jYZw==",
751
+ "version": "7.10.0",
752
+ "resolved": "https://registry.npmjs.org/@zowe/zosmf-for-zowe-sdk/-/zosmf-for-zowe-sdk-7.10.0.tgz",
753
+ "integrity": "sha512-xvIVrYvG1wvSGnHzYlYo3w35DEzA56ca8SUy4rn1bnQiIqahcVeXB/duOx2RQi6rm2zcaok7RvPRxLNSMCzR8w==",
754
754
  "peerDependencies": {
755
755
  "@zowe/core-for-zowe-sdk": "^7.0.0",
756
756
  "@zowe/imperative": "^5.0.0"
@@ -3694,18 +3694,18 @@
3694
3694
  "integrity": "sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw=="
3695
3695
  },
3696
3696
  "@zowe/core-for-zowe-sdk": {
3697
- "version": "7.9.6",
3698
- "resolved": "https://registry.npmjs.org/@zowe/core-for-zowe-sdk/-/core-for-zowe-sdk-7.9.6.tgz",
3699
- "integrity": "sha512-42gYsBc+ovIIdiWkvg9Ghn4vHUodSbueNLb34wvKR37+iGrC9vOhFlBQuPWZNluAgA3jVs44mw0TLqyALoPsYg==",
3697
+ "version": "7.10.0",
3698
+ "resolved": "https://registry.npmjs.org/@zowe/core-for-zowe-sdk/-/core-for-zowe-sdk-7.10.0.tgz",
3699
+ "integrity": "sha512-KiuPk97rVJGhjzAlzu1R3nB9Wjj45Y2wsLfzTCcySz13fsBQHXL95scHZgBhcefikijcegQuZW+8DQWpjAmm2Q==",
3700
3700
  "requires": {
3701
3701
  "comment-json": "4.1.1",
3702
3702
  "string-width": "4.2.3"
3703
3703
  }
3704
3704
  },
3705
3705
  "@zowe/imperative": {
3706
- "version": "5.7.6",
3707
- "resolved": "https://registry.npmjs.org/@zowe/imperative/-/imperative-5.7.6.tgz",
3708
- "integrity": "sha512-SMjOQDVh1TdRoTLxVMIkjCyTlaTDhbMNSxOat3IFrWpgNJaqW+mNqYZlo09PZM8+HiEgI1kR/ikeNCHaPeedXA==",
3706
+ "version": "5.8.0",
3707
+ "resolved": "https://registry.npmjs.org/@zowe/imperative/-/imperative-5.8.0.tgz",
3708
+ "integrity": "sha512-K7RNgagGmU2l+Ezr7ixBfDBr54NAb0YJjlpDTqDnOp691ippvEPg/G6QJQ63BJeIOoikae8ClYlr2T4OhhCyFw==",
3709
3709
  "requires": {
3710
3710
  "@types/yargs": "13.0.4",
3711
3711
  "@zowe/perf-timing": "1.0.7",
@@ -3960,69 +3960,69 @@
3960
3960
  }
3961
3961
  },
3962
3962
  "@zowe/provisioning-for-zowe-sdk": {
3963
- "version": "7.9.6",
3964
- "resolved": "https://registry.npmjs.org/@zowe/provisioning-for-zowe-sdk/-/provisioning-for-zowe-sdk-7.9.6.tgz",
3965
- "integrity": "sha512-zQW6U36OMzwy/AnPpelg3fpEcJKMNqxdPFWwIczB1qySPijl7INaILgEzOvC2E73s4iobTArwgZm4S/dwX2Jxw==",
3963
+ "version": "7.10.0",
3964
+ "resolved": "https://registry.npmjs.org/@zowe/provisioning-for-zowe-sdk/-/provisioning-for-zowe-sdk-7.10.0.tgz",
3965
+ "integrity": "sha512-ZZMgiUDX0H0PQSYUu/RhkMGJr3doNnh+DUKTFnqszrnz3qUb0lBJUSevjGDHDY8nfNhDIUIz8FdEw2/j+bkN4w==",
3966
3966
  "requires": {
3967
3967
  "js-yaml": "4.1.0"
3968
3968
  }
3969
3969
  },
3970
3970
  "@zowe/zos-console-for-zowe-sdk": {
3971
- "version": "7.9.6",
3972
- "resolved": "https://registry.npmjs.org/@zowe/zos-console-for-zowe-sdk/-/zos-console-for-zowe-sdk-7.9.6.tgz",
3973
- "integrity": "sha512-3qlr7t4uDbMeR1uztJvUhsiO9iGjcjdQmJwk+C1syCcJuvahEzZ15+mVHHkqKs3muwUDQU+rZce+BK8gjRjgtA==",
3971
+ "version": "7.10.0",
3972
+ "resolved": "https://registry.npmjs.org/@zowe/zos-console-for-zowe-sdk/-/zos-console-for-zowe-sdk-7.10.0.tgz",
3973
+ "integrity": "sha512-Iw9AVDZHSSHNnOyIXiN+dsSyeAA/ocRSZMCbiRIYLkr71E/N/3QdUPasaP4nzTsOhIHlKFoWG9wXZvXsq9LB7A==",
3974
3974
  "requires": {}
3975
3975
  },
3976
3976
  "@zowe/zos-files-for-zowe-sdk": {
3977
- "version": "7.9.6",
3978
- "resolved": "https://registry.npmjs.org/@zowe/zos-files-for-zowe-sdk/-/zos-files-for-zowe-sdk-7.9.6.tgz",
3979
- "integrity": "sha512-vRwvIJJz5EvCjBKDYt/azF2T1xPtJkllcwZnFmcc5iTtoCSYmrHRHY8mko53kkef69IQydbfmZaXGIUGR8Piow==",
3977
+ "version": "7.10.0",
3978
+ "resolved": "https://registry.npmjs.org/@zowe/zos-files-for-zowe-sdk/-/zos-files-for-zowe-sdk-7.10.0.tgz",
3979
+ "integrity": "sha512-9nZXm+rwEKW/aWtQ/07G+yaHesH3cptH9hXG217NMQdjCZhZOrbpv81pR8GmdifGiao4D1DLnNrYY6xyDqk7Sg==",
3980
3980
  "requires": {
3981
3981
  "minimatch": "5.0.1"
3982
3982
  }
3983
3983
  },
3984
3984
  "@zowe/zos-jobs-for-zowe-sdk": {
3985
- "version": "7.9.6",
3986
- "resolved": "https://registry.npmjs.org/@zowe/zos-jobs-for-zowe-sdk/-/zos-jobs-for-zowe-sdk-7.9.6.tgz",
3987
- "integrity": "sha512-v1Ffe/18TnUvTLydz4kYjIzwUpIdViAT0Figw65QMD6RACSvFh9XdvHI3xMWmm3wcrbHpkwEE8gggS+a/6kpBg==",
3985
+ "version": "7.10.0",
3986
+ "resolved": "https://registry.npmjs.org/@zowe/zos-jobs-for-zowe-sdk/-/zos-jobs-for-zowe-sdk-7.10.0.tgz",
3987
+ "integrity": "sha512-FrBoDzZaMEd4HbsPeX+aVuugcDCCfYfCEFFckNjC37XBIn2eBFljYHsij6jRFOOQUEUP/ODa7mAT1FF1gBA1fg==",
3988
3988
  "requires": {
3989
- "@zowe/zos-files-for-zowe-sdk": "7.9.6"
3989
+ "@zowe/zos-files-for-zowe-sdk": "7.10.0"
3990
3990
  }
3991
3991
  },
3992
3992
  "@zowe/zos-logs-for-zowe-sdk": {
3993
- "version": "7.9.6",
3994
- "resolved": "https://registry.npmjs.org/@zowe/zos-logs-for-zowe-sdk/-/zos-logs-for-zowe-sdk-7.9.6.tgz",
3995
- "integrity": "sha512-T6IeF1RL5jp3IvBUKGAdnqIz2CJg5Sk6XZrXq/pecxKqwtc/4T/i7FfYBYLf/pzXLtG1lH9ZVJy0HKhV8NzN6A==",
3993
+ "version": "7.10.0",
3994
+ "resolved": "https://registry.npmjs.org/@zowe/zos-logs-for-zowe-sdk/-/zos-logs-for-zowe-sdk-7.10.0.tgz",
3995
+ "integrity": "sha512-vQOESDerCKmZqR07yYqpUChFQoK6Q3xvDmodRHJdFoTFjnKcRr6kMVAHkc7le9QLcubo6JktLz/EqPwE6zpeSA==",
3996
3996
  "requires": {}
3997
3997
  },
3998
3998
  "@zowe/zos-tso-for-zowe-sdk": {
3999
- "version": "7.9.6",
4000
- "resolved": "https://registry.npmjs.org/@zowe/zos-tso-for-zowe-sdk/-/zos-tso-for-zowe-sdk-7.9.6.tgz",
4001
- "integrity": "sha512-Nia3WRCM0WU+JIwK0JdN94H6Nwd2gGFY+Vc7DpyyVgRJR8heYWt8ZveWuHczcXSNaz2LqrXL0VUZLoEqciWXnQ==",
3999
+ "version": "7.10.0",
4000
+ "resolved": "https://registry.npmjs.org/@zowe/zos-tso-for-zowe-sdk/-/zos-tso-for-zowe-sdk-7.10.0.tgz",
4001
+ "integrity": "sha512-peT3AcMr9pR+zql7ADAa/9n6Ry0fZKay3HEMCi+CxtGF/cwtTvNFOTVBZS6OqB1K+TM4KmXxUyrv07jGi6yxaA==",
4002
4002
  "requires": {
4003
- "@zowe/zosmf-for-zowe-sdk": "7.9.6"
4003
+ "@zowe/zosmf-for-zowe-sdk": "7.10.0"
4004
4004
  }
4005
4005
  },
4006
4006
  "@zowe/zos-uss-for-zowe-sdk": {
4007
- "version": "7.9.6",
4008
- "resolved": "https://registry.npmjs.org/@zowe/zos-uss-for-zowe-sdk/-/zos-uss-for-zowe-sdk-7.9.6.tgz",
4009
- "integrity": "sha512-3r0nQ6rGZG21H30YgEO8z4WtTxRzfOGFlITeJsnfo/EVbOhpYCiScGnRbxoDf6x2q+S8yjWeBJU/2N+rSR7jKQ==",
4007
+ "version": "7.10.0",
4008
+ "resolved": "https://registry.npmjs.org/@zowe/zos-uss-for-zowe-sdk/-/zos-uss-for-zowe-sdk-7.10.0.tgz",
4009
+ "integrity": "sha512-pDud6dL0QB3MyWSIqZ7F31CSW8VrcUM3dEL9IidOciPE0o8osBUjPiRIi5S/8AitRqPyqE20+pnPzZ5Go2fcvQ==",
4010
4010
  "requires": {
4011
4011
  "ssh2": "1.11.0"
4012
4012
  }
4013
4013
  },
4014
4014
  "@zowe/zos-workflows-for-zowe-sdk": {
4015
- "version": "7.9.6",
4016
- "resolved": "https://registry.npmjs.org/@zowe/zos-workflows-for-zowe-sdk/-/zos-workflows-for-zowe-sdk-7.9.6.tgz",
4017
- "integrity": "sha512-9+oqIcFmt39MO+gCgT6K2VA/L4IZ5/DYVXJ8LjoHsbN8VbnfMo0OUJV84dTxdun6hGswtqffMLHRwMv2oll4FQ==",
4015
+ "version": "7.10.0",
4016
+ "resolved": "https://registry.npmjs.org/@zowe/zos-workflows-for-zowe-sdk/-/zos-workflows-for-zowe-sdk-7.10.0.tgz",
4017
+ "integrity": "sha512-x3QqrZlSJWg0GlYEKdyUKGLGsEXXypz/NAqmx/6yhBA4vFCaRffgku9HOZ+K80Z+ghnCSE+Ggvamrqci47NNLQ==",
4018
4018
  "requires": {
4019
- "@zowe/zos-files-for-zowe-sdk": "7.9.6"
4019
+ "@zowe/zos-files-for-zowe-sdk": "7.10.0"
4020
4020
  }
4021
4021
  },
4022
4022
  "@zowe/zosmf-for-zowe-sdk": {
4023
- "version": "7.9.6",
4024
- "resolved": "https://registry.npmjs.org/@zowe/zosmf-for-zowe-sdk/-/zosmf-for-zowe-sdk-7.9.6.tgz",
4025
- "integrity": "sha512-vGq3bfldZBEO/kBuhWsfVCYXXfXowCddxo1UMYYvG2fyfTXHLr75WE29UydtMWrpz0Bix1+Hk3nX3wB4w7jYZw==",
4023
+ "version": "7.10.0",
4024
+ "resolved": "https://registry.npmjs.org/@zowe/zosmf-for-zowe-sdk/-/zosmf-for-zowe-sdk-7.10.0.tgz",
4025
+ "integrity": "sha512-xvIVrYvG1wvSGnHzYlYo3w35DEzA56ca8SUy4rn1bnQiIqahcVeXB/duOx2RQi6rm2zcaok7RvPRxLNSMCzR8w==",
4026
4026
  "requires": {}
4027
4027
  },
4028
4028
  "agent-base": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zowe/cli",
3
- "version": "7.9.6",
3
+ "version": "7.10.0",
4
4
  "description": "Zowe CLI is a command line interface (CLI) that provides a simple and streamlined way to interact with IBM z/OS.",
5
5
  "author": "Zowe",
6
6
  "license": "EPL-2.0",
@@ -57,18 +57,18 @@
57
57
  "preshrinkwrap": "node ../../scripts/rewriteShrinkwrap.js"
58
58
  },
59
59
  "dependencies": {
60
- "@zowe/core-for-zowe-sdk": "7.9.6",
61
- "@zowe/imperative": "5.7.6",
60
+ "@zowe/core-for-zowe-sdk": "7.10.0",
61
+ "@zowe/imperative": "5.8.0",
62
62
  "@zowe/perf-timing": "1.0.7",
63
- "@zowe/provisioning-for-zowe-sdk": "7.9.6",
64
- "@zowe/zos-console-for-zowe-sdk": "7.9.6",
65
- "@zowe/zos-files-for-zowe-sdk": "7.9.6",
66
- "@zowe/zos-jobs-for-zowe-sdk": "7.9.6",
67
- "@zowe/zos-logs-for-zowe-sdk": "7.9.6",
68
- "@zowe/zos-tso-for-zowe-sdk": "7.9.6",
69
- "@zowe/zos-uss-for-zowe-sdk": "7.9.6",
70
- "@zowe/zos-workflows-for-zowe-sdk": "7.9.6",
71
- "@zowe/zosmf-for-zowe-sdk": "7.9.6",
63
+ "@zowe/provisioning-for-zowe-sdk": "7.10.0",
64
+ "@zowe/zos-console-for-zowe-sdk": "7.10.0",
65
+ "@zowe/zos-files-for-zowe-sdk": "7.10.0",
66
+ "@zowe/zos-jobs-for-zowe-sdk": "7.10.0",
67
+ "@zowe/zos-logs-for-zowe-sdk": "7.10.0",
68
+ "@zowe/zos-tso-for-zowe-sdk": "7.10.0",
69
+ "@zowe/zos-uss-for-zowe-sdk": "7.10.0",
70
+ "@zowe/zos-workflows-for-zowe-sdk": "7.10.0",
71
+ "@zowe/zosmf-for-zowe-sdk": "7.10.0",
72
72
  "find-process": "1.4.7",
73
73
  "get-stream": "6.0.1",
74
74
  "lodash": "4.17.21",
@@ -81,7 +81,7 @@
81
81
  "@types/node": "^14.18.28",
82
82
  "@types/tar": "^6.1.2",
83
83
  "@types/which": "^2.0.1",
84
- "@zowe/cli-test-utils": "7.9.6",
84
+ "@zowe/cli-test-utils": "7.10.0",
85
85
  "comment-json": "^4.1.1",
86
86
  "eslint": "^8.22.0",
87
87
  "js-yaml": "^4.1.0",