### Issue description When running a command outputting JSON like: ```shell serverless info --json --stage=my-arbitrary-stage ``` The `serverless` CLI will output non-JSON if not already installed, because the first line logged will be: ```shell ✔ Installed Serverless Framework v4.14.1 ``` The full output will be something like: ```shell ✔ Installed Serverless Framework v4.14.1 { "inputs": { "compose": {} }, "info": { "functions": [ { ... ``` Would it be possible to suppress all other output than the primary JSON, when using `--json`? ### Context Serverless Framework Version: 4.14.1