Andy Feller

Results 133 comments of Andy Feller

## Ideation - The frequency of auditing and addressing issues around licenses is cyclical but could vary depending on the maturity of the enterprise; weekly, monthly, quarterly, semi-annually, annually -...

https://github.com/andyfeller/gh-dependency-report/actions/runs/1972331824 was initial run where I got one of the reports stored as an artifact. With that being done, I'm rethinking about how this workflow should work: - should there...

@ChrisSidebotham : Let me catch you up but the short of it is that 1. `mislav` no longer works at GitHub, so any time he can spare from supporting other...

During discussion today, the topic of extension manifest files came up with an idea that extension authors might want to alias their extensions. Since extensions are dynamically wired up [here](https://github.com/cli/cli/blob/53c36d0b126b5b9067d460306853d5a1e5715653/pkg/cmd/root/root.go#L165-L170)...

Another idea during discussion is whether extension authors would be able to capture information in the manifest to hook into the extension installation process

Another idea in discussion with @dylan-smith: > I wish the extension upgrade process had some more capabilities, I want to show release notes at upgrade time for what has changed...

## Ideation Summarizing the various ideas captured here so far: - lock-in/down an extension version - share sets (of extensions) - exposing key setting/getting in scoped configs for extensions -...

This has been added natively to the GitHub CLI as of https://github.com/cli/cli/releases/tag/v2.31.0 on June 20th thanks to @mntlty! 🎉

@dylan-smith : for what its worth, having the `gh gei unlock-repo MIGRATION_ID` would suffice for the short term as I myself ran into this issue during a services engagement but...

@mislav : thank you for working towards the root of this issue for Windows users ✨ **What might you share about this work for someone else to pick it up...