openupm --registry <URL fails
adrenak opened this issue · 1 comments
adrenak commented
I'm trying to set the registry to my localhost as I'm running Verdaccio locally.
But it fails and I basically get the --help
result
$ openupm --registry http://localhost:4873
Usage: openupm [options] [command]
Options:
-V, --version output the version number
-c, --chdir <path> change the working directory
-r, --registry <url> specify registry url
-v, --verbose output extra debugging
--no-upstream don't use upstream unity registry
-h, --help output usage information
Commands:
add|install <pkg> [otherPkgs...] add package to manifest json
openupm add <pkg> [otherPkgs...]
openupm add <pkg>@<version> [otherPkgs...]
remove|rm <pkg> [otherPkgs...] remove package from manifest json
search|s <keyword> Search package by keyword
view|v <pkg> view package information
deps|dep [options] <pkg> view package dependencies
openupm deps <pkg>
openupm deps <pkg>@<version>
adrenak commented
Submitted twice. Closing