class
AmberCLI::Documentation::Overview
- AmberCLI::Documentation::Overview
- Reference
- Object
Overview
Amber CLI Documentation
Amber CLI is a powerful command-line tool for managing Crystal web applications built with the Amber framework. This tool provides generators, database management, development utilities, and more.
Quick Start
Create a new Amber application:
amber new my_app
cd my_app
amber database create
amber database migrate
amber watch
Available Commands
- new - Create a new Amber application
- database - Database operations and migrations
- generate - Generate application components
- routes - Display application routes
- watch - Development server with file watching
- encrypt - Encrypt/decrypt environment files
- exec - Execute Crystal code in application context
- plugin - Plugin management
- pipelines - Display pipeline configuration