GCPRefreshUpmToken 0.0.5
dotnet tool install --global GCPRefreshUpmToken --version 0.0.5
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local GCPRefreshUpmToken --version 0.0.5
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=GCPRefreshUpmToken&version=0.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package GCPRefreshUpmToken --version 0.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
GCP Refresh UPM Token
A simple C# tool to refresh Unity's .upmconfig.toml with the current Google Cloud Platform token.
This tool relies on the Google Cloud SDK being installed, and notably the gcloud CLI being present.
⚡ Getting Started
Install as global tool via dotnet tool install -g GCPRefreshUpmToken,
or see next section.
🔧 Running
Example command line:
GCPRefreshUpmToken -r https://region-location-npm.pkg.dev/organization/registry -c ~/.upmconfig.toml
-r,--registryprecises the registry URL and is required.-c,--configprecises the config file, i.e.~/.upmconfig.toml, and defaults to aforementioned file.
🔨 Build the Project
Out-of-the-box, dotnet build will rebuild from source.
▶ Running and Settings
TBD
.gcprefresh.toml and .gcprefresh.json can be used to precise the default registry and the default config file as well.
🤝 Collaboration
Please refer to COLLABORATION.md for further details, but generally talking,
I'm open for bug fixes.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
CHANGELOG.md