Skip to Content
CLI & ConfigOverview

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/cli

Quick start

# Scaffold a new project glubean init # Run all tests glubean run # Run a single file glubean run tests/users.test.ts

Get help

glubean -h # All commands glubean run -h # Options for a specific command

Pages in this section

Last updated on