wokku-cli
CLI for Wokku — deploy and manage apps, databases, domains, and SSH keys on Wokku.cloud or self-hosted Wokku servers.
Install
gem install wokku-cliOr via Homebrew:
brew install johannesdwicahyo/tap/wokkuQuick start
wokku auth:login
wokku apps
wokku apps:create myapp
wokku ps:restart myapp
wokku logs myapp -fCommands
Run wokku --help for the full list. Highlights:
-
Apps:
apps,apps:create,apps:destroy,apps:info -
Process:
ps:start/stop/restart/scale/rebuild,redeploy -
Config:
config,config:set,config:get,config:unset,config:export -
Domains:
domains,domains:add/remove/clear,certs:enable -
Databases:
databases,databases:create/destroy/link/unlink/info -
SSH keys:
ssh-keys,ssh-keys:add/remove -
Servers:
servers,servers:info,servers:default -
Logs:
wokku logs APP --follow -
Run / passthrough:
wokku run APP -- COMMAND,wokku do APP -- DOKKU_ARGS
Global flags
-
--json— machine-readable JSON output (read commands) -
--quiet/-q— suppress success messages and hints
License
MIT — see LICENSE.