@softwareag/wmcc-cli
v1.0.1
Published
Command line tool for webMethods Cloud Container
Downloads
3
Readme
webMethods Cloud Container CLI
The webMethods Cloud Container CLI interacts with webMethods Cloud Container and performs tasks such as managing a solution, monitoring the status of all runtimes in a solution, promoting assets from one environment to another and so on.
Installation
webMethods Cloud Container CLI requires Node.js v10.15+ to run.
$ npm install -g @softwareag/wmcc-cli
Usage
The login details has to be provided via either config.json or as an runtime arguments
- Specifying credentials through config.json. Create a config.json file in {user directory}/wmcc-cli/config.json
{
"default": {
"url": "https://{subdomain}.container.webmethodscloud.com",
"userName": "username",
"password": "password"
},
"profileName": {
"url": "https://{subdomain}.container.webmethodscloud.com",
"userName": "username",
"password": "password"
}
}
Start the CLI using the following command. If the profile is not specified then the default profile will be used.
$ wmcc-cli --profile profileName [commands]
- Specifying credentials as runtime arguments Start the CLI using the following command passing all the arguments url, username and password.
$ wmcc-cli --url <url> --userName <userName> --password <password> [commands]
Documentation
- For more info about the commands visit webMethods Cloud Container documentation.
License
Apache-2.0
Licenses of dependencies
See Third-Party-Terms-of-Dependencies.pdf