When trying to find what project name I need to deploy I should be able to use the dhq projects list command combined with grep, but when you have a lot of projects the non-interative behavior of outputting the full json is a problem, and --json=false just returns an empty json not the interactive listing.
Their is somewhat a way to handle this with combining the grep with permalink but this still gives too many hits and if a project have a smaller name that contains common letters in others it makes it less useful (though I am sure their is a way to combines greps to make this).
It would be very useful to have a option to just work with the same list as shown on just projects list when piped.
When trying to find what project name I need to deploy I should be able to use the dhq projects list command combined with grep, but when you have a lot of projects the non-interative behavior of outputting the full json is a problem, and --json=false just returns an empty json not the interactive listing.
Their is somewhat a way to handle this with combining the grep with permalink but this still gives too many hits and if a project have a smaller name that contains common letters in others it makes it less useful (though I am sure their is a way to combines greps to make this).
It would be very useful to have a option to just work with the same list as shown on just projects list when piped.