cli → zoo → auth

zoo auth logout

Log out of an Zoo host.

Options

-H/--host
The hostname of the Zoo instance to log out of
-d/--debug
Print debug info
Default value: false
-h/--help
Print help (see a summary with '-h')

About

This command removes the authentication configuration for a host either specified interactively or via --host.

$ zoo auth logout
# => select what host to log out of via a prompt

$ zoo auth logout --host zoo.internal
# => log out of specified host

See also