webstone-plugins icon indicating copy to clipboard operation
webstone-plugins copied to clipboard

Remove `web` from the CLI command structure

Open mikenikles opened this issue 2 years ago • 1 comments

With #247, we no longer need to accommodate for multiple services in the CLI command structure. We only had web for now and can get rid of that.

Tasks

  • [x] Merge #256 first
  • [ ] Update code and all directory structures
  • [ ] Update docs

mikenikles avatar Sep 26 '22 13:09 mikenikles

I have second thoughts on that... While web is the only category we currently have, I'm not sure it's worth the effort to remove it and make life harder if we decide to add it back later.

I could imagine additional core commands related to deployments, testing, etc that live in the CLI itself instead of separate plugins. In that case, we'll need web, as well as deployment, etc. categories.

mikenikles avatar Jan 06 '23 06:01 mikenikles