Command-line interface for managing Serval workflows and configuration
Command | Description |
---|---|
serval login | Authenticate with the Serval platform |
serval logout | Log out from the Serval platform |
serval status | Show current authentication status |
serval pull <team-prefix> | Pull workflows and configuration for a specific team |
serval push <team-prefix> | Push local changes back to a team |
serval version | Display the CLI version |
serval help | Show help for any command |
serval completion | Generate shell autocompletion scripts |
serval login
to authenticateserval pull <team-prefix>
to download your team’s workflowsserval push <team-prefix>
to deploy your changes