From 0df64836ce25e1e982670bd9b18b528e5870e8ec Mon Sep 17 00:00:00 2001 From: Bastian Krol Date: Thu, 9 Nov 2023 20:23:04 +0100 Subject: [PATCH] docs(readme): add repoman add and repoman remove to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 03e309c..675c9b0 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,8 @@ Usage * `repoman config --bitbucket-auth-user basti1302 --bitbucket-auth-pass somepassword`: Create .repoman.json containing Bitbucket projects. * `repoman config --local`: Create .repoman.json configuration file from local repositories in current directory. * `repoman clean`: Delete local repositories not managed by Repoman (that is, not configured in .repoman.json). +* `repoman add`: Add a repository to the repoman configuration and clone it +* `repoman remove`: Remove a single repository from the configuration and from disk ### Initial Clone/Checkout