-
Notifications
You must be signed in to change notification settings - Fork 26
Removing services with the CLI #45
Comments
There is not a lot of magic to how services are registered. To remove a generated service you can delete the |
it will be nice to have a CLI way of doing it. |
@emeagenciadigital the core team will not be working on this feature, but we are open to tested PRs. ;) |
CMIIW, I think we also have to delete /src/model/.model.js |
due to lazyness ... #!/bin/bash I put the above 4 lines in a bash script and run ./removeService service-I-spelt-wrong [enter] |
I was wondering if this feature was already implemented. I can't find anything online about it. If so, what's the command? If there is no command, what would be the safest way to remove a service?
The text was updated successfully, but these errors were encountered: