rspm edit source

Commands to edit a source

Terminal
rspm edit source [flags]

Examples

Terminal
  rspm edit source --name=[source name] --new-name=[new source name]
  rspm edit source --name=[local-vsx source name] --publisher-namespaces=posit,ms-python

Options

Terminal
  -h, --help                          help for source
      --name string                   The name of the existing source.
      --new-name string               The new name of the source.
      --publisher-namespaces string   For local-vsx sources, set the comma-separated list of VS Code extension publisher namespaces this source authoritatively owns. Extensions whose publisher matches are served with a verified badge; use '*' to verify every namespace. Pass an empty value to clear the declaration.

Options inherited from parent commands

Terminal
  -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
Back to top