Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Unable to list-items #90

Closed
dav1dc-github opened this issue May 17, 2023 · 1 comment · Fixed by #91
Closed

Unable to list-items #90

dav1dc-github opened this issue May 17, 2023 · 1 comment · Fixed by #91

Comments

@dav1dc-github
Copy link

dav1dc-github commented May 17, 2023

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

@dav1dc-github
Copy link
Author

Thank You! ❤️

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant