Open-Up / workshop-ifi-27-07-2018

Guiding IFI students on their way to their first free software contributions....
0 stars 3 forks source link

Improve CLI operation on elasticsearch command #21

Open RockyMeadow opened 5 years ago

RockyMeadow commented 5 years ago

In OpenPaaS, we have two ElasticSearch operations in the cli (check bin/commands/): elasticsearch and reindex

These are two separate commands. It would be better if we can exec both from one single command point

elasticsearch init
elasticsearch reindex

Also provide meaningful output and helper text

Ref: yargs