From 878ca25d1de44369ca7e0ea43de7331fc04892be Mon Sep 17 00:00:00 2001 From: "Andrew W. Harn" Date: Thu, 13 Jun 2024 13:41:09 -0400 Subject: [PATCH 1/4] Update option description and changelog Signed-off-by: Andrew W. Harn --- packages/cli/CHANGELOG.md | 4 ++++ packages/cli/src/zosfiles/-strings-/en.ts | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index a620059010..bc89016326 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the Zowe CLI package will be documented in this file. +## Recent Changes + +- BugFix: Updated documentation for the `zos-files search ds` command's `--mainframe-search` option to include a disclaimer about z/OSMF API limitations. [#2160](https://github.com/zowe/zowe-cli/issues/2160) + ## `8.0.0-next.202406061600` - BugFix: Updated `braces` dependency for technical currency. [#2158](https://github.com/zowe/zowe-cli/pull/2158) diff --git a/packages/cli/src/zosfiles/-strings-/en.ts b/packages/cli/src/zosfiles/-strings-/en.ts index bc6b3be862..fbe4e64b12 100644 --- a/packages/cli/src/zosfiles/-strings-/en.ts +++ b/packages/cli/src/zosfiles/-strings-/en.ts @@ -606,7 +606,9 @@ export default { }, OPTIONS: { CASESENSITIVE: "The search should be case sensitive", - MAINFRAMESEARCH: "Perform a preliminary search on the mainframe, reducing network traffic", + MAINFRAMESEARCH: "Perform a preliminary search on the mainframe, reducing network traffic. However, this option " + + "does not work with data sets that contain binary data. This option should be omitted if any data sets may be in " + + "binary format. Failure to do so may result in an incomplete set of search results.", MAX_CONCURRENT_REQUESTS: "Specifies the maximum number of concurrent z/OSMF REST API requests to search files. " + "Increasing the value results in faster searches. " + "However, increasing the value increases resource consumption on z/OS and can be prone " + From 43c0028a3ead26ca4c9aaddfb64ef10551941e2c Mon Sep 17 00:00:00 2001 From: "Andrew W. Harn" Date: Thu, 13 Jun 2024 13:43:11 -0400 Subject: [PATCH 2/4] Fix flagged lint warnings Signed-off-by: Andrew W. Harn --- .../__tests__/__unit__/ImperativeEventEmitter.unit.test.ts | 1 - .../src/imperative/src/config/cmd/init/init.handler.ts | 2 -- 2 files changed, 3 deletions(-) diff --git a/packages/imperative/src/events/__tests__/__unit__/ImperativeEventEmitter.unit.test.ts b/packages/imperative/src/events/__tests__/__unit__/ImperativeEventEmitter.unit.test.ts index ff7ba8fef7..5300c69072 100644 --- a/packages/imperative/src/events/__tests__/__unit__/ImperativeEventEmitter.unit.test.ts +++ b/packages/imperative/src/events/__tests__/__unit__/ImperativeEventEmitter.unit.test.ts @@ -12,7 +12,6 @@ import * as fs from "fs"; import { join } from "path"; import { homedir } from "os"; -import { Logger } from "../../../logger/src/Logger"; import { ImperativeEventEmitter, ImperativeSharedEvents, ImperativeUserEvents } from "../.."; jest.mock("fs"); diff --git a/packages/imperative/src/imperative/src/config/cmd/init/init.handler.ts b/packages/imperative/src/imperative/src/config/cmd/init/init.handler.ts index 6217b2cf70..f31a379de0 100644 --- a/packages/imperative/src/imperative/src/config/cmd/init/init.handler.ts +++ b/packages/imperative/src/imperative/src/config/cmd/init/init.handler.ts @@ -105,11 +105,9 @@ export default class InitHandler implements ICommandHandler { if (params.arguments.prompt !== false && config.api.secure.loadFailed && config.api.secure.secureFields().length > 0) { const warning = ConfigUtils.secureSaveError(); let message = "Warning:\n" + warning.message + " Skipped prompting for credentials."; - if (warning.additionalDetails) { message += `\n\n${warning.additionalDetails}\n`; } - params.response.console.log(TextUtils.chalk.yellow(message)); } From bbffec25a0d1e30fb038006e00e03292320b7236 Mon Sep 17 00:00:00 2001 From: "Andrew W. Harn" Date: Thu, 13 Jun 2024 14:06:55 -0400 Subject: [PATCH 3/4] Update snapshots Signed-off-by: Andrew W. Harn --- .../cli.files.search.ds.integration.test.ts.snap | 9 ++++++--- .../__snapshots__/Datasets.definition.unit.test.ts.snap | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/packages/cli/__tests__/zosfiles/__integration__/search/ds/__snapshots__/cli.files.search.ds.integration.test.ts.snap b/packages/cli/__tests__/zosfiles/__integration__/search/ds/__snapshots__/cli.files.search.ds.integration.test.ts.snap index a8ef498e01..85fab12382 100644 --- a/packages/cli/__tests__/zosfiles/__integration__/search/ds/__snapshots__/cli.files.search.ds.integration.test.ts.snap +++ b/packages/cli/__tests__/zosfiles/__integration__/search/ds/__snapshots__/cli.files.search.ds.integration.test.ts.snap @@ -51,7 +51,10 @@ exports[`Search data sets should display the help 1`] = ` --mainframe-search | --ms (boolean) - Perform a preliminary search on the mainframe, reducing network traffic + Perform a preliminary search on the mainframe, reducing network traffic. + However, this option does not work with data sets that contain binary data. This + option should be omitted if any data sets may be in binary format. Failure to do + so may result in an incomplete set of search results. Default value: false @@ -191,8 +194,8 @@ exports[`Search data sets should display the help 1`] = ` \\"success\\": true, \\"exitCode\\": 0, \\"message\\": \\"The help was constructed for command: data-sets.\\", - \\"stdout\\": \\"\\\\n COMMAND NAME\\\\n ------------\\\\n\\\\n data-sets | ds\\\\n\\\\n DESCRIPTION\\\\n -----------\\\\n\\\\n Search all data sets and PDS members that match the data set name for a search\\\\n term.\\\\n\\\\n USAGE\\\\n -----\\\\n\\\\n zowe zos-files search data-sets [options]\\\\n\\\\n POSITIONAL ARGUMENTS\\\\n --------------------\\\\n\\\\n pattern\\\\t\\\\t (string)\\\\n\\\\n The pattern to match data sets against. Also known as 'DSLEVEL'. The following\\\\n special sequences can be used in the pattern:\\\\n %: matches any single character\\\\n *: matches any number of characters within a data set name qualifier (e.g.\\\\n \\\\\\"ibmuser.j*.old\\\\\\" matches \\\\\\"ibmuser.jcl.old\\\\\\" but not \\\\\\"ibmuser.jcl.very.old\\\\\\")\\\\n **: matches any number of characters within any number of data set name\\\\n qualifiers (e.g. \\\\\\"ibmuser.**.old\\\\\\" matches both \\\\\\"ibmuser.jcl.old\\\\\\" and\\\\n \\\\\\"ibmuser.jcl.very.old\\\\\\")\\\\n However, the pattern cannot begin with any of these sequences. You can specify\\\\n multiple patterns separated by commas, for example\\\\n \\\\\\"ibmuser.**.cntl,ibmuser.**.jcl\\\\\\"\\\\n\\\\n searchString\\\\t\\\\t (string)\\\\n\\\\n The parameter to search for\\\\n\\\\n OPTIONS\\\\n -------\\\\n\\\\n --case-sensitive | --cs (boolean)\\\\n\\\\n The search should be case sensitive\\\\n\\\\n Default value: false\\\\n\\\\n --mainframe-search | --ms (boolean)\\\\n\\\\n Perform a preliminary search on the mainframe, reducing network traffic\\\\n\\\\n Default value: false\\\\n\\\\n --max-concurrent-requests | --mcr (number)\\\\n\\\\n Specifies the maximum number of concurrent z/OSMF REST API requests to search\\\\n files. Increasing the value results in faster searches. However, increasing the\\\\n value increases resource consumption on z/OS and can be prone to errors caused\\\\n by making too many concurrent requests.\\\\n\\\\n Default value: 1\\\\n\\\\n --timeout | --to (number)\\\\n\\\\n The number of seconds to search before timing out\\\\n\\\\n --response-timeout | --rto (number)\\\\n\\\\n The maximum amount of time in seconds the z/OSMF Files TSO servlet should run\\\\n before returning a response. Any request exceeding this amount of time will be\\\\n terminated and return an error. Allowed values: 5 - 600\\\\n\\\\n ZOSMF CONNECTION OPTIONS\\\\n ------------------------\\\\n\\\\n --host | -H (string)\\\\n\\\\n The z/OSMF server host name.\\\\n\\\\n --port | -P (number)\\\\n\\\\n The z/OSMF server port.\\\\n\\\\n Default value: 443\\\\n\\\\n --user | -u (string)\\\\n\\\\n Mainframe (z/OSMF) user name, which can be the same as your TSO login.\\\\n\\\\n --password | --pass | --pw (string)\\\\n\\\\n Mainframe (z/OSMF) password, which can be the same as your TSO password.\\\\n\\\\n --reject-unauthorized | --ru (boolean)\\\\n\\\\n Reject self-signed certificates.\\\\n\\\\n Default value: true\\\\n\\\\n --base-path | --bp (string)\\\\n\\\\n The base path for your API mediation layer instance. Specify this option to\\\\n prepend the base path to all z/OSMF resources when making REST requests. Do not\\\\n specify this option if you are not using an API mediation layer.\\\\n\\\\n --protocol (string)\\\\n\\\\n The protocol used (HTTP or HTTPS)\\\\n\\\\n Default value: https\\\\n Allowed values: http, https\\\\n\\\\n --cert-file (local file path)\\\\n\\\\n The file path to a certificate file to use for authentication\\\\n\\\\n --cert-key-file (local file path)\\\\n\\\\n The file path to a certificate key file to use for authentication\\\\n\\\\n PROFILE OPTIONS\\\\n ---------------\\\\n\\\\n --zosmf-profile | --zosmf-p (string)\\\\n\\\\n The name of a (zosmf) profile to load for this command execution.\\\\n\\\\n --base-profile | --base-p (string)\\\\n\\\\n The name of a (base) profile to load for this command execution.\\\\n\\\\n BASE CONNECTION OPTIONS\\\\n -----------------------\\\\n\\\\n --token-type | --tt (string)\\\\n\\\\n The type of token to get and use for the API. Omit this option to use the\\\\n default token type, which is provided by 'zowe auth login'.\\\\n\\\\n --token-value | --tv (string)\\\\n\\\\n The value of the token to pass to the API.\\\\n\\\\n GLOBAL OPTIONS\\\\n --------------\\\\n\\\\n --show-inputs-only (boolean)\\\\n\\\\n Show command inputs and do not run the command\\\\n\\\\n --response-format-json | --rfj (boolean)\\\\n\\\\n Produce JSON formatted data from a command\\\\n\\\\n --help | -h (boolean)\\\\n\\\\n Display help text\\\\n\\\\n --help-web | --hw (boolean)\\\\n\\\\n Display HTML help in browser\\\\n\\\\n EXAMPLES\\\\n --------\\\\n\\\\n - Search all of IBMUSER's, data sets for 'ZOWE':\\\\n\\\\n $ zowe zos-files search data-sets 'IBMUSER.*' 'ZOWE'\\\\n\\\\n - Search all of IBMUSER's, data sets for 'ZOWE' in uppercase\\\\n only:\\\\n\\\\n $ zowe zos-files search data-sets 'IBMUSER.*' 'ZOWE' --case-sensitive\\\\n\\\\n - Search all of IBMUSER's, data sets for 'ZOWE', and time out\\\\n in 1 minute:\\\\n\\\\n $ zowe zos-files search data-sets 'IBMUSER.*' 'ZOWE' --timeout 60\\\\n\\\\n - Search all of IBMUSER's, data sets for 'ZOWE', and perform\\\\n 8 parallel tasks:\\\\n\\\\n $ zowe zos-files search data-sets 'IBMUSER.*' 'ZOWE' --max-concurrent-requests 8\\\\n\\\\n\\", + \\"stdout\\": \\"\\\\n COMMAND NAME\\\\n ------------\\\\n\\\\n data-sets | ds\\\\n\\\\n DESCRIPTION\\\\n -----------\\\\n\\\\n Search all data sets and PDS members that match the data set name for a search\\\\n term.\\\\n\\\\n USAGE\\\\n -----\\\\n\\\\n zowe zos-files search data-sets [options]\\\\n\\\\n POSITIONAL ARGUMENTS\\\\n --------------------\\\\n\\\\n pattern\\\\t\\\\t (string)\\\\n\\\\n The pattern to match data sets against. Also known as 'DSLEVEL'. The following\\\\n special sequences can be used in the pattern:\\\\n %: matches any single character\\\\n *: matches any number of characters within a data set name qualifier (e.g.\\\\n \\\\\\"ibmuser.j*.old\\\\\\" matches \\\\\\"ibmuser.jcl.old\\\\\\" but not \\\\\\"ibmuser.jcl.very.old\\\\\\")\\\\n **: matches any number of characters within any number of data set name\\\\n qualifiers (e.g. \\\\\\"ibmuser.**.old\\\\\\" matches both \\\\\\"ibmuser.jcl.old\\\\\\" and\\\\n \\\\\\"ibmuser.jcl.very.old\\\\\\")\\\\n However, the pattern cannot begin with any of these sequences. You can specify\\\\n multiple patterns separated by commas, for example\\\\n \\\\\\"ibmuser.**.cntl,ibmuser.**.jcl\\\\\\"\\\\n\\\\n searchString\\\\t\\\\t (string)\\\\n\\\\n The parameter to search for\\\\n\\\\n OPTIONS\\\\n -------\\\\n\\\\n --case-sensitive | --cs (boolean)\\\\n\\\\n The search should be case sensitive\\\\n\\\\n Default value: false\\\\n\\\\n --mainframe-search | --ms (boolean)\\\\n\\\\n Perform a preliminary search on the mainframe, reducing network traffic.\\\\n However, this option does not work with data sets that contain binary data. This\\\\n option should be omitted if any data sets may be in binary format. Failure to do\\\\n so may result in an incomplete set of search results.\\\\n\\\\n Default value: false\\\\n\\\\n --max-concurrent-requests | --mcr (number)\\\\n\\\\n Specifies the maximum number of concurrent z/OSMF REST API requests to search\\\\n files. Increasing the value results in faster searches. However, increasing the\\\\n value increases resource consumption on z/OS and can be prone to errors caused\\\\n by making too many concurrent requests.\\\\n\\\\n Default value: 1\\\\n\\\\n --timeout | --to (number)\\\\n\\\\n The number of seconds to search before timing out\\\\n\\\\n --response-timeout | --rto (number)\\\\n\\\\n The maximum amount of time in seconds the z/OSMF Files TSO servlet should run\\\\n before returning a response. Any request exceeding this amount of time will be\\\\n terminated and return an error. Allowed values: 5 - 600\\\\n\\\\n ZOSMF CONNECTION OPTIONS\\\\n ------------------------\\\\n\\\\n --host | -H (string)\\\\n\\\\n The z/OSMF server host name.\\\\n\\\\n --port | -P (number)\\\\n\\\\n The z/OSMF server port.\\\\n\\\\n Default value: 443\\\\n\\\\n --user | -u (string)\\\\n\\\\n Mainframe (z/OSMF) user name, which can be the same as your TSO login.\\\\n\\\\n --password | --pass | --pw (string)\\\\n\\\\n Mainframe (z/OSMF) password, which can be the same as your TSO password.\\\\n\\\\n --reject-unauthorized | --ru (boolean)\\\\n\\\\n Reject self-signed certificates.\\\\n\\\\n Default value: true\\\\n\\\\n --base-path | --bp (string)\\\\n\\\\n The base path for your API mediation layer instance. Specify this option to\\\\n prepend the base path to all z/OSMF resources when making REST requests. Do not\\\\n specify this option if you are not using an API mediation layer.\\\\n\\\\n --protocol (string)\\\\n\\\\n The protocol used (HTTP or HTTPS)\\\\n\\\\n Default value: https\\\\n Allowed values: http, https\\\\n\\\\n --cert-file (local file path)\\\\n\\\\n The file path to a certificate file to use for authentication\\\\n\\\\n --cert-key-file (local file path)\\\\n\\\\n The file path to a certificate key file to use for authentication\\\\n\\\\n PROFILE OPTIONS\\\\n ---------------\\\\n\\\\n --zosmf-profile | --zosmf-p (string)\\\\n\\\\n The name of a (zosmf) profile to load for this command execution.\\\\n\\\\n --base-profile | --base-p (string)\\\\n\\\\n The name of a (base) profile to load for this command execution.\\\\n\\\\n BASE CONNECTION OPTIONS\\\\n -----------------------\\\\n\\\\n --token-type | --tt (string)\\\\n\\\\n The type of token to get and use for the API. Omit this option to use the\\\\n default token type, which is provided by 'zowe auth login'.\\\\n\\\\n --token-value | --tv (string)\\\\n\\\\n The value of the token to pass to the API.\\\\n\\\\n GLOBAL OPTIONS\\\\n --------------\\\\n\\\\n --show-inputs-only (boolean)\\\\n\\\\n Show command inputs and do not run the command\\\\n\\\\n --response-format-json | --rfj (boolean)\\\\n\\\\n Produce JSON formatted data from a command\\\\n\\\\n --help | -h (boolean)\\\\n\\\\n Display help text\\\\n\\\\n --help-web | --hw (boolean)\\\\n\\\\n Display HTML help in browser\\\\n\\\\n EXAMPLES\\\\n --------\\\\n\\\\n - Search all of IBMUSER's, data sets for 'ZOWE':\\\\n\\\\n $ zowe zos-files search data-sets 'IBMUSER.*' 'ZOWE'\\\\n\\\\n - Search all of IBMUSER's, data sets for 'ZOWE' in uppercase\\\\n only:\\\\n\\\\n $ zowe zos-files search data-sets 'IBMUSER.*' 'ZOWE' --case-sensitive\\\\n\\\\n - Search all of IBMUSER's, data sets for 'ZOWE', and time out\\\\n in 1 minute:\\\\n\\\\n $ zowe zos-files search data-sets 'IBMUSER.*' 'ZOWE' --timeout 60\\\\n\\\\n - Search all of IBMUSER's, data sets for 'ZOWE', and perform\\\\n 8 parallel tasks:\\\\n\\\\n $ zowe zos-files search data-sets 'IBMUSER.*' 'ZOWE' --max-concurrent-requests 8\\\\n\\\\n\\", \\"stderr\\": \\"\\", - \\"data\\": \\"\\\\n COMMAND NAME\\\\n ------------\\\\n\\\\n data-sets | ds\\\\n\\\\n DESCRIPTION\\\\n -----------\\\\n\\\\n Search all data sets and PDS members that match the data set name for a search\\\\n term.\\\\n\\\\n USAGE\\\\n -----\\\\n\\\\n zowe zos-files search data-sets [options]\\\\n\\\\n POSITIONAL ARGUMENTS\\\\n --------------------\\\\n\\\\n pattern\\\\t\\\\t (string)\\\\n\\\\n The pattern to match data sets against. Also known as 'DSLEVEL'. The following\\\\n special sequences can be used in the pattern:\\\\n %: matches any single character\\\\n *: matches any number of characters within a data set name qualifier (e.g.\\\\n \\\\\\"ibmuser.j*.old\\\\\\" matches \\\\\\"ibmuser.jcl.old\\\\\\" but not \\\\\\"ibmuser.jcl.very.old\\\\\\")\\\\n **: matches any number of characters within any number of data set name\\\\n qualifiers (e.g. \\\\\\"ibmuser.**.old\\\\\\" matches both \\\\\\"ibmuser.jcl.old\\\\\\" and\\\\n \\\\\\"ibmuser.jcl.very.old\\\\\\")\\\\n However, the pattern cannot begin with any of these sequences. You can specify\\\\n multiple patterns separated by commas, for example\\\\n \\\\\\"ibmuser.**.cntl,ibmuser.**.jcl\\\\\\"\\\\n\\\\n searchString\\\\t\\\\t (string)\\\\n\\\\n The parameter to search for\\\\n\\\\n OPTIONS\\\\n -------\\\\n\\\\n --case-sensitive | --cs (boolean)\\\\n\\\\n The search should be case sensitive\\\\n\\\\n Default value: false\\\\n\\\\n --mainframe-search | --ms (boolean)\\\\n\\\\n Perform a preliminary search on the mainframe, reducing network traffic\\\\n\\\\n Default value: false\\\\n\\\\n --max-concurrent-requests | --mcr (number)\\\\n\\\\n Specifies the maximum number of concurrent z/OSMF REST API requests to search\\\\n files. Increasing the value results in faster searches. However, increasing the\\\\n value increases resource consumption on z/OS and can be prone to errors caused\\\\n by making too many concurrent requests.\\\\n\\\\n Default value: 1\\\\n\\\\n --timeout | --to (number)\\\\n\\\\n The number of seconds to search before timing out\\\\n\\\\n --response-timeout | --rto (number)\\\\n\\\\n The maximum amount of time in seconds the z/OSMF Files TSO servlet should run\\\\n before returning a response. Any request exceeding this amount of time will be\\\\n terminated and return an error. Allowed values: 5 - 600\\\\n\\\\n ZOSMF CONNECTION OPTIONS\\\\n ------------------------\\\\n\\\\n --host | -H (string)\\\\n\\\\n The z/OSMF server host name.\\\\n\\\\n --port | -P (number)\\\\n\\\\n The z/OSMF server port.\\\\n\\\\n Default value: 443\\\\n\\\\n --user | -u (string)\\\\n\\\\n Mainframe (z/OSMF) user name, which can be the same as your TSO login.\\\\n\\\\n --password | --pass | --pw (string)\\\\n\\\\n Mainframe (z/OSMF) password, which can be the same as your TSO password.\\\\n\\\\n --reject-unauthorized | --ru (boolean)\\\\n\\\\n Reject self-signed certificates.\\\\n\\\\n Default value: true\\\\n\\\\n --base-path | --bp (string)\\\\n\\\\n The base path for your API mediation layer instance. Specify this option to\\\\n prepend the base path to all z/OSMF resources when making REST requests. Do not\\\\n specify this option if you are not using an API mediation layer.\\\\n\\\\n --protocol (string)\\\\n\\\\n The protocol used (HTTP or HTTPS)\\\\n\\\\n Default value: https\\\\n Allowed values: http, https\\\\n\\\\n --cert-file (local file path)\\\\n\\\\n The file path to a certificate file to use for authentication\\\\n\\\\n --cert-key-file (local file path)\\\\n\\\\n The file path to a certificate key file to use for authentication\\\\n\\\\n PROFILE OPTIONS\\\\n ---------------\\\\n\\\\n --zosmf-profile | --zosmf-p (string)\\\\n\\\\n The name of a (zosmf) profile to load for this command execution.\\\\n\\\\n --base-profile | --base-p (string)\\\\n\\\\n The name of a (base) profile to load for this command execution.\\\\n\\\\n BASE CONNECTION OPTIONS\\\\n -----------------------\\\\n\\\\n --token-type | --tt (string)\\\\n\\\\n The type of token to get and use for the API. Omit this option to use the\\\\n default token type, which is provided by 'zowe auth login'.\\\\n\\\\n --token-value | --tv (string)\\\\n\\\\n The value of the token to pass to the API.\\\\n\\\\n GLOBAL OPTIONS\\\\n --------------\\\\n\\\\n --show-inputs-only (boolean)\\\\n\\\\n Show command inputs and do not run the command\\\\n\\\\n --response-format-json | --rfj (boolean)\\\\n\\\\n Produce JSON formatted data from a command\\\\n\\\\n --help | -h (boolean)\\\\n\\\\n Display help text\\\\n\\\\n --help-web | --hw (boolean)\\\\n\\\\n Display HTML help in browser\\\\n\\\\n EXAMPLES\\\\n --------\\\\n\\\\n - Search all of IBMUSER's, data sets for 'ZOWE':\\\\n\\\\n $ zowe zos-files search data-sets 'IBMUSER.*' 'ZOWE'\\\\n\\\\n - Search all of IBMUSER's, data sets for 'ZOWE' in uppercase\\\\n only:\\\\n\\\\n $ zowe zos-files search data-sets 'IBMUSER.*' 'ZOWE' --case-sensitive\\\\n\\\\n - Search all of IBMUSER's, data sets for 'ZOWE', and time out\\\\n in 1 minute:\\\\n\\\\n $ zowe zos-files search data-sets 'IBMUSER.*' 'ZOWE' --timeout 60\\\\n\\\\n - Search all of IBMUSER's, data sets for 'ZOWE', and perform\\\\n 8 parallel tasks:\\\\n\\\\n $ zowe zos-files search data-sets 'IBMUSER.*' 'ZOWE' --max-concurrent-requests 8\\\\n\\\\n\\" + \\"data\\": \\"\\\\n COMMAND NAME\\\\n ------------\\\\n\\\\n data-sets | ds\\\\n\\\\n DESCRIPTION\\\\n -----------\\\\n\\\\n Search all data sets and PDS members that match the data set name for a search\\\\n term.\\\\n\\\\n USAGE\\\\n -----\\\\n\\\\n zowe zos-files search data-sets [options]\\\\n\\\\n POSITIONAL ARGUMENTS\\\\n --------------------\\\\n\\\\n pattern\\\\t\\\\t (string)\\\\n\\\\n The pattern to match data sets against. Also known as 'DSLEVEL'. The following\\\\n special sequences can be used in the pattern:\\\\n %: matches any single character\\\\n *: matches any number of characters within a data set name qualifier (e.g.\\\\n \\\\\\"ibmuser.j*.old\\\\\\" matches \\\\\\"ibmuser.jcl.old\\\\\\" but not \\\\\\"ibmuser.jcl.very.old\\\\\\")\\\\n **: matches any number of characters within any number of data set name\\\\n qualifiers (e.g. \\\\\\"ibmuser.**.old\\\\\\" matches both \\\\\\"ibmuser.jcl.old\\\\\\" and\\\\n \\\\\\"ibmuser.jcl.very.old\\\\\\")\\\\n However, the pattern cannot begin with any of these sequences. You can specify\\\\n multiple patterns separated by commas, for example\\\\n \\\\\\"ibmuser.**.cntl,ibmuser.**.jcl\\\\\\"\\\\n\\\\n searchString\\\\t\\\\t (string)\\\\n\\\\n The parameter to search for\\\\n\\\\n OPTIONS\\\\n -------\\\\n\\\\n --case-sensitive | --cs (boolean)\\\\n\\\\n The search should be case sensitive\\\\n\\\\n Default value: false\\\\n\\\\n --mainframe-search | --ms (boolean)\\\\n\\\\n Perform a preliminary search on the mainframe, reducing network traffic.\\\\n However, this option does not work with data sets that contain binary data. This\\\\n option should be omitted if any data sets may be in binary format. Failure to do\\\\n so may result in an incomplete set of search results.\\\\n\\\\n Default value: false\\\\n\\\\n --max-concurrent-requests | --mcr (number)\\\\n\\\\n Specifies the maximum number of concurrent z/OSMF REST API requests to search\\\\n files. Increasing the value results in faster searches. However, increasing the\\\\n value increases resource consumption on z/OS and can be prone to errors caused\\\\n by making too many concurrent requests.\\\\n\\\\n Default value: 1\\\\n\\\\n --timeout | --to (number)\\\\n\\\\n The number of seconds to search before timing out\\\\n\\\\n --response-timeout | --rto (number)\\\\n\\\\n The maximum amount of time in seconds the z/OSMF Files TSO servlet should run\\\\n before returning a response. Any request exceeding this amount of time will be\\\\n terminated and return an error. Allowed values: 5 - 600\\\\n\\\\n ZOSMF CONNECTION OPTIONS\\\\n ------------------------\\\\n\\\\n --host | -H (string)\\\\n\\\\n The z/OSMF server host name.\\\\n\\\\n --port | -P (number)\\\\n\\\\n The z/OSMF server port.\\\\n\\\\n Default value: 443\\\\n\\\\n --user | -u (string)\\\\n\\\\n Mainframe (z/OSMF) user name, which can be the same as your TSO login.\\\\n\\\\n --password | --pass | --pw (string)\\\\n\\\\n Mainframe (z/OSMF) password, which can be the same as your TSO password.\\\\n\\\\n --reject-unauthorized | --ru (boolean)\\\\n\\\\n Reject self-signed certificates.\\\\n\\\\n Default value: true\\\\n\\\\n --base-path | --bp (string)\\\\n\\\\n The base path for your API mediation layer instance. Specify this option to\\\\n prepend the base path to all z/OSMF resources when making REST requests. Do not\\\\n specify this option if you are not using an API mediation layer.\\\\n\\\\n --protocol (string)\\\\n\\\\n The protocol used (HTTP or HTTPS)\\\\n\\\\n Default value: https\\\\n Allowed values: http, https\\\\n\\\\n --cert-file (local file path)\\\\n\\\\n The file path to a certificate file to use for authentication\\\\n\\\\n --cert-key-file (local file path)\\\\n\\\\n The file path to a certificate key file to use for authentication\\\\n\\\\n PROFILE OPTIONS\\\\n ---------------\\\\n\\\\n --zosmf-profile | --zosmf-p (string)\\\\n\\\\n The name of a (zosmf) profile to load for this command execution.\\\\n\\\\n --base-profile | --base-p (string)\\\\n\\\\n The name of a (base) profile to load for this command execution.\\\\n\\\\n BASE CONNECTION OPTIONS\\\\n -----------------------\\\\n\\\\n --token-type | --tt (string)\\\\n\\\\n The type of token to get and use for the API. Omit this option to use the\\\\n default token type, which is provided by 'zowe auth login'.\\\\n\\\\n --token-value | --tv (string)\\\\n\\\\n The value of the token to pass to the API.\\\\n\\\\n GLOBAL OPTIONS\\\\n --------------\\\\n\\\\n --show-inputs-only (boolean)\\\\n\\\\n Show command inputs and do not run the command\\\\n\\\\n --response-format-json | --rfj (boolean)\\\\n\\\\n Produce JSON formatted data from a command\\\\n\\\\n --help | -h (boolean)\\\\n\\\\n Display help text\\\\n\\\\n --help-web | --hw (boolean)\\\\n\\\\n Display HTML help in browser\\\\n\\\\n EXAMPLES\\\\n --------\\\\n\\\\n - Search all of IBMUSER's, data sets for 'ZOWE':\\\\n\\\\n $ zowe zos-files search data-sets 'IBMUSER.*' 'ZOWE'\\\\n\\\\n - Search all of IBMUSER's, data sets for 'ZOWE' in uppercase\\\\n only:\\\\n\\\\n $ zowe zos-files search data-sets 'IBMUSER.*' 'ZOWE' --case-sensitive\\\\n\\\\n - Search all of IBMUSER's, data sets for 'ZOWE', and time out\\\\n in 1 minute:\\\\n\\\\n $ zowe zos-files search data-sets 'IBMUSER.*' 'ZOWE' --timeout 60\\\\n\\\\n - Search all of IBMUSER's, data sets for 'ZOWE', and perform\\\\n 8 parallel tasks:\\\\n\\\\n $ zowe zos-files search data-sets 'IBMUSER.*' 'ZOWE' --max-concurrent-requests 8\\\\n\\\\n\\" }" `; diff --git a/packages/cli/__tests__/zosfiles/__unit__/search/ds/__snapshots__/Datasets.definition.unit.test.ts.snap b/packages/cli/__tests__/zosfiles/__unit__/search/ds/__snapshots__/Datasets.definition.unit.test.ts.snap index 9b076b68e0..4e1984d282 100644 --- a/packages/cli/__tests__/zosfiles/__unit__/search/ds/__snapshots__/Datasets.definition.unit.test.ts.snap +++ b/packages/cli/__tests__/zosfiles/__unit__/search/ds/__snapshots__/Datasets.definition.unit.test.ts.snap @@ -16,7 +16,7 @@ Array [ "ms", ], "defaultValue": false, - "description": "Perform a preliminary search on the mainframe, reducing network traffic", + "description": "Perform a preliminary search on the mainframe, reducing network traffic. However, this option does not work with data sets that contain binary data. This option should be omitted if any data sets may be in binary format. Failure to do so may result in an incomplete set of search results.", "name": "mainframe-search", "type": "boolean", }, From 7d4bc7c466b7afc5df1ee1c165dd50e980264a8c Mon Sep 17 00:00:00 2001 From: zowe-robot Date: Fri, 14 Jun 2024 02:46:02 +0000 Subject: [PATCH 4/4] Bump version to 8.0.0-next.202406140245 [ci skip] Signed-off-by: zowe-robot --- .../__packages__/cli-test-utils/package.json | 4 +- lerna.json | 2 +- npm-shrinkwrap.json | 122 +++++++++--------- packages/cli/CHANGELOG.md | 2 +- packages/cli/package.json | 28 ++-- packages/core/package.json | 6 +- packages/imperative/package.json | 4 +- packages/provisioning/package.json | 8 +- packages/secrets/package.json | 2 +- packages/workflows/package.json | 10 +- packages/zosconsole/package.json | 8 +- packages/zosfiles/package.json | 10 +- packages/zosjobs/package.json | 10 +- packages/zoslogs/package.json | 8 +- packages/zosmf/package.json | 8 +- packages/zostso/package.json | 10 +- packages/zosuss/package.json | 6 +- 17 files changed, 124 insertions(+), 124 deletions(-) diff --git a/__tests__/__packages__/cli-test-utils/package.json b/__tests__/__packages__/cli-test-utils/package.json index 9aaf93902b..424566cd36 100644 --- a/__tests__/__packages__/cli-test-utils/package.json +++ b/__tests__/__packages__/cli-test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@zowe/cli-test-utils", - "version": "8.0.0-next.202406111958", + "version": "8.0.0-next.202406140245", "description": "Test utilities package for Zowe CLI plug-ins", "author": "Zowe", "license": "EPL-2.0", @@ -43,7 +43,7 @@ "devDependencies": { "@types/js-yaml": "^4.0.9", "@types/uuid": "^9.0.8", - "@zowe/imperative": "8.0.0-next.202406111958" + "@zowe/imperative": "8.0.0-next.202406140245" }, "peerDependencies": { "@zowe/imperative": "^8.0.0-next" diff --git a/lerna.json b/lerna.json index 8917018690..c48266bb0c 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "8.0.0-next.202406111958", + "version": "8.0.0-next.202406140245", "command": { "publish": { "ignoreChanges": [ diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 453472583e..7e186e74f9 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -51,7 +51,7 @@ }, "__tests__/__packages__/cli-test-utils": { "name": "@zowe/cli-test-utils", - "version": "8.0.0-next.202406111958", + "version": "8.0.0-next.202406140245", "license": "EPL-2.0", "dependencies": { "find-up": "^5.0.0", @@ -62,7 +62,7 @@ "devDependencies": { "@types/js-yaml": "^4.0.9", "@types/uuid": "^9.0.8", - "@zowe/imperative": "8.0.0-next.202406111958" + "@zowe/imperative": "8.0.0-next.202406140245" }, "peerDependencies": { "@zowe/imperative": "^8.0.0-next" @@ -17456,21 +17456,21 @@ }, "packages/cli": { "name": "@zowe/cli", - "version": "8.0.0-next.202406111958", + "version": "8.0.0-next.202406140245", "hasInstallScript": true, "license": "EPL-2.0", "dependencies": { - "@zowe/core-for-zowe-sdk": "8.0.0-next.202406111958", - "@zowe/imperative": "8.0.0-next.202406111958", - "@zowe/provisioning-for-zowe-sdk": "8.0.0-next.202406111958", - "@zowe/zos-console-for-zowe-sdk": "8.0.0-next.202406111958", - "@zowe/zos-files-for-zowe-sdk": "8.0.0-next.202406111958", - "@zowe/zos-jobs-for-zowe-sdk": "8.0.0-next.202406111958", - "@zowe/zos-logs-for-zowe-sdk": "8.0.0-next.202406111958", - "@zowe/zos-tso-for-zowe-sdk": "8.0.0-next.202406111958", - "@zowe/zos-uss-for-zowe-sdk": "8.0.0-next.202406111958", - "@zowe/zos-workflows-for-zowe-sdk": "8.0.0-next.202406111958", - "@zowe/zosmf-for-zowe-sdk": "8.0.0-next.202406111958", + "@zowe/core-for-zowe-sdk": "8.0.0-next.202406140245", + "@zowe/imperative": "8.0.0-next.202406140245", + "@zowe/provisioning-for-zowe-sdk": "8.0.0-next.202406140245", + "@zowe/zos-console-for-zowe-sdk": "8.0.0-next.202406140245", + "@zowe/zos-files-for-zowe-sdk": "8.0.0-next.202406140245", + "@zowe/zos-jobs-for-zowe-sdk": "8.0.0-next.202406140245", + "@zowe/zos-logs-for-zowe-sdk": "8.0.0-next.202406140245", + "@zowe/zos-tso-for-zowe-sdk": "8.0.0-next.202406140245", + "@zowe/zos-uss-for-zowe-sdk": "8.0.0-next.202406140245", + "@zowe/zos-workflows-for-zowe-sdk": "8.0.0-next.202406140245", + "@zowe/zosmf-for-zowe-sdk": "8.0.0-next.202406140245", "find-process": "1.4.7", "lodash": "4.17.21", "minimatch": "9.0.3", @@ -17483,7 +17483,7 @@ "@types/diff": "^5.0.9", "@types/lodash": "^4.14.202", "@types/tar": "^6.1.11", - "@zowe/cli-test-utils": "8.0.0-next.202406111958", + "@zowe/cli-test-utils": "8.0.0-next.202406140245", "comment-json": "^4.2.3", "strip-ansi": "^6.0.1", "which": "^4.0.0" @@ -17492,7 +17492,7 @@ "node": ">=18.12.0" }, "optionalDependencies": { - "@zowe/secrets-for-zowe-sdk": "8.0.0-next.202406111958" + "@zowe/secrets-for-zowe-sdk": "8.0.0-next.202406140245" } }, "packages/cli/node_modules/brace-expansion": { @@ -17542,15 +17542,15 @@ }, "packages/core": { "name": "@zowe/core-for-zowe-sdk", - "version": "8.0.0-next.202406111958", + "version": "8.0.0-next.202406140245", "license": "EPL-2.0", "dependencies": { "comment-json": "~4.2.3", "string-width": "^4.2.3" }, "devDependencies": { - "@zowe/cli-test-utils": "8.0.0-next.202406111958", - "@zowe/imperative": "8.0.0-next.202406111958" + "@zowe/cli-test-utils": "8.0.0-next.202406140245", + "@zowe/imperative": "8.0.0-next.202406140245" }, "engines": { "node": ">=18.12.0" @@ -17561,7 +17561,7 @@ }, "packages/imperative": { "name": "@zowe/imperative", - "version": "8.0.0-next.202406111958", + "version": "8.0.0-next.202406140245", "license": "EPL-2.0", "dependencies": { "@types/yargs": "^17.0.32", @@ -17613,7 +17613,7 @@ "@types/pacote": "^11.1.8", "@types/progress": "^2.0.7", "@types/stack-trace": "^0.0.29", - "@zowe/secrets-for-zowe-sdk": "8.0.0-next.202406111958", + "@zowe/secrets-for-zowe-sdk": "8.0.0-next.202406140245", "concurrently": "^8.0.0", "cowsay": "^1.6.0", "deep-diff": "^1.0.0", @@ -17730,16 +17730,16 @@ }, "packages/provisioning": { "name": "@zowe/provisioning-for-zowe-sdk", - "version": "8.0.0-next.202406111958", + "version": "8.0.0-next.202406140245", "license": "EPL-2.0", "dependencies": { "js-yaml": "^4.1.0" }, "devDependencies": { "@types/js-yaml": "^4.0.9", - "@zowe/cli-test-utils": "8.0.0-next.202406111958", - "@zowe/core-for-zowe-sdk": "8.0.0-next.202406111958", - "@zowe/imperative": "8.0.0-next.202406111958" + "@zowe/cli-test-utils": "8.0.0-next.202406140245", + "@zowe/core-for-zowe-sdk": "8.0.0-next.202406140245", + "@zowe/imperative": "8.0.0-next.202406140245" }, "engines": { "node": ">=18.12.0" @@ -17751,7 +17751,7 @@ }, "packages/secrets": { "name": "@zowe/secrets-for-zowe-sdk", - "version": "8.0.0-next.202406111958", + "version": "8.0.0-next.202406140245", "hasInstallScript": true, "license": "EPL-2.0", "devDependencies": { @@ -17764,15 +17764,15 @@ }, "packages/workflows": { "name": "@zowe/zos-workflows-for-zowe-sdk", - "version": "8.0.0-next.202406111958", + "version": "8.0.0-next.202406140245", "license": "EPL-2.0", "dependencies": { - "@zowe/zos-files-for-zowe-sdk": "8.0.0-next.202406111958" + "@zowe/zos-files-for-zowe-sdk": "8.0.0-next.202406140245" }, "devDependencies": { - "@zowe/cli-test-utils": "8.0.0-next.202406111958", - "@zowe/core-for-zowe-sdk": "8.0.0-next.202406111958", - "@zowe/imperative": "8.0.0-next.202406111958" + "@zowe/cli-test-utils": "8.0.0-next.202406140245", + "@zowe/core-for-zowe-sdk": "8.0.0-next.202406140245", + "@zowe/imperative": "8.0.0-next.202406140245" }, "engines": { "node": ">=18.12.0" @@ -17784,12 +17784,12 @@ }, "packages/zosconsole": { "name": "@zowe/zos-console-for-zowe-sdk", - "version": "8.0.0-next.202406111958", + "version": "8.0.0-next.202406140245", "license": "EPL-2.0", "devDependencies": { - "@zowe/cli-test-utils": "8.0.0-next.202406111958", - "@zowe/core-for-zowe-sdk": "8.0.0-next.202406111958", - "@zowe/imperative": "8.0.0-next.202406111958" + "@zowe/cli-test-utils": "8.0.0-next.202406140245", + "@zowe/core-for-zowe-sdk": "8.0.0-next.202406140245", + "@zowe/imperative": "8.0.0-next.202406140245" }, "engines": { "node": ">=18.12.0" @@ -17801,16 +17801,16 @@ }, "packages/zosfiles": { "name": "@zowe/zos-files-for-zowe-sdk", - "version": "8.0.0-next.202406111958", + "version": "8.0.0-next.202406140245", "license": "EPL-2.0", "dependencies": { "minimatch": "^9.0.3" }, "devDependencies": { - "@zowe/cli-test-utils": "8.0.0-next.202406111958", - "@zowe/core-for-zowe-sdk": "8.0.0-next.202406111958", - "@zowe/imperative": "8.0.0-next.202406111958", - "@zowe/zos-uss-for-zowe-sdk": "8.0.0-next.202406111958" + "@zowe/cli-test-utils": "8.0.0-next.202406140245", + "@zowe/core-for-zowe-sdk": "8.0.0-next.202406140245", + "@zowe/imperative": "8.0.0-next.202406140245", + "@zowe/zos-uss-for-zowe-sdk": "8.0.0-next.202406140245" }, "engines": { "node": ">=18.12.0" @@ -17843,15 +17843,15 @@ }, "packages/zosjobs": { "name": "@zowe/zos-jobs-for-zowe-sdk", - "version": "8.0.0-next.202406111958", + "version": "8.0.0-next.202406140245", "license": "EPL-2.0", "dependencies": { - "@zowe/zos-files-for-zowe-sdk": "8.0.0-next.202406111958" + "@zowe/zos-files-for-zowe-sdk": "8.0.0-next.202406140245" }, "devDependencies": { - "@zowe/cli-test-utils": "8.0.0-next.202406111958", - "@zowe/core-for-zowe-sdk": "8.0.0-next.202406111958", - "@zowe/imperative": "8.0.0-next.202406111958" + "@zowe/cli-test-utils": "8.0.0-next.202406140245", + "@zowe/core-for-zowe-sdk": "8.0.0-next.202406140245", + "@zowe/imperative": "8.0.0-next.202406140245" }, "engines": { "node": ">=18.12.0" @@ -17863,12 +17863,12 @@ }, "packages/zoslogs": { "name": "@zowe/zos-logs-for-zowe-sdk", - "version": "8.0.0-next.202406111958", + "version": "8.0.0-next.202406140245", "license": "EPL-2.0", "devDependencies": { - "@zowe/cli-test-utils": "8.0.0-next.202406111958", - "@zowe/core-for-zowe-sdk": "8.0.0-next.202406111958", - "@zowe/imperative": "8.0.0-next.202406111958" + "@zowe/cli-test-utils": "8.0.0-next.202406140245", + "@zowe/core-for-zowe-sdk": "8.0.0-next.202406140245", + "@zowe/imperative": "8.0.0-next.202406140245" }, "engines": { "node": ">=18.12.0" @@ -17880,12 +17880,12 @@ }, "packages/zosmf": { "name": "@zowe/zosmf-for-zowe-sdk", - "version": "8.0.0-next.202406111958", + "version": "8.0.0-next.202406140245", "license": "EPL-2.0", "devDependencies": { - "@zowe/cli-test-utils": "8.0.0-next.202406111958", - "@zowe/core-for-zowe-sdk": "8.0.0-next.202406111958", - "@zowe/imperative": "8.0.0-next.202406111958" + "@zowe/cli-test-utils": "8.0.0-next.202406140245", + "@zowe/core-for-zowe-sdk": "8.0.0-next.202406140245", + "@zowe/imperative": "8.0.0-next.202406140245" }, "engines": { "node": ">=18.12.0" @@ -17897,15 +17897,15 @@ }, "packages/zostso": { "name": "@zowe/zos-tso-for-zowe-sdk", - "version": "8.0.0-next.202406111958", + "version": "8.0.0-next.202406140245", "license": "EPL-2.0", "dependencies": { - "@zowe/zosmf-for-zowe-sdk": "8.0.0-next.202406111958" + "@zowe/zosmf-for-zowe-sdk": "8.0.0-next.202406140245" }, "devDependencies": { - "@zowe/cli-test-utils": "8.0.0-next.202406111958", - "@zowe/core-for-zowe-sdk": "8.0.0-next.202406111958", - "@zowe/imperative": "8.0.0-next.202406111958" + "@zowe/cli-test-utils": "8.0.0-next.202406140245", + "@zowe/core-for-zowe-sdk": "8.0.0-next.202406140245", + "@zowe/imperative": "8.0.0-next.202406140245" }, "engines": { "node": ">=18.12.0" @@ -17917,15 +17917,15 @@ }, "packages/zosuss": { "name": "@zowe/zos-uss-for-zowe-sdk", - "version": "8.0.0-next.202406111958", + "version": "8.0.0-next.202406140245", "license": "EPL-2.0", "dependencies": { "ssh2": "^1.15.0" }, "devDependencies": { "@types/ssh2": "^1.11.19", - "@zowe/cli-test-utils": "8.0.0-next.202406111958", - "@zowe/imperative": "8.0.0-next.202406111958" + "@zowe/cli-test-utils": "8.0.0-next.202406140245", + "@zowe/imperative": "8.0.0-next.202406140245" }, "engines": { "node": ">=18.12.0" diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index bc89016326..ca5aacfbcc 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to the Zowe CLI package will be documented in this file. -## Recent Changes +## `8.0.0-next.202406140245` - BugFix: Updated documentation for the `zos-files search ds` command's `--mainframe-search` option to include a disclaimer about z/OSMF API limitations. [#2160](https://github.com/zowe/zowe-cli/issues/2160) diff --git a/packages/cli/package.json b/packages/cli/package.json index 2d13de3cf4..23feee4e77 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@zowe/cli", - "version": "8.0.0-next.202406111958", + "version": "8.0.0-next.202406140245", "zoweVersion": "V3", "description": "Zowe CLI is a command line interface (CLI) that provides a simple and streamlined way to interact with IBM z/OS.", "author": "Zowe", @@ -58,17 +58,17 @@ "preshrinkwrap": "node ../../scripts/rewriteShrinkwrap.js" }, "dependencies": { - "@zowe/core-for-zowe-sdk": "8.0.0-next.202406111958", - "@zowe/imperative": "8.0.0-next.202406111958", - "@zowe/provisioning-for-zowe-sdk": "8.0.0-next.202406111958", - "@zowe/zos-console-for-zowe-sdk": "8.0.0-next.202406111958", - "@zowe/zos-files-for-zowe-sdk": "8.0.0-next.202406111958", - "@zowe/zos-jobs-for-zowe-sdk": "8.0.0-next.202406111958", - "@zowe/zos-logs-for-zowe-sdk": "8.0.0-next.202406111958", - "@zowe/zos-tso-for-zowe-sdk": "8.0.0-next.202406111958", - "@zowe/zos-uss-for-zowe-sdk": "8.0.0-next.202406111958", - "@zowe/zos-workflows-for-zowe-sdk": "8.0.0-next.202406111958", - "@zowe/zosmf-for-zowe-sdk": "8.0.0-next.202406111958", + "@zowe/core-for-zowe-sdk": "8.0.0-next.202406140245", + "@zowe/imperative": "8.0.0-next.202406140245", + "@zowe/provisioning-for-zowe-sdk": "8.0.0-next.202406140245", + "@zowe/zos-console-for-zowe-sdk": "8.0.0-next.202406140245", + "@zowe/zos-files-for-zowe-sdk": "8.0.0-next.202406140245", + "@zowe/zos-jobs-for-zowe-sdk": "8.0.0-next.202406140245", + "@zowe/zos-logs-for-zowe-sdk": "8.0.0-next.202406140245", + "@zowe/zos-tso-for-zowe-sdk": "8.0.0-next.202406140245", + "@zowe/zos-uss-for-zowe-sdk": "8.0.0-next.202406140245", + "@zowe/zos-workflows-for-zowe-sdk": "8.0.0-next.202406140245", + "@zowe/zosmf-for-zowe-sdk": "8.0.0-next.202406140245", "find-process": "1.4.7", "lodash": "4.17.21", "minimatch": "9.0.3", @@ -78,13 +78,13 @@ "@types/diff": "^5.0.9", "@types/lodash": "^4.14.202", "@types/tar": "^6.1.11", - "@zowe/cli-test-utils": "8.0.0-next.202406111958", + "@zowe/cli-test-utils": "8.0.0-next.202406140245", "comment-json": "^4.2.3", "strip-ansi": "^6.0.1", "which": "^4.0.0" }, "optionalDependencies": { - "@zowe/secrets-for-zowe-sdk": "8.0.0-next.202406111958" + "@zowe/secrets-for-zowe-sdk": "8.0.0-next.202406140245" }, "engines": { "node": ">=18.12.0" diff --git a/packages/core/package.json b/packages/core/package.json index 9ff7d35216..675de5722c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@zowe/core-for-zowe-sdk", - "version": "8.0.0-next.202406111958", + "version": "8.0.0-next.202406140245", "description": "Core libraries shared by Zowe SDK packages", "author": "Zowe", "license": "EPL-2.0", @@ -49,8 +49,8 @@ "string-width": "^4.2.3" }, "devDependencies": { - "@zowe/cli-test-utils": "8.0.0-next.202406111958", - "@zowe/imperative": "8.0.0-next.202406111958" + "@zowe/cli-test-utils": "8.0.0-next.202406140245", + "@zowe/imperative": "8.0.0-next.202406140245" }, "peerDependencies": { "@zowe/imperative": "^8.0.0-next" diff --git a/packages/imperative/package.json b/packages/imperative/package.json index a47c24f93e..56ee780a42 100644 --- a/packages/imperative/package.json +++ b/packages/imperative/package.json @@ -1,6 +1,6 @@ { "name": "@zowe/imperative", - "version": "8.0.0-next.202406111958", + "version": "8.0.0-next.202406140245", "description": "framework for building configurable CLIs", "author": "Zowe", "license": "EPL-2.0", @@ -92,7 +92,7 @@ "@types/pacote": "^11.1.8", "@types/progress": "^2.0.7", "@types/stack-trace": "^0.0.29", - "@zowe/secrets-for-zowe-sdk": "8.0.0-next.202406111958", + "@zowe/secrets-for-zowe-sdk": "8.0.0-next.202406140245", "concurrently": "^8.0.0", "cowsay": "^1.6.0", "deep-diff": "^1.0.0", diff --git a/packages/provisioning/package.json b/packages/provisioning/package.json index f7abb54fdd..7599563bcd 100644 --- a/packages/provisioning/package.json +++ b/packages/provisioning/package.json @@ -1,6 +1,6 @@ { "name": "@zowe/provisioning-for-zowe-sdk", - "version": "8.0.0-next.202406111958", + "version": "8.0.0-next.202406140245", "description": "Zowe SDK to interact with the z/OS provisioning APIs", "author": "Zowe", "license": "EPL-2.0", @@ -49,9 +49,9 @@ }, "devDependencies": { "@types/js-yaml": "^4.0.9", - "@zowe/cli-test-utils": "8.0.0-next.202406111958", - "@zowe/core-for-zowe-sdk": "8.0.0-next.202406111958", - "@zowe/imperative": "8.0.0-next.202406111958" + "@zowe/cli-test-utils": "8.0.0-next.202406140245", + "@zowe/core-for-zowe-sdk": "8.0.0-next.202406140245", + "@zowe/imperative": "8.0.0-next.202406140245" }, "peerDependencies": { "@zowe/core-for-zowe-sdk": "^8.0.0-next", diff --git a/packages/secrets/package.json b/packages/secrets/package.json index 750ed1bbd7..bfd7769899 100644 --- a/packages/secrets/package.json +++ b/packages/secrets/package.json @@ -3,7 +3,7 @@ "description": "Credential management facilities for Imperative, Zowe CLI, and extenders.", "repository": "https://github.com/zowe/zowe-cli.git", "author": "Zowe", - "version": "8.0.0-next.202406111958", + "version": "8.0.0-next.202406140245", "homepage": "https://github.com/zowe/zowe-cli/tree/master/packages/secrets#readme", "bugs": { "url": "https://github.com/zowe/zowe-cli/issues" diff --git a/packages/workflows/package.json b/packages/workflows/package.json index 9d0f8f05c4..1f98d2ef5e 100644 --- a/packages/workflows/package.json +++ b/packages/workflows/package.json @@ -1,6 +1,6 @@ { "name": "@zowe/zos-workflows-for-zowe-sdk", - "version": "8.0.0-next.202406111958", + "version": "8.0.0-next.202406140245", "description": "Zowe SDK to interact with the z/OS workflows APIs", "author": "Zowe", "license": "EPL-2.0", @@ -45,12 +45,12 @@ "prepack": "node ../../scripts/prepareLicenses.js" }, "dependencies": { - "@zowe/zos-files-for-zowe-sdk": "8.0.0-next.202406111958" + "@zowe/zos-files-for-zowe-sdk": "8.0.0-next.202406140245" }, "devDependencies": { - "@zowe/cli-test-utils": "8.0.0-next.202406111958", - "@zowe/core-for-zowe-sdk": "8.0.0-next.202406111958", - "@zowe/imperative": "8.0.0-next.202406111958" + "@zowe/cli-test-utils": "8.0.0-next.202406140245", + "@zowe/core-for-zowe-sdk": "8.0.0-next.202406140245", + "@zowe/imperative": "8.0.0-next.202406140245" }, "peerDependencies": { "@zowe/core-for-zowe-sdk": "^8.0.0-next", diff --git a/packages/zosconsole/package.json b/packages/zosconsole/package.json index 42ef2c50cb..34e5052186 100644 --- a/packages/zosconsole/package.json +++ b/packages/zosconsole/package.json @@ -1,6 +1,6 @@ { "name": "@zowe/zos-console-for-zowe-sdk", - "version": "8.0.0-next.202406111958", + "version": "8.0.0-next.202406140245", "description": "Zowe SDK to interact with the z/OS console", "author": "Zowe", "license": "EPL-2.0", @@ -45,9 +45,9 @@ "prepack": "node ../../scripts/prepareLicenses.js" }, "devDependencies": { - "@zowe/cli-test-utils": "8.0.0-next.202406111958", - "@zowe/core-for-zowe-sdk": "8.0.0-next.202406111958", - "@zowe/imperative": "8.0.0-next.202406111958" + "@zowe/cli-test-utils": "8.0.0-next.202406140245", + "@zowe/core-for-zowe-sdk": "8.0.0-next.202406140245", + "@zowe/imperative": "8.0.0-next.202406140245" }, "peerDependencies": { "@zowe/core-for-zowe-sdk": "^8.0.0-next", diff --git a/packages/zosfiles/package.json b/packages/zosfiles/package.json index da898f1c1c..708855f28d 100644 --- a/packages/zosfiles/package.json +++ b/packages/zosfiles/package.json @@ -1,6 +1,6 @@ { "name": "@zowe/zos-files-for-zowe-sdk", - "version": "8.0.0-next.202406111958", + "version": "8.0.0-next.202406140245", "description": "Zowe SDK to interact with files and data sets on z/OS", "author": "Zowe", "license": "EPL-2.0", @@ -49,10 +49,10 @@ "minimatch": "^9.0.3" }, "devDependencies": { - "@zowe/cli-test-utils": "8.0.0-next.202406111958", - "@zowe/core-for-zowe-sdk": "8.0.0-next.202406111958", - "@zowe/imperative": "8.0.0-next.202406111958", - "@zowe/zos-uss-for-zowe-sdk": "8.0.0-next.202406111958" + "@zowe/cli-test-utils": "8.0.0-next.202406140245", + "@zowe/core-for-zowe-sdk": "8.0.0-next.202406140245", + "@zowe/imperative": "8.0.0-next.202406140245", + "@zowe/zos-uss-for-zowe-sdk": "8.0.0-next.202406140245" }, "peerDependencies": { "@zowe/core-for-zowe-sdk": "^8.0.0-next", diff --git a/packages/zosjobs/package.json b/packages/zosjobs/package.json index b2bfc9fb8f..8dfa24844d 100644 --- a/packages/zosjobs/package.json +++ b/packages/zosjobs/package.json @@ -1,6 +1,6 @@ { "name": "@zowe/zos-jobs-for-zowe-sdk", - "version": "8.0.0-next.202406111958", + "version": "8.0.0-next.202406140245", "description": "Zowe SDK to interact with jobs on z/OS", "author": "Zowe", "license": "EPL-2.0", @@ -46,12 +46,12 @@ "prepack": "node ../../scripts/prepareLicenses.js" }, "dependencies": { - "@zowe/zos-files-for-zowe-sdk": "8.0.0-next.202406111958" + "@zowe/zos-files-for-zowe-sdk": "8.0.0-next.202406140245" }, "devDependencies": { - "@zowe/cli-test-utils": "8.0.0-next.202406111958", - "@zowe/core-for-zowe-sdk": "8.0.0-next.202406111958", - "@zowe/imperative": "8.0.0-next.202406111958" + "@zowe/cli-test-utils": "8.0.0-next.202406140245", + "@zowe/core-for-zowe-sdk": "8.0.0-next.202406140245", + "@zowe/imperative": "8.0.0-next.202406140245" }, "peerDependencies": { "@zowe/core-for-zowe-sdk": "^8.0.0-next", diff --git a/packages/zoslogs/package.json b/packages/zoslogs/package.json index c12b100a2b..0b5d40534f 100644 --- a/packages/zoslogs/package.json +++ b/packages/zoslogs/package.json @@ -1,6 +1,6 @@ { "name": "@zowe/zos-logs-for-zowe-sdk", - "version": "8.0.0-next.202406111958", + "version": "8.0.0-next.202406140245", "description": "Zowe SDK to interact with the z/OS logs", "author": "Zowe", "license": "EPL-2.0", @@ -45,9 +45,9 @@ "prepack": "node ../../scripts/prepareLicenses.js" }, "devDependencies": { - "@zowe/cli-test-utils": "8.0.0-next.202406111958", - "@zowe/core-for-zowe-sdk": "8.0.0-next.202406111958", - "@zowe/imperative": "8.0.0-next.202406111958" + "@zowe/cli-test-utils": "8.0.0-next.202406140245", + "@zowe/core-for-zowe-sdk": "8.0.0-next.202406140245", + "@zowe/imperative": "8.0.0-next.202406140245" }, "peerDependencies": { "@zowe/core-for-zowe-sdk": "^8.0.0-next", diff --git a/packages/zosmf/package.json b/packages/zosmf/package.json index 92f7d2879d..ba71f54000 100644 --- a/packages/zosmf/package.json +++ b/packages/zosmf/package.json @@ -1,6 +1,6 @@ { "name": "@zowe/zosmf-for-zowe-sdk", - "version": "8.0.0-next.202406111958", + "version": "8.0.0-next.202406140245", "description": "Zowe SDK to interact with the z/OS Management Facility", "author": "Zowe", "license": "EPL-2.0", @@ -44,9 +44,9 @@ "prepack": "node ../../scripts/prepareLicenses.js" }, "devDependencies": { - "@zowe/cli-test-utils": "8.0.0-next.202406111958", - "@zowe/core-for-zowe-sdk": "8.0.0-next.202406111958", - "@zowe/imperative": "8.0.0-next.202406111958" + "@zowe/cli-test-utils": "8.0.0-next.202406140245", + "@zowe/core-for-zowe-sdk": "8.0.0-next.202406140245", + "@zowe/imperative": "8.0.0-next.202406140245" }, "peerDependencies": { "@zowe/core-for-zowe-sdk": "^8.0.0-next", diff --git a/packages/zostso/package.json b/packages/zostso/package.json index c43773878c..b2cd300478 100644 --- a/packages/zostso/package.json +++ b/packages/zostso/package.json @@ -1,6 +1,6 @@ { "name": "@zowe/zos-tso-for-zowe-sdk", - "version": "8.0.0-next.202406111958", + "version": "8.0.0-next.202406140245", "description": "Zowe SDK to interact with TSO on z/OS", "author": "Zowe", "license": "EPL-2.0", @@ -45,12 +45,12 @@ "prepack": "node ../../scripts/prepareLicenses.js" }, "dependencies": { - "@zowe/zosmf-for-zowe-sdk": "8.0.0-next.202406111958" + "@zowe/zosmf-for-zowe-sdk": "8.0.0-next.202406140245" }, "devDependencies": { - "@zowe/cli-test-utils": "8.0.0-next.202406111958", - "@zowe/core-for-zowe-sdk": "8.0.0-next.202406111958", - "@zowe/imperative": "8.0.0-next.202406111958" + "@zowe/cli-test-utils": "8.0.0-next.202406140245", + "@zowe/core-for-zowe-sdk": "8.0.0-next.202406140245", + "@zowe/imperative": "8.0.0-next.202406140245" }, "peerDependencies": { "@zowe/core-for-zowe-sdk": "^8.0.0-next", diff --git a/packages/zosuss/package.json b/packages/zosuss/package.json index a625f11b61..1580f92919 100644 --- a/packages/zosuss/package.json +++ b/packages/zosuss/package.json @@ -1,6 +1,6 @@ { "name": "@zowe/zos-uss-for-zowe-sdk", - "version": "8.0.0-next.202406111958", + "version": "8.0.0-next.202406140245", "description": "Zowe SDK to interact with USS on z/OS", "author": "Zowe", "license": "EPL-2.0", @@ -49,8 +49,8 @@ }, "devDependencies": { "@types/ssh2": "^1.11.19", - "@zowe/cli-test-utils": "8.0.0-next.202406111958", - "@zowe/imperative": "8.0.0-next.202406111958" + "@zowe/cli-test-utils": "8.0.0-next.202406140245", + "@zowe/imperative": "8.0.0-next.202406140245" }, "peerDependencies": { "@zowe/imperative": "^8.0.0-next"