GCPRefreshUpmToken 0.0.4

dotnet tool install --global GCPRefreshUpmToken --version 0.0.4
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.4
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=GCPRefreshUpmToken&version=0.0.4
nuke :add-package GCPRefreshUpmToken --version 0.0.4

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 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.

Version Downloads Last updated
0.0.4 227 3/13/2024
0.0.3 152 3/13/2024
0.0.2 152 3/12/2024
0.0.1 123 3/12/2024

CHANGELOG.md