Command Cheat Sheet
Workspace Management
# Create new workspace
hive make:workspace
# List all workspaces
hive workspace:list
# Show workspace info
hive workspace:info <name>Creating Apps & Packages
# Create Laravel app
hive make:app my-api --type=laravel
# Create Symfony app
hive make:app my-service --type=symfony
# Create Magento store
hive make:app my-shop --type=magento
# Create skeleton app
hive make:app my-app --type=skeleton
# Create package
hive make:package my-packageDependency Management
Quality & Testing
Framework Commands
Development
Deployment
Turborepo
System & Maintenance
Common Options
Aliases
Workflow Examples
Starting a New Project
Daily Development
Before Committing
Deployment
Tips & Tricks
Use Tab Completion
Target Specific Workspaces
Run Commands in Parallel
Check Command Help
Use Aliases for Speed
Preview Before Executing
Use JSON Output for Automation
Last updated