auth

Logs into an environment and saves session cookies to ~/.af for reuse (e.g. by other tools or scripts).

Usage:

af auth [env] [options]

Arguments:

  • env: dev | stage | prod or a hostname (default dev).

Options:

  • -u, --username <username>: Appframe username. If missing, prompts interactively.

Prompts for password if not provided via environment or saved keychain.

Last updated

Was this helpful?