CLI reference

saasie new

Create a Saasie and its Git repo

Usage: saasie new <name> [--space <space>]

Create a Saasie: claims <name> and provisions its Git repo.

The name is global and permanent — it becomes the repo, the hostname and
the URL. So it has to be:

  3-30 characters of lowercase letters, digits and single dashes, starting with a letter

--space says which space owns it, and therefore who can reach it. Left out,
it goes in your own. A team is named by its whole path, because a slug is
unique only among the spaces beside it:

  saasie new checkout --space acme
  saasie new checkout --space acme/payments

The same text, on your machine: saasie new --help