BK Software
We do our best BK Software Ltd
0%

CLI Tool

The BK CLI lets you manage projects, deploy services and interact with the API from your terminal.

Installation

# macOS / Linux
curl -sSL https://cli.bksoftware.co/install.sh | bash

# Windows (PowerShell)
iwr https://cli.bksoftware.co/install.ps1 | iex

Login

bk login

Common commands

bk projects list
bk projects create --name "My App" --region eu-west
bk deploy --project my-app
bk logs --project my-app --tail

Was this article helpful?