We're working on the [v3 beta version right now](https://www.serverless.com/blog/serverless-framework-v3-beta). The v3 will include a redesigned CLI output: <img width="400" alt="image" src="https://user-images.githubusercontent.com/720328/139266855-7c0c15e1-9201-48b6-92f0-db6af2da4d11.png"> Everyone can try the v3 beta with: `npm i serverless@pre-3` To help plugins integrate with that new design (and build a great user experience), we've added new APIs for plugins: [Documentation of the new API](https://www.serverless.com/framework/docs/guides/plugins/cli-output). If anyone wants to help, you can: - test the plugin with the v3 beta - send pull requests to improve the CLI output to match the new design, for example using the new APIs