Skip to content

list:tasks

Shows two task groups:

  1. Tasks in the current deployment pipeline.
  2. Extra registered tasks that are available but not part of the pipeline.

Usage

bash
npx cata list:tasks [options]

Options

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

Examples

bash
npx cata list:tasks
npx cata list:tasks -c deploy.production.ts
npx cata list:tasks --json

Output example