CLI reference

saasie git-credential

Git credential helper, so HTTPS clones authenticate themselves

Usage: saasie git-credential <get|store|erase>

A Git credential helper, so Git can clone and push over HTTPS with the token
`saasie` already holds. You do not normally run this yourself — Git does.

Set it up once:
  git config --global credential.helper '!saasie git-credential'

Then the HTTPS clone URL works with no token in it:
  git clone "$(saasie app acme git get-url --protocol https)"

Only requests for the control plane's own host are answered; everything else
is passed to whatever helper you had configured before.

The same text, on your machine: saasie git-credential --help