1.0.1 • Published 5 years ago

@softwareag/wmcc-cli v1.0.1

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
5 years ago

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

License

Apache-2.0

Licenses of dependencies

See Third-Party-Terms-of-Dependencies.pdf