Retrieve releases created in the repository:
github releases hashicorp terraform
Retrieve pullrequests created in the repository:
github pullrequests hashicorp terraform
Retrieve pullrequests created in the repository that have been updated since 2023-01-31T00:00:00Z
:
github pullrequests -s "2023-01-31T00:00:00Z" hashicorp terraform
Retrieve issues created in the repository:
github issues hashicorp terraform
Retrieve issues created in the repository that have been updated since 2023-01-31T00:00:00Z
:
github issues -s "2023-01-31T00:00:00Z" hashicorp terraform
Retrieve traffic metrics about the repository:
github metrics hashicorp terraform
Output the data as JSON to stdout:
github issues -f json hashicorp terraform
Output the data as JSON to a file at /tmp/output.json
:
github issues -f json -o /tmp/output.json hashicorp terraform
Output the data as SQL to a database located at postgres://user:password@host:5432/database
:
github issues -f sql -o postgres://user:password@host:5432/database hashicorp terraform