avocado icon indicating copy to clipboard operation
avocado copied to clipboard

Create a `avocado plugins show` option

Open beraldoleal opened this issue 5 years ago • 2 comments

As part of the Avocado 2020 vision, we could have a new command to display more detailed information about a plugin.

For instance:

$ avocado plugins show foo

This is related to #3476

beraldoleal avatar Jan 08 '20 18:01 beraldoleal

@beraldoleal , What is the difference should be between the $ avocado plugins show vmimage and $ avocado vmimage -h? And if it's not CLICmd plugin the only information that can be shown is thedescription attribute.

dkarpelevich avatar Apr 14 '20 20:04 dkarpelevich

@dkarpelevich If you look to the output of avocado plugins | grep tap you will notice that for instance tap plugin has in a few sections: cli, results_events and resolver. The idea here is to improve this output to show that.

But also, this is just a not so discussed idea that we had during our Avocado Summit and AFAIK we are still doing changes here. So I would say that for now, this has a low priority.

beraldoleal avatar Apr 15 '20 11:04 beraldoleal