auth

auth login

Login to the Sandwich Cloud API

deli auth login
  --method <method>
  --username <username>
  --password <password>
--method <method>
Method to use for auth. If not given uses the API default.
-u | --username <username>
The username to auth with.
-p | --paswword <password>
User password to auth with. If not given, will prompt for input

Note

Some auth methods may not require a username or password.

auth info

Show information about the current auth tokens

deli auth info <type>
<type>
The type of token to view information from (scoped or unscoped)

auth scope

Scope the current auth token to a project

deli auth scope <project-id>
<project-id>
The project id to scope to