1.0.2 • Published 5 years ago

@arn243/test-upload-arun v1.0.2

Weekly downloads
3
License
ISC
Repository
-
Last release
5 years ago

test upload arun

The test upload CLI interacts with localhost 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

localhost requires Node.js v10.15+ to run.

$ npm install -g test-upload-arun

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}/localhost/config.json

{
    "default": {
        "url": "https://{subdomain}.container.localhostcloud.com",
        "userName": "username",
        "password": "password"
    },
    "profileName": {
        "url": "https://{subdomain}.container.localhostcloud.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.

    $ localhost --profile profileName [commands]
  • Specifying credentials as runtime arguments Start the CLI using the following command passing all the arguments url, username and password.
	$ localhost --url <url> --userName <userName> --password <password> [commands]

Documentation

License

Apache-2.0

Licenses of dependencies

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

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago