openupm-cli
openupm-cli copied to clipboard
The OpenUPM-CLI is a command-line interface for maintaining UPM registries.
[Metamesh](https://github.com/keijiro/Metamesh) package is depend to `com.unity.mathematics`. And Metamesh package is published on npmjs.com. I get an error with the following command. ``` $ openupm add --registry https://registry.npmjs.com jp.keijiro.metamesh WARN 404...
It might be nice to be able to list all installed packages as other package managers do, with some command `openupm list`.
Gitlab while not allowing searching of packages does allow hosting of packages at least on project level under a path like: gitlabHost/api/v4/projects/projectID/packages/npm/ I tried to set up such a scoped...
I have Unity 2019.4.17f1 I'm trying to add a list of unity packages from a shell script: I run the command `openupm add com.unity.postprocessing` Response: `WARN editor.version requires 2019.4.19f1 but...
I am missing this init command to create the `Packages/manifest.json` for you, like npm does, so I can start a new project from a complete empty folder. Thanks for this...
_Originally posted by @from2001 in https://github.com/openupm/openupm-cli/issues/19#issuecomment-1871057403_ > I think this bug still remains with some packages. > > It is OK for com.unity.postprocessing, but this bug still happens with com.unity.render-pipelines.universal...
## Bug report Running `openupm add org.khronos.unitygltf` results in exceptions in the CLI. Running with `-f` works fine and results in a working project. See - https://github.com/KhronosGroup/UnityGLTF/issues/704 #### Bug category...
While working on more complex packument resolving logic, I came upon an open question, that I would like to open to discussion. That is concerning, which errors/infos should be printed...
The auto-generated portions of the Readme, namely the contributors section, contains deprecated HTML elements. The resulting warnings were suppressed in a PR (#108), but since the HTML code is regenerated...
## Bug report #### Bug category - [X] Registry: issues related to the registry server. #### Steps to reproduce * Create a new Unity solution * Add a package using...