moleculerjs / moleculer-repl

REPL module for Moleculer framework
http://moleculer.services/docs/moleculer-repl.html
MIT License
27 stars 25 forks source link

Filter match by version #39

Closed intech closed 4 years ago

intech commented 4 years ago

When a project has many services of different versions, then need the ability to filter by version. Now it does not work :(

Examples:

services -f v1.**
icebob commented 4 years ago

actions -f v1.**

intech commented 4 years ago

@icebob It seemed to me that I tried it too, but now it works :)

intech commented 4 years ago

@icebob This does not work with services!

icebob commented 4 years ago

Yes, it's true because it checks the service name without version instead of service fullName.

intech commented 4 years ago

With actions a workaround, but not very convenient.

icebob commented 4 years ago

Released