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
                    
if you are setting up this repo
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
                    
nuke :add-package Authaz.Cli --version 0.3.1
                    

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

Version Downloads Last Updated
0.3.1 103 6/10/2026
0.3.0 97 6/10/2026
0.2.2 96 6/10/2026
0.2.1 98 6/10/2026
0.2.0 110 6/10/2026
0.1.0 102 6/5/2026