Retrieve releases created in the repository:
github releases hashicorp terraformRetrieve pullrequests created in the repository:
github pullrequests hashicorp terraformRetrieve pullrequests created in the repository that have been updated since 2023-01-31T00:00:00Z:
github pullrequests -s "2023-01-31T00:00:00Z" hashicorp terraformRetrieve issues created in the repository:
github issues hashicorp terraformRetrieve issues created in the repository that have been updated since 2023-01-31T00:00:00Z:
github issues -s "2023-01-31T00:00:00Z" hashicorp terraformRetrieve traffic metrics about the repository:
github metrics hashicorp terraformOutput the data as JSON to stdout:
github issues -f json hashicorp terraformOutput the data as JSON to a file at /tmp/output.json:
github issues -f json -o /tmp/output.json hashicorp terraformOutput 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