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.
Options inherited from parent commands#
-a, --address string The address of the remote server. If not specified, the PACKAGEMANAGER_ADDRESS environment variable is used.
-c, --config string Path to config file
--insecure-ssl-skip-verify If true, skip SSL certificate validation. This reduces the security that SSL normally provides.
-o, --output-format string Specify the output format 'human' for human-readable output or 'json' for JSON-encoded output. (default "human")
-v, --verbose Provide additional output