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 -d ./workflows -w my-workflow

# Show workflow description with step descriptions
actor-iac describe -d ./workflows -w my-workflow --steps

# With overlay
actor-iac describe -d ./workflows -w my-workflow -o ./overlays/env --steps
Since:
2.10.0
Author:
devteam@scivics-lab.com