uju repo
uju repo¶
Manage a repository
Synopsis¶
Manage a repository
uju repo [flags]
Options¶
-D, --delete Deletes the repo locally (unless --everywhere is specified)
--everywhere Deletes the repo everywhere (Permanently). Even on other collaborators' machines
-h, --help help for repo
-j, --json Returns output as a JSON string
-n, --name string Optional name of the repo, else the directory name will be used
-s, --sources Deletes the repo and it's sources locally (unless --everywhere is specified)
--start Starts a repo if it's not running
--stop Stops a running repo
Options inherited from parent commands¶
-A, --deamon_address string The URL of the System daemon (default "http://localhost:6060")
--repo string Repo ID, name or path to use for the current operation
SEE ALSO¶
- uju - A version control tool for source code