@sys9/owl9-cli
v0.5.0
Published
Install the owl9 CLI
Readme
@sys9/owl9-cli
@sys9/owl9-cli installs the owl9 command.
The installed owl9 executable is a bundled native binary. Node.js is not required at runtime.
Install
npm install -g @sys9/owl9-cli
# or
bun add -g @sys9/owl9-cliSupported platforms
- Linux
x64,arm64 - macOS
x64,arm64
Release contract
- npm package version
X.Y.Zbundles prebuiltowl9binaries for all supported platforms - those binaries are staged under
vendor/<goos>_<goarch>/owl9 npm pack/npm publishfail unlessvendor/contains one non-empty executable bundled binary file for every supported platform- GitHub release tag
vX.Y.Z-owl9-clipublishes matching standalone binaries - the tag release workflow requires the npm package to trust
sys9-ai/bricks+.github/workflows/owl9-release.ymlas a trusted publisher before the tag is pushed - if that package-side trust is repaired after a failed tag release, rerun the same
vX.Y.Z-owl9-cliworkflow run; it reuses the existing GitHub release and still derives the npm publish version from the tag - the installed executable name is
owl9
