Skip to content

CLI

The SaaS Maker CLI lets you manage projects, view API keys, and check service stats from the terminal.

Terminal window
npm install -g @saas-maker/cli
Terminal window
saasmaker login

Opens your browser for Google OAuth. Once authenticated, the session token is saved locally.

Authenticate with Google OAuth. Opens a browser window for sign-in.

Terminal window
saasmaker login

Show the currently authenticated user.

Terminal window
saasmaker whoami

List all your projects.

Terminal window
saasmaker projects list

Create a new project interactively.

Terminal window
saasmaker projects create

Link the current directory to a SaaS Maker project. Creates a .saasmaker.json config file.

Terminal window
saasmaker init

Show the API key for the linked project.

Terminal window
saasmaker keys

Show stats for the linked project (feedback count, waitlist entries, etc.).

Terminal window
saasmaker status