class AmberCLI::Documentation::DevelopmentTools

Overview

Development Tools

Amber CLI provides several tools to streamline development workflow.

Watch Mode

The watch command starts a development server that automatically rebuilds and restarts your application when files change.

Usage

amber watch [options]

Options

Code Execution

The exec command allows you to execute Crystal code within your application's context.

Usage

amber exec [CODE_OR_FILE] [options]

Defined in:

amber_cli/documentation.cr