Authentication operations
Inspect and manage EdgeletAPI authentication tokens.
Subcommands: whoami, tokens, revoke.
edgelet auth whoami -o json
edgelet auth tokens -o json
edgelet auth revoke <jti>
-h, --help help for auth
--debug Debug logging
--no-color Disable color and interactive UX
-o, --output string Output format: human, json, yaml (default "human")
--quiet Suppress interactive progress output
--socket string Edgelet API unix socket path
--timeout string Request timeout
--verbose Verbose logging
- edgelet - Local CLI for the Edgelet daemon
- edgelet auth revoke - Revoke an auth token
- edgelet auth tokens - List auth tokens
- edgelet auth whoami - Show current auth identity