remove a git repository
The repository remove command removes a git repository from the catalogue of workflow configuration sources.
A repository is referenced by its repo id, as reported bycoconut repo list
coconut repository remove <repo id> [flags]
* `coconut repo remove 1`
* `coconut repo del 2`
-h, --help help for remove
--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
- coconut repository - manage git repositories for task and workflow configuration