Skip to main content

CLI Commands Overview

The SureStage CLI is organized into command groups. Use surestage help or surestage <command> --help for detailed usage.

Command Structure

surestage <command> <subcommand> [flags]

Core Commands

CommandDescription
surestage authAuthentication and tenant management
surestage simulationsCreate, list, start, stop, and manage simulations
surestage routesManage routes within simulations
surestage environmentsWork with reusable route environments
surestage flowsRun and manage test flows
surestage configCLI configuration

Admin Commands

CommandDescription
surestage companiesOrganization management
surestage auditView audit logs
surestage complianceCompliance and policy management

Advanced Commands

CommandDescription
surestage aiAI-powered features
surestage libraryBrowse and manage the blueprint library
surestage blueprintsBlueprint template management
surestage featureflagsFeature flag management

Global Flags

FlagDescription
--format json|table|yamlOutput format (default: table)
--no-colorDisable colored output
--verboseEnable debug logging
--api-urlOverride API endpoint

Next Steps