1.0.2 • Published 5 years ago
@arn243/test-upload-arun v1.0.2
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
- For more info about the commands visit localhost Cloud Container documentation.
License
Apache-2.0
Licenses of dependencies
See Third-Party-Terms-of-Dependencies.pdf