the remote
flag in the list
command
#129
Closed
tareknaser
started this conversation in
Ideas
Replies: 2 comments
-
This is a good point, in my humble opinion. I think that a good design would be the following:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I this this is implemented |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Previously, we had the
remotes
flag output all possible plugins available to be installed.The output JSON looked like this.
The first object was the installed plugins and the second object was the plugins available for installation categorized by the remote repository.
This was then changed to only showing the name of the remote repositories available locally
but then it was deprecated because this is identical to
remote --list
which makes more sense given this output.Now, we are considering the possibility of reintroducing the original implementation of the remotes flag. However, before proceeding, we need to discuss the optimal format of the output.
Beta Was this translation helpful? Give feedback.
All reactions