Github

gh release create v2023.2.3


gh repo list rapidsai


gh pr list --repo rapidsai/cudf --search "is:merged author:raybellwaves"

gh pr list --repo rapidsai/cudf --search "is:open author:raybellwaves"


gh issue list --repo rapidsai/cudf

gh issue list --repo rapidsai/cudf --state open --limit 1000

issue_count=$(gh issue list --repo rapidsai/cudf --json number | jq '. | length')

gh issue view --repo rapidsai/cudf 15767

gh issue view --repo rapidsai/cudf 15670 --json assignees,author,body,closed,closedAt,comments,createdAt,id,labels,milestone,number,projectCards,projectItems,reactionGroups,state,title,updatedAt,url

gh issue create --repo raybellwaves/llm-issue-explorer --title "Issue 5" --body "Issue 5"


gh api users/raybellwaves

gh api users/blackary