module
AmberCLI::Commands
Overview
The pipelines command displays and manages HTTP request pipelines
configured in your Amber application.
Usage
amber pipelines [options]
Options
--json- Output pipelines in JSON format--verbose- Show detailed pipeline information
Examples
# Show all configured pipelines
amber pipelines
# Export pipeline configuration as JSON
amber pipelines --json
# Show detailed pipeline information
amber pipelines --verbose
Defined in:
amber_cli/commands/database.cramber_cli/commands/encrypt.cr
amber_cli/commands/exec.cr
amber_cli/commands/new.cr
amber_cli/commands/pipelines.cr
amber_cli/commands/plugin.cr
amber_cli/commands/routes.cr
amber_cli/commands/watch.cr