node-gh / gh

(DEPRECATED) GitHub CLI made with NodeJS. Use the official https://cli.github.com/ instead.
http://nodegh.io
Other
1.71k stars 217 forks source link

Add support for Repository Topics #473

Open dan2k3k4 opened 7 years ago

dan2k3k4 commented 7 years ago

It would be cool to add, remove, and list topics for repositories.

https://developer.github.com/v3/previews/#repository-topics

However it's currently in preview mode so requires HTTP Header to be: Accept: application/vnd.github.mercy-preview+json

See note at top of: https://developer.github.com/v3/repos/

BigBlueHat commented 4 years ago

Looks like this is possible now via --label: https://github.com/node-gh/gh#repo-create-label

BigBlueHat commented 4 years ago

It would be nice to see labels in the details, however. 😃

BigBlueHat commented 4 years ago

Ignore me. Topics != labels... Sorry for the noise, but having these show in repository details would also be wonderful. Thanks!

protoEvangelion commented 4 years ago

Thanks for chiming in @BigBlueHat so are you saying topics would be nice to see or labels?