Available Commands
This page lists all available commands and their usage in our platform.
Core Commands
Initialize Project
project init [options]
[!TIP] Use
--template
flag to start with a pre-configured template.
Deploy Application
project deploy [options]
Always test your deployment in a staging environment first.
Configuration Commands
Set Environment Variables
project env set [options]
View Current Configuration
project config view
Advanced Usage
For advanced command usage, please refer to our Advanced Topics guide.
Command Options
| Option | Description | Default |
|--------|-------------|---------|
| --verbose
| Enable detailed logging | false
|
| --force
| Force command execution | false
|
| --help
| Show command help | - |