rspm edit repo#
Commands to edit repo name and description
Examples#
rspm edit repo --name=[repo name] --new-name=[new repo name] --description=[description]
rspm edit repo --name=[repo name] --clear-description
rspm edit repo --name=[repo name] --hide=true
rspm edit repo --name=[repo name] --hide=false
Options#
--clear-description Clear the repo description text.
--description string Description text for the repo.
-h, --help help for repo
--hide Hide the repo from the user interface.
--name string The name of the existing repo.
--new-name string The new name of the repo.