crane-auth
manage container registry authentication
TLDR
Login to a registry
$ crane auth login [registry] -u [username] -p [password]
Get authentication token$ crane auth token [image]
Logout from registry$ crane auth logout [registry]
SYNOPSIS
crane auth subcommand [options]
DESCRIPTION
crane auth manages authentication for container registries. It stores credentials and retrieves authentication tokens for registry operations.
PARAMETERS
-u, --username user
Username for authentication.-p, --password pass
Password for authentication.--password-stdin
Read password from stdin.
SUBCOMMANDS
login
Authenticate with a registry.logout
Remove credentials for a registry.token
Get authentication token for an image.get
Get credentials for a registry.
SEE ALSO
crane(1), docker-login(1)
