From b7ea1e7905dd43192b98d8a5ff01bde0ae3527fe Mon Sep 17 00:00:00 2001 From: Sondre Gjellestad Date: Tue, 22 Feb 2022 13:29:17 +0100 Subject: [PATCH] cli-plugin: update readme --- README.md | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6ea9e6a..b67f39e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,23 @@ -# stacc-gateway-plugin +# API Gateway plugin for Stacc CLI -This repository simply holds the stacc-gateway-plugin release +A plugin for the Stacc command-line interface for working with API Gateway configuration. -To install this plugin run: +This repository only holds the releases of the plugin. + +## Usage + +Run the following command to initialize a new API Gateway configuration. + +```sh +$ stacc gateway init +... +``` + +## Installation + +The following command will install the plugin for your local environment. ```sh -$ stacc plugin install gateway +$ stacc plugin install gateway +... ```