For the complete documentation index, see llms.txt. This page is also available as Markdown.

Managing your SFP Server

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.

Quick Start

The typical workflow for setting up and managing an SFP server:

  1. Initialize: sfp server init - Set up a new server instance

  2. Start: sfp server start - Launch the server services

  3. Monitor: sfp server status and sfp server health - Check server health

  4. Manage: Use various commands to manage environments, users, and resources

  5. Update: sfp server update - Keep the server up to date

Command Categories

Lifecycle Management

Essential commands for managing the server lifecycle:

Command
Purpose
Common Usage

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

📊 Monitoring & Operations

Commands for monitoring and operational management:

Command
Purpose
Common Usage

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?