Managing your SFP Server
Last updated
Was this helpful?
The SFP server provides comprehensive CLI commands for managing all aspects of your server deployment. This page provides an overview of available commands organized by their primary use cases.
The typical workflow for setting up and managing an SFP server:
Initialize: sfp server init - Set up a new server instance
Start: sfp server start - Launch the server services
Monitor: sfp server status and sfp server health - Check server health
Manage: Use various commands to manage environments, users, and resources
Update: sfp server update - Keep the server up to date
Essential commands for managing the server lifecycle:
init
Initialize a new server instance
sfp server init --tenant my-app --mode prod
start
Start server services
sfp server start --tenant my-app --daemon
stop
Stop server services
sfp server stop --tenant my-app
status
Check service status
sfp server status --tenant my-app
update
Update to latest version
sfp server update --tenant my-app
Commands for monitoring and operational management:
health
Health checks and diagnostics
sfp server health --detailed
logs
View and monitor logs
sfp server logs --tenant my-app --follow
scale
Scale worker services
sfp server scale --tenant my-app --normal-workers 3
Last updated
Was this helpful?
Was this helpful?