baselineprod-cli
v1.2.0
Published
Install the Baseline CLI from GitHub release binaries.
Maintainers
Readme
baselineprod-cli
Installs the compiled Baseline CLI from GitHub release binaries and exposes it as:
baselineInstall globally:
npm i -g baselineprod-cliAfter install:
baseline version
baseline dashboard login --api https://baseline-api-95nb.onrender.comPublishing Notes
This npm package is a wrapper around the release archives published from this repository.
Expected release assets:
baseline_v<version>_windows_amd64.zipbaseline_v<version>_windows_arm64.zipbaseline_v<version>_linux_amd64.tar.gzbaseline_v<version>_linux_arm64.tar.gzbaseline_v<version>_darwin_amd64.tar.gzbaseline_v<version>_darwin_arm64.tar.gz
Before publishing a new npm version:
- publish the matching GitHub Release assets first
- set this package version to the same semantic version without the
vprefix - run
npm publish
For example:
- GitHub release tag:
v1.2.3 - npm package version:
1.2.3
Development
Skip the release download during local package installs with:
BASELINE_NPM_SKIP_DOWNLOAD=1 npm install