CLI
The SaaS Maker CLI lets you manage projects, view API keys, and check service stats from the terminal.
Installation
Section titled “Installation”npm install -g @saas-maker/cliAuthentication
Section titled “Authentication”saasmaker loginOpens your browser for Google OAuth. Once authenticated, the session token is saved locally.
Commands
Section titled “Commands”Authenticate with Google OAuth. Opens a browser window for sign-in.
saasmaker loginwhoami
Section titled “whoami”Show the currently authenticated user.
saasmaker whoamiprojects list
Section titled “projects list”List all your projects.
saasmaker projects listprojects create
Section titled “projects create”Create a new project interactively.
saasmaker projects createLink the current directory to a SaaS Maker project. Creates a .saasmaker.json config file.
saasmaker initShow the API key for the linked project.
saasmaker keysstatus
Section titled “status”Show stats for the linked project (feedback count, waitlist entries, etc.).
saasmaker status