workflow status
Print the current work’s issue, stage and CI on one line
Synopsis
Print, on one line, the issue the branch is for, how far along the loop the work has got, and how CI stands — the same progress the interface’s top row shows, for a shell prompt or a status bar. –json prints it as data.
Given one or more directories, it prints a labeled line for each, so
workflow status ~/src/* reports every repository at once. Each reads its
own configuration. A directory that cannot be read still gets its line,
saying why, and the command then fails, as it does outside a repository.
workflow status [directory...] [flags]Options
-h, --help help for status
--json print the status as JSONOptions inherited from parent commands
--dry-run hold back every write to Jira, the forge, the messaging service, git and files, and say what it would have done
--log string append a one-line outline of each request (method, path, status, duration) to FILE, for a bug reportSEE ALSO
- workflow - Run your Jira, Git forge and messaging workflow from the terminal