Skip to content

A Serverless plugin that adds JSON and file output options to the 'info' command.

Notifications You must be signed in to change notification settings

jkehres/serverless-plugin-info-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serverless-plugin-info-json

A Serverless plugin that adds JSON and file output options to the info command.

NOTE: Only supports AWS provider.

Installation

First, install the plugin via npm:

npm install serverless-plugin-info-json

Second, edit your serverless.yml file and add the following section:

plugins:
  - serverless-plugin-info-json

Usage

In addition to the normal command line arguments provided by the info command, this plugin allows you use the following extra arguments as well:

  • --json / -j Format output as JSON instead of text.
  • --file <FILE> / -f <FILE> Send command output to the specified file instead of stdout.

About

A Serverless plugin that adds JSON and file output options to the 'info' command.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published