0.0.8 • Published 1 year ago

rise-infra v0.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Rise Infra

Rise Infra is a CLI that helps you deploy Cloudformation template.yml files. The CloudFormation CLI is already a pretty nice CLI solution. This CLI is mostly to give consistency to projects that are already using other rise frameworks.

How to install

npm i -g rise-infra

How to deploy a project

cd into a project that has a template.yml file containing CloudFormation

rise-infra deploy

How to remove a project

cd into a project that has a template.yml file containing CloudFormation

rise-infra remove

What a project looks like

A project must have a rise.mjs file at the root of the project that looks like the following:

export default {
    name: 'NameOfTemplate'
}

Rise Infra will also assume that the CloudFormation template is inside the root folder called template.yml