@mustneerar7/bkcli-go
v0.2.1
Published
bk — CLI for blackcode-issues. Reads and writes the platform: projects, issues, comments, milestones, attachments, members.
Readme
@mustneerar7/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 @mustneerar7/bkcli-goThen:
bk login --server https://your-server
bk whoami
bk --helpFor AI agents
Read SKILLS.md — the agent guide bundled with this
package. Covers the command surface, output formats (auto YAML when
piped), --dry-run on every write, exit codes, and server-side
limits.
After install, the file is at <npm-prefix>/lib/node_modules/@mustneerar7/bkcli-go/SKILLS.md,
or use npm prefix -g to find your global root.
Supported 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 |
