1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:22:07 +02:00
tldr/pages.nl/common/crane-auth.md
Managor 9a42cc59fb
pages*/common/*: add option placeholders to translations part 1 (#15896)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
2025-03-14 12:48:08 +05:30

794 B

crane auth

Log in of verkrijg inloggegevens. Meer informatie: https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane_auth.md.

  • Voer het crane auth subcommando uit:

crane auth {{subcommand}}

  • Implementeer credential helper:

crane auth get {{registry_adres}} {{[-h|--help]}}

  • Log in bij een registry:

crane auth login {{registry_adres}} {{[-h|--help]}} {{[-p|--password]}} {{wachtwoord}} {{-password-stdin}} {{[-u|--username]}} {{gebruikersnaam}}

  • Log uit bij een registry:

crane auth logout {{registry_adres}} {{[-h|--help]}}

  • Verkrijg een token voor een remote repository:

crane auth token {{registry_adres}} {{[-H|--header]}} {{[-h|--help]}} {{[-m|--mount]}} {{scope1 scope2 ...}} --push

  • Toon de help:

crane auth {{[-h|--help]}}