Skip to content

rspm edit repo#

Commands to edit repo name and description

rspm edit repo [flags]

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#

  -c, --config string          Path to config file
  -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