crane: add Dutch translation (#14264)

This commit is contained in:
Sebastiaan Speck
2024-10-26 12:07:57 +02:00
committed by GitHub
parent 821b98a69e
commit efe9d90900
40 changed files with 716 additions and 9 deletions

View File

@@ -0,0 +1,28 @@
# 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 help:
`crane auth {{-h|--help}}`