serverless / compose

Orchestrate Serverless Framework in monorepos
https://serverless.com/framework/docs/guides/compose
MIT License
111 stars 15 forks source link

feat: Simplify `--help` to match Framework formatting #74

Closed mnapoli closed 2 years ago

mnapoli commented 2 years ago

I first looked at incorporating Compose help into the Framework help (for the future integration), but I think (let's discuss this a bit later) that still have a full help dedicated to Compose makes sense.

So then I ended up comparing Framework and Compose help and noticed they were formatted slightly differently. I reworked the output to make them more consistent, which simplified it too.

Framework help

Screen-000284

Compose help

Screen-000286 Screen-000287

New Compose help

Screen-000285