You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This extension existed before they added the label subcommand. I'm considering deprecating it once I hear back from @vilmibm about my comment. I could add the import and export functions and this extension would no longer be necessary.
I've got a couple PRs out on cli/cli to effectively deprecate this extension, though not the explicit export and import commands. The official GitHub CLI will just have a clone command. At the same time, I also have a PR out - though the concept itself is being discussed internally - to allow execution of extensions even if names collide with built-in commands or other extensions.
With no way to currently rename an extension, you can invoke the executable directly.
On Windows, it's at "%LOCALAPPDATA%\GitHub CLI\extensions\gh-label\gh-label.exe"
On Ubuntu and likely most non-Windows platforms, it's at "~/.local/share/gh/extensions/gh-label/gh-label"
Once you try to install the plugin you get
"label" matches the name of a built-in command
, so probably this repo needs a new nameThe text was updated successfully, but these errors were encountered: