Installation
Install the Wokku CLI to manage apps from your terminal.
Install
Section titled “Install”Homebrew (macOS / Linux)
Section titled “Homebrew (macOS / Linux)”brew install johannesdwicahyo/tap/wokkuShell script
Section titled “Shell script”curl -sL https://wokku.cloud/cli/install.sh | bashThis downloads the standalone CLI to /usr/local/bin/wokku.
RubyGems
Section titled “RubyGems”gem install wokku-cliwokku auth:loginThis opens your browser for authentication. Once logged in, your session is saved locally.
Verify
Section titled “Verify”wokku appsIf you see your app list, you’re all set.
Update
Section titled “Update”# Homebrewbrew upgrade wokku
# Shell scriptcurl -sL https://wokku.cloud/cli/install.sh | bash
# RubyGemsgem update wokku-cliUninstall
Section titled “Uninstall”# Homebrewbrew uninstall wokku
# Shell scriptsudo rm /usr/local/bin/wokku
# RubyGemsgem uninstall wokku-cli