Commands for configuring the CLI environment and managing sessions.
env <environment>
Command to set the environment. By default the CLI starts pointing to Test Environment.
Parameters:
- environment: Environment to switch to
Examples:
env test
env pilot
env conformance
version <version>
Command to switch the versions of the APIs.
Parameters:
- version: It must be "stable" or "upcoming"
Examples:
version stable
version upcoming
exit
Command to exit from the CLI.
Example:
exit