Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.28 KB

File metadata and controls

39 lines (28 loc) · 1.28 KB

coconut configuration dump

dump configuration subtree

Synopsis

The configuration dump command requests from O² Configuration a subtree of key-values, and dumps it to standard output in the specified format. This command has full read access to the O² Configuration store and performs a raw query with no additional processing or access control semantics.

coconut configuration dump [key] [flags]

Options

  -f, --format string   output format for the configuration dump (default "yaml")
  -h, --help            help for dump

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