Feature: `abctl pipeline get` subcommand, to display the pipeline configuration
Open
@esnible is already working on this.
Since Sep 20, 2026.
- Dominant language
- Go
- Stars
- 13
- Forks
- 40
- Avg merge
- 12h 17m
- Merged PRs (30d)
- 156
Description
The TUI has a Pipeline Pane. Users may want to see that without doing TUI navigation and scripts might want to record it.
This issue is to
- create
abctl pipeline get [--json]subcommand
If the --json flag is specified, the pipeline is shown in JSON to stdout.
If not, a pretty-printed version similar to what the TUI shows is sent to stdout
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.