Application Token
sfp server application-token
sfp server application-tokenCommands
sfp server application-token create
sfp server application-token createUSAGE
$ sfp server application-token create -n <value> [--json] [-x <value>] [--sfp-server-url
<value>] [-e <value>] [-g <value>...] [--loglevel
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
FLAGS
-n, --name=<value> (required) Name of the token
-x, --expires-in=<value> [default: 30] Token expiration time in days
-e, --email=<value> Email address for the authenticated CLI user
--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
Create a new application token
Application tokens are used for:
- CI/CD pipeline authentication
- Automated scripts and tools
- Service-to-service communication
- Non-interactive authentication scenarios
EXAMPLES
$ sfp server application-token create --name "CI Token" --expires-in 30
$ sfp server application-token create --name "GitHub Actions" --expires-in 90 --email [email protected]
$ sfp server application-token create --name "Jenkins Build" --expires-in 7
$ sfp server application-token create --name "Production Deploy" --expires-in 365 --jsonToken Creation Process
sfp server application-token list
sfp server application-token listsfp server application-token revoke
sfp server application-token revokeUse Cases
CI/CD Pipeline Integration
Automated Scripts
Security Best Practices
Token Management Workflow
Last updated