lab

Lab wraps Git or Hub, making it simple to clone, fork, and interact with repositories on GitLab

View the Project on GitHub zaquestion/lab

lab mr note

Add a note or comment to an MR on GitLab

lab mr note [remote] <id>[:<comment_id>] [flags]

Examples

lab mr note origin
lab mr note upstream -F test_file
lab mr note a_remote -F test_file --force-linebreak
lab mr note upstream -m "A helpfull comment"
lab mr note upstream:613278106 --quote
lab mr note upstream:613278107 --resolve
lab mr note upstream:613278108 --commit abcdef123456

Options

  -c, --commit string         start a thread on a commit
  -F, --file string           use the given file as the message
      --force-linebreak       append 2 spaces to the end of each line to force markdown linebreaks
  -h, --help                  help for note
  -m, --message stringArray   use the given <msg>; multiple -m are concatenated as separate paragraphs
      --quote                 quote note in reply
      --resolve               mark thread resolved

Options inherited from parent commands

      --debug      Enable debug logging level
      --no-pager   Do not pipe output into a pager
      --quiet      Turn off any sort of logging. Only command output is printed

SEE ALSO

Auto generated by spf13/cobra on 3-Jul-2022