Skip to content

CLI Reference

Use this reference to check command syntax and options. Start with Deploy Your First Site for a complete workflow.

Usage: buzz [options] [command]
Deploy static sites to a Buzz server
Options:
-V, --version output the version number
-s, --server <url> Buzz server URL (overrides config)
-t, --token <token> Session or deployment token (overrides config)
-h, --help display help for command
Commands:
deploy [options] <directory> Deploy a directory to the server
list List sites owned by the signed-in user
delete [options] <subdomain> Delete a deployed site
config [key] [value] View or set configuration (server)
url Show the URL for the current directory
login Sign in via your browser
logout Sign out and clear the stored session
whoami Show the current signed-in user
tokens Manage deployment tokens
domains Manage custom domains
help [command] display help for command
Usage: buzz deploy [options] <directory>
Deploy a directory to the server
Options:
--subdomain <name> Site name to use as the subdomain
-h, --help display help for command
Usage: buzz list [options]
List sites owned by the signed-in user
Options:
-h, --help display help for command
Usage: buzz delete [options] <subdomain>
Delete a deployed site
Options:
-y, --yes Skip confirmation prompt
-h, --help display help for command
Usage: buzz config [options] [key] [value]
View or set configuration (server)
Options:
-h, --help display help for command
Usage: buzz url [options]
Show the URL for the current directory
Options:
-h, --help display help for command
Usage: buzz login [options]
Sign in via your browser
Options:
-h, --help display help for command
Usage: buzz logout [options]
Sign out and clear the stored session
Options:
-h, --help display help for command
Usage: buzz whoami [options]
Show the current signed-in user
Options:
-h, --help display help for command
Usage: buzz tokens [options] [command]
Manage deployment tokens
Options:
-h, --help display help for command
Commands:
list List your deployment tokens
create [options] <site> Create a deployment token for a site
delete <token-id> Delete a deployment token
help [command] display help for command
Usage: buzz tokens list [options]
List your deployment tokens
Options:
-h, --help display help for command
Usage: buzz tokens create [options] <site>
Create a deployment token for a site
Options:
-n, --name <name> Token name (for identification)
-h, --help display help for command
Usage: buzz tokens delete [options] <token-id>
Delete a deployment token
Options:
-h, --help display help for command
Usage: buzz domains [options] [command]
Manage custom domains
Options:
-h, --help display help for command
Commands:
list [site] List custom domains and lifecycle status
add <site> <domain> Attach a custom domain to a site
check <site> <domain> Check custom-domain ownership and
activation
retry <site> <domain> Retry a failed connection transition
cancel-transition <site> <domain> Cancel an active connection transition
remove [options] <site> <domain> Remove a custom domain without changing DNS
records
help [command] display help for command
Usage: buzz domains list [options] [site]
List custom domains and lifecycle status
Options:
-h, --help display help for command
Usage: buzz domains add [options] <site> <domain>
Attach a custom domain to a site
Options:
-h, --help display help for command
Usage: buzz domains check [options] <site> <domain>
Check custom-domain ownership and activation
Options:
-h, --help display help for command
Usage: buzz domains retry [options] <site> <domain>
Retry a failed connection transition
Options:
-h, --help display help for command
Usage: buzz domains cancel-transition [options] <site> <domain>
Cancel an active connection transition
Options:
-h, --help display help for command
Usage: buzz domains remove [options] <site> <domain>
Remove a custom domain without changing DNS records
Options:
-y, --yes Skip confirmation prompt
-h, --help display help for command