Reference - CLI - target

Back to CLI Commands

Command

./adop target <subcommand>

Used for setting up environment variables to connect with ADOP stack.

Subcommands

set

Subcommand
set [<options>] Sets the environment variables to point to ADOP stack.
Option
-t [<ENDPOINT>] Sets the endpoint URL to connect to ADOP stack, where <ENDPOINT> the URL to ADOP stack (required) (hint: https://54.77.198.55/).
-u [<USERNAME>] Sets the username required for authentication with ADOP stack, where <USERNAME> the username with permissions to access ADOP stack (required).
-p [<PASSWORD>] Sets the password required for authentication with ADOP stack, where <PASSWORD> the password with permissions to access ADOP stack (required).

unset

Unsets the environment variables pointing to ADOP stack.

help

Prints out help information.

Examples [WIP]