正式なドキュメントは英語版であり、この日本語訳はAI支援翻訳により作成された参考用のものです。日本語訳の一部の内容は人間によるレビューがまだ行われていないため、翻訳のタイミングにより英語版との間に差異が生じることがあります。最新かつ正確な情報については、英語版をご参照ください。

glab todo list

List your to-do items.

glab todo list [flags]

Aliases

ls

Examples

glab todo list
glab todo list --state=done
glab todo list --action=assigned
glab todo list --type=MergeRequest
glab todo list --output=json

Options

  -a, --action string   Filter by action: assigned, mentioned, build_failed, marked, approval_required, directly_addressed.
  -F, --output string   Format output as: text, json. (default "text")
  -p, --page int        Page number. (default 1)
  -P, --per-page int    Number of items to list per page. (default 30)
  -s, --state string    Filter by state: pending, done, all. (default "pending")
  -t, --type string     Filter by target type: Issue, MergeRequest.

Options inherited from parent commands

  -h, --help   Show help for this command.