github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/docs/2-the-jackal-cli/100-cli-commands/jackal_tools_registry_login.md (about) 1 # jackal tools registry login 2 <!-- Auto-generated by hack/gen-cli-docs.sh --> 3 4 Log in to a registry 5 6 ``` 7 jackal tools registry login [OPTIONS] [SERVER] [flags] 8 ``` 9 10 ## Options 11 12 ``` 13 -h, --help help for login 14 -p, --password string Password 15 --password-stdin Take the password from stdin 16 -u, --username string Username 17 ``` 18 19 ## Options inherited from parent commands 20 21 ``` 22 --allow-nondistributable-artifacts Allow pushing non-distributable (foreign) layers 23 --insecure Allow image references to be fetched without TLS 24 --platform string Specifies the platform in the form os/arch[/variant][:osversion] (e.g. linux/amd64). (default "all") 25 -v, --verbose Enable debug logs 26 ``` 27 28 ## SEE ALSO 29 30 * [jackal tools registry](jackal_tools_registry.md) - Tools for working with container registries using go-containertools