Authaz.Cli
0.3.1
dotnet tool install --global Authaz.Cli --version 0.3.1
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local Authaz.Cli --version 0.3.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Authaz.Cli&version=0.3.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Authaz.Cli --version 0.3.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Authaz CLI
The official command-line tool for Authaz. Authenticate via device flow and manage your application configuration declaratively from YAML.
Install
dotnet tool install --global Authaz.Cli
Requires the .NET 10 SDK or runtime. Once installed, the command is authaz:
authaz --help
Update or remove:
dotnet tool update --global Authaz.Cli
dotnet tool uninstall --global Authaz.Cli
Authenticate
The CLI signs in with the OAuth device flow and stores credentials locally:
authaz login # authenticate via device flow
authaz whoami # show authentication status
authaz logout # remove stored credentials
Declarative configuration
Manage an application's configuration as YAML and apply it to Authaz:
authaz validate config.yaml # validate locally, no network
authaz export # export current application config as YAML
authaz apply config.yaml # apply the YAML configuration to Authaz
The typical loop is export to capture current state, edit the YAML, validate,
then apply.
License
MIT
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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.