workflow standup
Draft what you did — commits, issues and pull requests — to share
Synopsis
Gather the commits you made, the issues you touched and the open pull requests on your branches over the last day, open the draft in your editor, and offer to post it to your team’s chat. Nothing is posted until you confirm; –yes posts without asking, and –dry-run prints the draft and posts nothing. –yes does not skip the editor: add –no-edit to run it unattended.
workflow standup [flags]Options
--days int how many days back to gather, 1 or more (default 1)
-h, --help help for standup
--no-edit skip the editor and use the draft as it is
--yes go ahead without the confirmationOptions 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