1.0.5 • Published 7 years ago

serverless-pretty-output v1.0.5

Weekly downloads
4
License
ISC
Repository
github
Last release
7 years ago

Serverless Pretty Output Plugin

This plugin will pretty print any JSON in the output of a serverless command.

Installation

npm install serverless-pretty-output --save-dev

Then inside your project's serverless.yml file add following entry to the plugins section: serverless-pretty-output. If there is no plugin section you will need to add it to the file.

It should look something like this:

plugins:
  - serverless-pretty-output

This plugin uses jq to format JSON and uses '.' as the default filter. You can set your own filter with the following option in serverless.yml:

custom:
  jsonOutputFilter: ".message"
1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago