Skip to main content

Command Reference

Comprehensive list of all FluxLoop CLI commands.

CommandDescription
initInitialize a new project
authManage authentication
projectsList and select projects
scenariosManage test scenarios
apikeysManage API keys
generateGenerate test inputs
testRun agent tests
uploadUpload data to platform
pullPull data from platform
syncBidirectional sync
statusCheck project status
configManage configuration

Project Management

fluxloop init scenario

Create a new project directory with default configuration.

fluxloop status

Check the status of your local environment and project.

Authentication

fluxloop auth login

Authenticate with the Web Platform using an API key.

fluxloop auth status

Check your current authentication status.

Testing

fluxloop test

Run agent tests with local or remote scenarios.

fluxloop generate

Generate synthetic test inputs using LLMs.

Synchronization

fluxloop sync pull

Download scenarios from the Web Platform.

fluxloop sync upload

Upload test results to the Web Platform.

fluxloop sync

Bidirectional synchronization of scenarios and metadata.