kazajhodo / launcher

Multitasking bash script to make switching projects and php versions easier, as well as Pantheon site deployment.
1 stars 0 forks source link

Add pantheon aliases search. #23

Closed kazajhodo closed 4 years ago

kazajhodo commented 4 years ago

Terminus build out aliases, but when there are quite a few, and the names may have variations, it becomes difficult to find them by client code.

For instance the client code may be 'metro', but the pantheon instance may be named 'aaimetro' or who knows what.

Add command to launcher that searches the pantheon.aliases.drushrc.php file for text matches.

kazajhodo commented 4 years ago

Done.

May now use 'launcher aliases.[search]'.

Only single word search at this point, not sure more would be needed.