All available CLI commands.
| Command | Description |
|---|
wokku auth:login | Log in to your account |
wokku auth:logout | Log out |
wokku auth:whoami | Show current user |
wokku tokens:create --name NAME | Create API token |
wokku tokens:revoke ID | Revoke API token |
| Command | Description |
|---|
wokku apps | List all apps |
wokku apps:create NAME --server SERVER | Create an app |
wokku apps:info APP | Show app details |
wokku apps:destroy APP | Delete an app |
| Command | Description |
|---|
wokku ps APP | Show process state |
wokku ps:scale APP web=N worker=N | Scale processes |
wokku ps:restart APP | Restart app |
wokku ps:stop APP | Stop app |
wokku ps:start APP | Start app |
| Command | Description |
|---|
wokku config APP | Show config vars |
wokku config:set APP KEY=VAL | Set config vars |
wokku config:unset APP KEY | Remove config vars |
| Command | Description |
|---|
wokku domains APP | List domains |
wokku domains:add APP DOMAIN | Add a domain |
wokku domains:remove APP DOMAIN | Remove a domain |
| Command | Description |
|---|
wokku releases APP | List releases |
wokku rollback APP RELEASE_ID | Rollback to a release |
| Command | Description |
|---|
wokku logs APP | View logs |
wokku logs APP --num N | View last N lines |
wokku logs APP --tail | Stream logs |
| Command | Description |
|---|
wokku addons APP | List linked databases |
wokku addons:add APP TYPE | Add a database |
wokku addons:remove APP ADDON | Remove a database |
wokku backups DB | List backups |
wokku backups:create DB | Create a backup |
| Command | Description |
|---|
wokku templates | List templates |
wokku deploy SLUG --server SERVER | Deploy a template |
| Command | Description |
|---|
wokku servers | List servers |
wokku servers:add NAME --host HOST | Add a server |
| Command | Description |
|---|
wokku activity | View recent activity |