Work seamlessly with Zoo from the command line
Subcommands
- zoo alias
 - zoo api
 - zoo api-call
 - zoo app
 - zoo auth
 - zoo completion
 - zoo config
 - zoo drake
 - zoo file
 - zoo generate
 - zoo kcl
 - zoo ml
 - zoo say
 - zoo start-session
 - zoo open
 - zoo update
 - zoo user
 - zoo version
 
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')
 -V/--version- Print version
 
About
You've never CAD it so good.
Environment variables that can be used with zoo.
ZOO_API_TOKEN: an authentication token for Zoo API requests. Setting this avoids being prompted to authenticate and takes precedence over previously stored credentials.
ZOO_HOST: specify the Zoo hostname for commands that would otherwise assume the "api.zoo.dev" host.
ZOO_BROWSER, BROWSER (in order of precedence): the web browser to use for opening links.
DEBUG: set to any value to enable verbose output to standard error.
ZOO_PAGER, PAGER (in order of precedence): a terminal paging program to send standard output to, e.g. "less".
NO_COLOR: set to any value to avoid printing ANSI escape sequences for color output.
CLICOLOR: set to "0" to disable printing ANSI colors in output.
CLICOLOR_FORCE: set to a value other than "0" to keep ANSI colors in output even when the output is piped.
ZOO_FORCE_TTY: set to any value to force terminal-style output even when the output is redirected. When the value is a number, it is interpreted as the number of columns available in the viewport. When the value is a percentage, it will be applied against the number of columns available in the current viewport.
ZOO_NO_UPDATE_NOTIFIER: set to any value to disable update notifications. By default, zoo checks for new releases once every 24 hours and displays an upgrade notice on standard error if a newer version was found.
ZOO_CONFIG_DIR: the directory where zoo will store configuration files. Default: $XDG_CONFIG_HOME/zoo or $HOME/.config/zoo.