Usage

Installing the CLI provides access to the sama command from Terminal on a Mac, Linux, and Command Prompt on Windows.

Run the sama command to test if the CLI has been successfully installed:

$ sama
Sama CLI for interacting with the Sama API

Usage:
  sama [flags]
  sama [command]

Available Commands:
  help        Help about any command
  init        Initialises Sama project, prompting the user for project settings.
  login       Login to Sama via OAuth
  logout      Logout of the CLI
  task        Root of task command tree
  token       Read out the CLI access token

Flags:
  -h, --help      help for sama
  -v, --version   version for sama

Use "sama [command] --help" for more information about a command.