Mislav Marohnić
Mislav Marohnić
I'm going to reopen since we had to work around this in GitHub CLI: ```go import surveyCore "github.com/AlecAivazis/survey/v2/core" import "github.com/mgutz/ansi" // override survey's poor choice of color surveyCore.TemplateFuncsWithColor["color"] = func(style...
@voidus Thanks for all the detailed info. I am the maintainer of GitHub CLI and I'm also wondering about the freezes and slow credential lookups that some of our users...
@ericcurtin Thank you for reporting! What format are your custom certificates in? To cover use-cases like this, we should allow a configuration option to read a custom certificate, likely from...
@ericcurtin @kdb Fully agreed!
Thanks for reporting. Right now the only way to get all files would be to drop down to GraphQL level: ```graphql query($owner: String!, $repo: String!, $pr: Int!, $endCursor: String) {...
@guizmaii Sorry for the late reply. You should definitely be able to see Draft releases being listed with `gh release list` in Actions. But, I haven't verified this yet. Are...
Reopening! From my testing, it looks like the GraphQL endpoint (which we use at the moment) doesn't include drafts when listing releases, while the REST does include drafts. Perhaps we...
This is now fixed on the platform: `gh release list` should include draft releases when using GITHUB_TOKEN generated by GitHub Actions.
This was fixed on the platform side.
Hi, sorry for the trouble. The docs around this could be better. To pass nested keys, you already discovered the syntax `key[subkey]=value`, and to pass empty arrays you've correctly understood...