on-prem-cli 2.6.3

The On Prem CLI
on-prem-cli-2.6.3 is not a library.

The On-Prem CLI

Installing

$ cargo install on-prem-cli

Using

Login

Start by performing a web login to obtain a 24-hour session token.

$ onprem login
Logged in. Greetings David Rauschenbach!

If the CLI hangs after the web login completes, try a 2nd time, or try Chrome:

$ onprem login --browser chrome
Logged in. Greetings David Rauschenbach!

Deploy assets

$ onprem apply my.yaml

See docs.on-prem.net for examples.

Examples