Skip to content

Commit

Permalink
update imperative version
Browse files Browse the repository at this point in the history
Signed-off-by: zFernand0 <[email protected]>
  • Loading branch information
zFernand0 committed Mar 4, 2024
1 parent 135b7c7 commit 8b46886
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@zowe/cli-test-utils": "^8.0.0-next.202402021649",
"@zowe/imperative": "^8.0.0-next.202402271901",
"@zowe/imperative": "^8.0.0-next.202403041352",
"@zowe/zowe-explorer-api": "^3.0.0-next",
"chalk": "^4.1.2",
"eslint": "^8.37.0",
Expand Down Expand Up @@ -63,4 +63,4 @@
"typescript": "^5.3.3",
"uuid": "^9.0.0"
}
}
}
8 changes: 1 addition & 7 deletions packages/cli/src/imperative.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,7 @@ const config: IImperativeConfig = {
}
},
required: [],
},
createProfileExamples: [
{
options: "cics123 --host zos123 --port 1490 --user ibmuser --password myp4ss",
description: "Create a cics profile named 'cics123' to connect to CICS at host zos123 and port 1490"
}
]
}
}
]
};
Expand Down

0 comments on commit 8b46886

Please sign in to comment.