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 issue create

Open an issue on GitLab

lab issue create [remote] [flags]

Examples

lab issue create
lab issue create origin -a johndoe -a janedoe
lab issue create origin -l bug
lab issue create upstream -m "new issue related to the --help arg"
lab issue create upstream --milestone "July"
lab issue create upstream --template "API-BUG"

Options

  -a, --assignees strings     set assignees by username
      --force-linebreak       append 2 spaces to the end of each line to force markdown linebreaks
  -h, --help                  help for create
  -l, --label strings         set the given label(s) on the created issue
  -m, --message stringArray   use the given <msg>; multiple -m are concatenated as separate paragraphs
      --milestone string      set milestone by title
  -t, --template string       use the given issue template (default "default")

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