Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.19 KB

File metadata and controls

38 lines (27 loc) · 1.19 KB

coconut environment show

show environment information

Synopsis

The environment show command requests from AliECS the details of an existing environment.

coconut environment show [environment id] [flags]

Options

  -h, --help       help for show
  -s, --services   print information on this environment from integrated services
  -t, --tasks      print a list of tasks in this environment
  -w, --workflow   print the workflow tree

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