CLI
The glubean CLI runs API verifications from the terminal. Use it for local development, CI pipelines, and team workflows.
Install
# Global install
npm install -g @glubean/cli
# Or run without installing
npx @glubean/cli <command>
# Or add to your project
npm install -D @glubean/cliQuick start
# Scaffold a new project
glubean init
# Run all tests
glubean run
# Run a single file
glubean run tests/users.test.tsGet help
glubean -h # All commands
glubean run -h # Options for a specific commandPages in this section
- Usage Scenarios — common commands organized by workflow
- Environments & Secrets — env files, secrets, switching environments
- Debugging — narrowing failures and inspecting output
- Common Recipes — copy-paste patterns for CI, tags, and more
- Redaction & Privacy — how sensitive data is masked before upload
- Result Files — .result.json format and artifacts
Last updated on