GCPRefreshUpmToken 0.0.3
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global GCPRefreshUpmToken --version 0.0.3
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local GCPRefreshUpmToken --version 0.0.3
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=GCPRefreshUpmToken&version=0.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package GCPRefreshUpmToken --version 0.0.3
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
,--registry
precises the registry URL and is required.-c
,--config
precises 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. |
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