Status
Check the status of a tenant's services
sfp server status
Check the status of a tenant's services
USAGE
$ sfp server status -t <value> [--json] [--base-dir <value>] [--passphrase <value> [--identity-file <value>
--ssh-connection <value>]] [-g <value>...] [--loglevel
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
FLAGS
-g, --logsgroupsymbol=<value>... Symbol used by CICD platform to group/collapse logs in the console. Provide an
opening group, and an optional closing group symbol.
-t, --tenant=<value> (required) Name of the tenant to check
--base-dir=<value> [default: ./sfp-server] Base Directory which contains the sfp-server
--identity-file=<value> Path to SSH private key file
--json Output status in JSON format
--loglevel=<option> [default: info] logging level for this command invocation
<options: trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL>
--passphrase=<value> Passphrase for the SSH private key if required
--ssh-connection=<value> SSH connection string in the format user@host[:port]
DESCRIPTION
Check the status of a tenant's services
EXAMPLES
$ sfp server status --tenant my-app
$ sfp server status --tenant my-app --json
$ sfp server status --tenant my-app --base-dir /opt/sfp-server
$ sfp server status --tenant my-app --ssh-connection user@example.com --identity-file ~/.ssh/id_rsa