Skip to content

monoceros remove-repo

Removes a repo entry from a workbench’s config. The inverse of monoceros add-repo.

Terminal window
monoceros remove-repo <name> <url-or-name>

<url-or-name> matches by the repo URL or its registered name.

Terminal window
monoceros remove-repo acme https://github.com/acme/api.git
monoceros remove-repo acme api
  • Idempotent. Removing a repo that is not registered is a no-op.
  • Leaves the clone in place. The already-cloned folder under projects/ is not deleted - remove it by hand if you want the files gone.
  • Leaves the provider CLI in place. The gh / glab feature that was added with the repo stays; drop it with monoceros remove-feature if you no longer want it.