bivvy list
Lists all available steps and workflows in your configuration.
Usage
bivvy list # Show both steps and workflowsbivvy list --steps-only # Show only stepsbivvy list --workflows-only # Show only workflowsbivvy list --json # Output as JSONExample Output
Steps: hello (template: greet) -> world -> hello
Workflows: default: [hello, world] ci: [hello, world, ...]Output Format
Steps
Each step shows:
- Step name
- Template (if using a template)
- Dependencies (steps it depends on)
Workflows
Each workflow shows:
- Workflow name
- List of steps (truncated if more than 5)