Class DescribeCLI

java.lang.Object
com.scivicslab.actoriac.cli.DescribeCLI
All Implemented Interfaces:
Callable<Integer>

public class DescribeCLI extends Object implements Callable<Integer>
CLI subcommand for displaying workflow descriptions.

Usage examples:

# Show workflow description only
actor-iac describe -w sysinfo/main-collect-sysinfo.yaml

# Show workflow description with step descriptions
actor-iac describe -w sysinfo/main-collect-sysinfo.yaml --steps

# With overlay
actor-iac describe -w sysinfo/main-collect-sysinfo.yaml -o ./overlays/env --steps
Since:
2.10.0
Author:
devteam@scivicslab.com