Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Update CLI and test snapshots
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Johnson <[email protected]>
  • Loading branch information
t1m0thyj committed Jan 9, 2024
1 parent fbc4a16 commit 9d08411
Show file tree
Hide file tree
Showing 26 changed files with 899 additions and 1,245 deletions.
Empty file modified __tests__/__integration__/cli/__scripts__/create_ims_profile.sh
100644 → 100755
Empty file.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,10 @@ exports[`ims query program should display the query program help 1`] = `
--cert-file (local file path)
The file path to a certificate file to use for authentication
The file path to a certificate file to use for authentication.
Note: The CLI does not support certificate files that require a password. For
more information, search Troubleshooting PEM Certificates in Zowe Docs.
--cert-key-file (local file path)
Expand Down
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,10 @@ exports[`ims query region should display the query region help 1`] = `
--cert-file (local file path)
The file path to a certificate file to use for authentication
The file path to a certificate file to use for authentication.
Note: The CLI does not support certificate files that require a password. For
more information, search Troubleshooting PEM Certificates in Zowe Docs.
--cert-key-file (local file path)
Expand Down
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,10 @@ exports[`ims query transaction should display the help 1`] = `
--cert-file (local file path)
The file path to a certificate file to use for authentication
The file path to a certificate file to use for authentication.
Note: The CLI does not support certificate files that require a password. For
more information, search Troubleshooting PEM Certificates in Zowe Docs.
--cert-key-file (local file path)
Expand Down
Empty file.

Large diffs are not rendered by default.

Empty file.

Large diffs are not rendered by default.

Empty file.

Large diffs are not rendered by default.

Empty file.

Large diffs are not rendered by default.

Empty file.
Empty file.

Large diffs are not rendered by default.

Empty file.

Large diffs are not rendered by default.

Empty file.

Large diffs are not rendered by default.

Empty file.

Large diffs are not rendered by default.

2,051 changes: 836 additions & 1,215 deletions npm-shrinkwrap.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
"@types/yargs": "8.0.2",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"@zowe/cli": "^7.0.1",
"@zowe/cli-test-utils": "^7.0.1",
"@zowe/imperative": "^5.8.1",
"@zowe/cli": "^7.21.2",
"@zowe/cli-test-utils": "^7.21.2",
"@zowe/imperative": "^5.20.1",
"env-cmd": "^8.0.2",
"eslint": "^7.32.0",
"eslint-plugin-jest": "^24.4.0",
Expand Down

0 comments on commit 9d08411

Please sign in to comment.