Options (5)
-h, --helpbooleanImplement credential helper
Example:
crane auth get {{registry_address}} {{[-h|--help]}}-p, --passwordbooleanLog in to a registry
Example:
crane auth login {{registry_address}} {{[-h|--help]}} {{[-p|--password]}} {{password}} {{-password-stdin}} {{[-u|--username]}} {{username}}-u, --usernamebooleanLog in to a registry
Example:
crane auth login {{registry_address}} {{[-h|--help]}} {{[-p|--password]}} {{password}} {{-password-stdin}} {{[-u|--username]}} {{username}}-H, --headerbooleanRetrieve a token for a remote repository
Example:
crane auth token {{registry_address}} {{[-H|--header]}} {{[-h|--help]}} {{[-m|--mount]}} {{scope1 scope2 ...}} --push-m, --mountbooleanRetrieve a token for a remote repository
Example:
crane auth token {{registry_address}} {{[-H|--header]}} {{[-h|--help]}} {{[-m|--mount]}} {{scope1 scope2 ...}} --pushExamples (6)
Execute `crane auth` subcommand
crane auth subcommandImplement credential helper
crane auth get registry_address [-h|--help]Log in to a registry
crane auth login registry_address [-h|--help] [-p|--password] password -password-stdin [-u|--username] usernameLog out of a registry
crane auth logout registry_address [-h|--help]Retrieve a token for a remote repository
crane auth token registry_address [-H|--header] [-h|--help] [-m|--mount] scope1 scope2 ... --pushDisplay help
crane auth [-h|--help]made by @shridhargupta | data from tldr-pages