Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.24 KB

File metadata and controls

42 lines (29 loc) · 1.24 KB

coconut repository refresh

refresh git repositories

Synopsis

The repository refresh command makes sure all git repositories used for task and workflow configuration are up to date. It can optionally be supplied with a repo id, to only refresh a specific repo. Repo ids are reported by coconut repo list.

coconut repository refresh [repo id] [flags]

Examples

 * `coconut repo refresh`
 * `coconut repo refresh 1`

Options

  -h, --help   help for refresh

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