list:tasks
Shows two task groups:
- Tasks in the current deployment pipeline.
- Extra registered tasks that are available but not part of the pipeline.
Usage
bash
npx cata list:tasks [options]Options
| Option | Description |
|---|---|
--config <path>, -c <path> | Load a specific deploy config file |
--json | Output result as JSON |
Examples
bash
npx cata list:tasks
npx cata list:tasks -c deploy.production.ts
npx cata list:tasks --json