leopardslab / clocal-gcp

🔭 Emulation engine for GCP
Apache License 2.0
67 stars 57 forks source link

Command Registration #54

Closed SanyamPunia closed 5 years ago

SanyamPunia commented 5 years ago

✔️ Before using the Read Directory method, the register commands were executed by explicitly putting them in an index.js file in the services folder.

✔️ After using the given methodology, commands are executed directly without putting them in the index.js file.