Health
sfp server health
sfp server healthsfp server health
sfp server healthUSAGE
$ sfp server health [--json] [-d] [--check-auth] [--repository <value>]
[-e <value> | -t <value>] [--sfp-server-url <value>] [-g <value>...]
[--loglevel
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
FLAGS
-d, --detailed Show detailed health status including all components
--check-auth Validate authentication token with the server
--repository=<value> Repository identifier (e.g., owner/repo)
--sfp-server-url=<value> URL of the SFP server
AUTHENTICATION
-e, --email=<value> Email address for authenticated CLI user
-t, --application-token=<value> Application token for authentication (for CI/CD)
OTHER OPTIONS
--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
Check the health and connectivity of the remote SFP server
This command verifies:
- Server connectivity
- API endpoint availability
- Database connection
- Redis connection
- Worker queue status
- Authentication validity (with --check-auth)
EXAMPLES
$ sfp server health
$ sfp server health --detailed
$ sfp server health --check-auth
$ sfp server health --check-auth --detailed
$ sfp server health --json
$ sfp server health --sfp-server-url https://sfp.example.comHealth Check Levels
Basic Health Check
Detailed Health Check
Authentication Validation
Check Authentication
Output Formats
JSON Output
Integration Examples
Monitoring Script
CI/CD Pipeline Check
Health Status Values
Configuration
Last updated