Installation
Install the Helios CLI globally or use it in your project:Command structure
All Helios commands follow the pattern:Available commands
Project initialization
- helios init - Initialize a new Helios project
Rendering and video output
- helios render - Render a composition to video
helios merge- Merge multiple video files into onehelios job- Manage distributed rendering jobs
Development tools
- helios studio - Launch the Helios Studio visual editor
helios build- Build the project for productionhelios preview- Preview the production build locally
Component management
- helios components - List and search available components
helios add- Add a component to your projecthelios list- List installed componentshelios remove- Remove a component from your projecthelios update- Update a component to the latest versionhelios diff- Compare local component with registry version
Deployment
helios deploy setup- Scaffold Docker configuration fileshelios deploy gcp- Scaffold Google Cloud Run configurationhelios deploy aws- Scaffold AWS Lambda configuration
Global options
Most commands support standard options:Environment variables
Browser configuration
HELIOS_BROWSER_ARGS- Custom Chromium/Chrome command-line argumentsPUPPETEER_EXECUTABLE_PATH- Path to a custom browser executable
Configuration file
Most commands require ahelios.config.json file in your project root. See helios init for details on creating this file.