0.0.17 • Published 6 years ago

@cosmunity/open-formation v0.0.17

Weekly downloads
222
License
MIT
Repository
github
Last release
6 years ago

CircleCI npm npm Greenkeeper badge

open-formation

A cli tool for deploying AWS resources using a JSON file.

Install

Install using npm install -g @cosmunity/open-formation.

You must be logged into an account with access to the @cosmunity package scope.

Running

open-formation looks for a file in the cwd named formation.json.

Commands

ofn

  • Enter the interactive ofn shell.
  • All below commands can be executed here without typing ofn.

ofn version <service-name>

  • This command deploys the specified ECS service.
  • ECS will deploy a new version of the service and handle any scaling operations automatically.
  • Instances will be automatically registered in the target load balancer.
  • Removed instances will be drained before termination.

ofn status

  • Print status information about the current formation.

image

ofn deploy [-y]

  • Deploy the machines in the current formation.

ofn rm <instanceId>

  • Terminate an EC2 instance.

ofn help

  • Full helptext

image

0.0.17

6 years ago

0.0.16

6 years ago

0.0.14

6 years ago

0.0.13

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago