Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.33 KB

File metadata and controls

45 lines (32 loc) · 1.33 KB

coconut configuration list

List all existing O² components in Consul

Synopsis

The configuration list command requests all components from O² Configuration as a list and displays it on the standard output

coconut configuration list [component] [flags]

Examples

coconut conf list
coconut conf list <component>
coconut conf list <component> -t

Options

  -h, --help            help for list
  -o, --output string   output format for the configuration list (yaml/json) (default "yaml")
  -t, --timestamp       display latest timestamp entries for the requested component

Options inherited from parent commands

      --config string            optional configuration file for coconut (default $HOME/.config/coconut/settings.yaml)
      --config_endpoint string   configuration endpoint used by AliECS core as PROTO://HOST:PORT (default "apricot://127.0.0.1:32101")
      --endpoint string          AliECS core endpoint as HOST:PORT (default "127.0.0.1:32102")
      --nocolor                  disable colors in output
      --nospinner                disable animations in output
  -v, --verbose                  show verbose output for debug purposes

SEE ALSO

Auto generated by spf13/cobra on 27-Nov-2024