Makeathon Countdown00:00:00:00
Docs Home
/
Zoo Developer Tools
/
CLI
/
upload

zoo project upload

Upload a local project.

Options

input
The project directory, a .kcl file within it, or project.toml
Default value: .
--new
Always create a new remote project even if one is already persisted locally
Default value: false
--id
Override the persisted Zoo cloud project id from project.toml
--title
Title to use for the cloud project. Defaults to the local project directory name
--description
Description to use for the cloud project. Defaults to the existing remote description when updating
-f/--format
Command output format
Possible values: json | yaml | table
-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

If the local project.toml already contains a Zoo cloud project id, this will update that project unless --new is passed.

See also

Found a typo?