@mustneer.blackcode/bkcli-go
v0.1.0
Published
bk — CLI for blackcode-issues. Reads and writes the platform: projects, issues, comments, milestones, attachments, members.
Downloads
69
Readme
@mustneer.blackcode/bkcli-go
bk — the CLI for blackcode-issues, distributed via npm.
This package bundles native Go binaries for all supported platforms; a small Node.js launcher picks the right one for your OS/arch at runtime.
Install
npm install -g @mustneer.blackcode/bkcli-goThen:
bk login --server https://your-server
bk whoami
bk --helpSupported platforms
| OS | Arch | Bundled binary |
| ------- | ----- | -------------------- |
| macOS | x64 | bk-darwin-x64 |
| macOS | arm64 | bk-darwin-arm64 |
| Linux | x64 | bk-linux-x64 |
| Linux | arm64 | bk-linux-arm64 |
| Windows | x64 | bk-win32-x64.exe |
| Windows | arm64 | bk-win32-arm64.exe |
