question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Package Manager improvements to show installed and versions

See original GitHub issue

Package Manager suggestions:

  1. A new command from within Flow to show what plugins are installed and their versions. Something like `pm list’
  2. Include package version numbers in the pm install search results listing

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:11 (11 by maintainers)

github_iconTop GitHub Comments

3reactions
pc223commented, Jun 26, 2021

@pc223 If you would like to try to finish this. Here’s some hint.

  1. No need for UI related (xaml) change, but modify returned results.
  2. Check out Plugins.PluginsManager.Main class (which implemented IAsyncPlugin interface) and the QueryAsync method. The return value will be the things displayed when typing pm.
  3. ContextMenu related things lies in class ContextMenu.cs, which has implemented IContextMenu interface.

Thanks for the hints, it’ll be useful when someone tries this

But I’m not planning to do this any time soon haha 😄 I don’t know much C# and not familiar with how pm designed, so doing this will cost me at least around x3 time as C#-dev

Right now I kind of focus on something I can fix relatively quick, low risk, small fish stuff haha, maybe try big fish in the future 😼

2reactions
deefrawleycommented, Jun 27, 2021

No worries. Maybe one for v1.9? Having thought about it I think it should be bundled under pm list just to future proof as there may be another pm argument needed in the future. I still think plugin version numbers should be added sooner rather than later. Hoping that’s not too hard to fit into the current implementation.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Improvements to Package Management in WMF 5.1
When PackageManagement is looking for a qualified package with the minimum version of 1.0, it returns the latest version. This behavior is ...
Read more >
Windows Package Manager 1.3 - Windows Command Line
Manifest Improvements. Display Documentation. Some packages include documentation associated with a package version. You will now be able to ...
Read more >
Windows Package Manager 1.3 arrives with new features
Windows Package Manager version 1.3 is now available with various changes and improvements. Details here.
Read more >
Package Manager - Experience League - Adobe
Package Manager manages the packages on your AEM installation. ... Click More -> Other Versions and a dialog opens with a list of...
Read more >
Unity Package Manager
You can view the list of versions available for the current package by clicking the version drop-down menu beside the Update to or...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found