Skip to content

Commands Reference

All available CLI commands.

CommandDescription
wokku auth:loginLog in to your account
wokku auth:logoutLog out
wokku auth:whoamiShow current user
wokku tokens:create --name NAMECreate API token
wokku tokens:revoke IDRevoke API token
CommandDescription
wokku appsList all apps
wokku apps:create NAME --server SERVERCreate an app
wokku apps:info APPShow app details
wokku apps:destroy APPDelete an app
CommandDescription
wokku ps APPShow process state
wokku ps:scale APP web=N worker=NScale processes
wokku ps:restart APPRestart app
wokku ps:stop APPStop app
wokku ps:start APPStart app
CommandDescription
wokku config APPShow config vars
wokku config:set APP KEY=VALSet config vars
wokku config:unset APP KEYRemove config vars
CommandDescription
wokku domains APPList domains
wokku domains:add APP DOMAINAdd a domain
wokku domains:remove APP DOMAINRemove a domain
CommandDescription
wokku releases APPList releases
wokku rollback APP RELEASE_IDRollback to a release
CommandDescription
wokku logs APPView logs
wokku logs APP --num NView last N lines
wokku logs APP --tailStream logs
CommandDescription
wokku addons APPList linked databases
wokku addons:add APP TYPEAdd a database
wokku addons:remove APP ADDONRemove a database
wokku backups DBList backups
wokku backups:create DBCreate a backup
CommandDescription
wokku templatesList templates
wokku deploy SLUG --server SERVERDeploy a template
CommandDescription
wokku serversList servers
wokku servers:add NAME --host HOSTAdd a server
CommandDescription
wokku activityView recent activity