developer-toolsclimanualzoo auth logout

zoo auth logout

Log out of an Zoo host.

Options

-d/--debug
Print debug info
Default value: false
--host
Zoo API host to use for all commands (e.g., "api.zoo.dev" or "http://localhost:8888"). Overrides the configured default host
-h/--help
Print help (see a summary with '-h')

About

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

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

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

See also

Found a typo?