You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
gh projects item-list
? Which owner would you like to use? ********************
Usage:
projects item-list [number] [flags]
Examples:
The default output is a column format with a subset of system defined fields.
To list all of the fields, use the --format directive.
# list the items in the current users's project number 1
gh projects item-list 1 --user "@me"
# list the items in user monalisa's project number 1
gh projects item-list 1 --user monalisa
# list the items in org github's project number 1
gh projects item-list 1 --org github
# add --format=json to output in JSON format
Flags:
--format string Output format, must be 'json'.
-h, --help help for item-list
--limit string Maximum number of items. Defaults to 100. Set to 'all' to list all items.
--org string Login of the organization owner.
--user string Login of the user owner. Use "@me" for the current user.
GraphQL: `first` on the `projectsV2` connection cannot be less than zero. (organization.projectsV2)
Must be something about the data within this specific ORG - because it seems to work fine with other ORG's
The text was updated successfully, but these errors were encountered:
Must be something about the data within this specific ORG - because it seems to work fine with other ORG's
The text was updated successfully, but these errors were encountered: