...
1## crane auth logout
2
3Log out of a registry
4
5```
6crane auth logout [SERVER] [flags]
7```
8
9### Examples
10
11```
12 # Log out of reg.example.com
13 crane auth logout reg.example.com
14```
15
16### Options
17
18```
19 -h, --help help for logout
20```
21
22### Options inherited from parent commands
23
24```
25 --allow-nondistributable-artifacts Allow pushing non-distributable (foreign) layers
26 --insecure Allow image references to be fetched without TLS
27 --platform platform Specifies the platform in the form os/arch[/variant][:osversion] (e.g. linux/amd64). (default all)
28 -v, --verbose Enable debug logs
29```
30
31### SEE ALSO
32
33* [crane auth](crane_auth.md) - Log in or access credentials
34
View as plain text