Reference

The saasie CLI

Everything the platform does, it does through this. There is no web console to fall back to — which is either a limitation or the whole point, depending on whether you are a person or a program.

Every page below is the command's own --help, rendered. Run saasie <command> --help and you get the same words from the copy on your machine.

CommandWhat it does
saasie docs What the platform requires of your repository
saasie validate Check a blueprint before pushing it
saasie new Create a Saasie and its Git repo
saasie list List the Saasies you own
saasie app Work with one Saasie (what it is running, its log, its keys)
saasie price Estimate the monthly price of a Saasie
saasie otp Send a one-time password to an email address
saasie token Exchange a one-time password for an API token
saasie whoami Show the currently authenticated account
saasie logout Revoke and discard the stored API token
saasie git-credential Git credential helper, so HTTPS clones authenticate themselves
saasie update Update saasie itself to the newest published version

Global options

These work on any command, before it or after it.

--json
Machine-readable output. What an agent should pass.
--api-url <url>
Which control plane to talk to. Also SAASIE_API_URL.
-h, --help
The text on these pages, in your terminal.
-V, --version
What you have installed.