Socket
Socket
Sign inDemoInstall

@cosmunity/open-formation

Package Overview
Dependencies
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cosmunity/open-formation

A templating engine for building infrastructure orchestration


Version published
Weekly downloads
16
increased by166.67%
Maintainers
3
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 17 Jul 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc