Configuration Automation - Ping CLI

pingcli config get

Read stored configuration settings for the CLI.

Synopsis

Read stored configuration settings for the CLI.

The --profile parameter can be used to read configuration settings for a specified custom configuration profile. Where --profile is not specified, configuration settings will be read for the currently active profile.

pingcli config get [flags] key

Examples

  Read all the configuration settings for the PingOne service in the active (or default) profile.
    pingcli config get pingone

  Read the noColor setting for the profile named 'myProfile'.
    pingcli config get --profile myProfile noColor

  Read the worker ID used to authenticate to the PingOne service management API.
    pingcli config get service.pingone.authentication.worker.environmentID

Options

  -h, --help   help for get

Options inherited from parent commands

  -C, --config string          The relative or full path to a custom Ping CLI configuration file. (default $HOME/.pingcli/config.yaml)
      --no-color               Disable text output in color. (default false)
  -O, --output-format string   Specify the console output format. (default text)
                               Options are: json, text.
  -P, --profile string         The name of a configuration profile to use.

More information