Reference
CLI Reference
The current Anveld CLI command surface for project setup, development, training, deployment, operations, and diagnostics.
The current CLI entry point registers these top-level commands:
initloginconfigdevtrainrunstudiodatadoctordeployfleetregistryscansecuritylogs
Common Flows
Create and Start a Project
anveld init warehouse-picker
cd warehouse-picker
anveld devTrain and Run
anveld train --config training/ppo.yaml
anveld run --config run.yamlInspect and Deploy
anveld doctor
anveld deploy --target jetson-fleet
anveld logs --followCommand Groups
Project Setup
initconfiglogindoctor
Development and Execution
devtrainrunstudiodata
Delivery and Operations
deployfleetregistryscansecuritylogs
Notes
studiois a command group and also exposesstudio devfor local frontend workflows.registry,fleet,security, andscanare grouped commands rather than single leaf commands.- The CLI is built with Click, and command coverage is expanding alongside the SDK and plugin ecosystem.