Skip to content

sscli auth

Overview

The auth sub-app handles GitHub OAuth login, session management, and license verification. Your license tier controls which templates and features are accessible.

Last verified with sscli v3.2.8

Subcommands

SubcommandDescription
sscli auth loginAuthenticate via GitHub OAuth (opens browser)
sscli auth logoutClear local credentials
sscli auth whoamiShow current account, tier, and expiry

Examples

Terminal window
# Authenticate for the first time
sscli auth login
Terminal window
# Check current license status
sscli auth whoami
Terminal window
# Clear credentials (e.g., switching accounts)
sscli auth logout

Notes

  • Credentials are stored locally in ~/.sscli/credentials.
  • The license server re-verifies your license at every template download.
  • sscli whoami is also available as a top-level command: sscli whoami.