Skip to main content

Module auth

Module auth 

Source
Expand description

Account and profile commands.

login is the only command that touches a secret, and it reads it from a prompt or stdin — never from an argument, because arguments are visible in ps and in shell history. There is deliberately no command that prints a stored token.

Structs§

LoginArgs
Arguments for auth login.

Enums§

AuthCommand

Functions§

run
Run an auth subcommand.