Conf
Configure the CIP command line for a platform and environment.
cip configure
Usage: cip configure [OPTIONS] COMMAND [ARGS]...
  Configuration service
Options:
  --help  Show this message and exit.
Commands:
    description Describe configuration
    env         Switch environment
    list        List the profile
    platform    Switch platform
    update      Update the profile
description
Outputs a text description of the currently selected platform.
cip conf description
env
Switch the platform environment.
cip conf env
environment: [test | live]
list
Outputs the current configuration profile.
cip conf list
platform
Switch to a different platform.
cip conf platform
platform: [platform_name]
update
Update the command line profile.
cip conf update