Skip to content

pipeline

Prints the current deployment pipeline as an ordered table.

Usage

bash
npx cata pipeline [options]

Options

OptionDescription
--config <path>, -c <path>Load a specific deploy config file
--jsonOutput result as JSON

Examples

bash
npx cata pipeline
npx cata pipeline -c deploy.production.ts
npx cata pipeline --json

Output example