Auth
sfp server auth
sfp server authCommands
sfp server auth login
sfp server auth loginUSAGE
$ sfp server auth login [--json] [--sfp-server-url <value>] [-e <value>]
[-p <value>] [--strategy email|oauth] [-g <value>...] [--loglevel
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
FLAGS
-e, --email=<value> Email address for authentication
-p, --password=<value> Password for email authentication
--strategy=<option> [default: email] Authentication strategy to use
<options: email|oauth>
--sfp-server-url=<value> URL of the SFP server
--json Format output as json
-g, --logsgroupsymbol=<value>... Symbol used by CICD platform to group/collapse logs
--loglevel=<option> [default: info] logging level for this command invocation
<options: trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL>
DESCRIPTION
Authenticate with the SFP server
Authentication tokens are stored securely in your system's keychain/credential manager
and are automatically used for subsequent SFP server commands.
EXAMPLES
$ sfp server auth login --email [email protected]
$ sfp server auth login --strategy oauth
$ sfp server auth login --email [email protected] --password mypassword
$ sfp server auth login --sfp-server-url https://sfp.example.com --email [email protected]Authentication Strategies
sfp server auth display
sfp server auth displaysfp server auth list
sfp server auth listsfp server auth clear
sfp server auth clearBest Practices
Token Storage
Last updated