@superlog/cli
v0.1.8
Published
[](https://www.npmjs.com/package/@superlog/cli) [](https://www.npmjs.com/package/@superlog/cli) [
npx @superlog/cli
# Or install globally
npm i -g @superlog/cli
superlog initOptions
superlog init [--cwd <path>]
--cwd Project directory to instrument (default: current directory)Agent management (macOS)
Superlog can run a local on-host agent via launchd:
superlog agent install \
--endpoint https://intake.superlog.sh \
--token <ingest-token> \
--project-id <project-id> \
--service-name <my-service>
superlog agent status
superlog agent uninstallRequirements
- Node.js ≥ 20
- A Superlog account (the CLI walks you through sign-up)
Publishing a new version
Tag a release — CI handles the rest:
npm version patch # or minor / major
git push origin main --tagsLicense
MIT
