ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

CForm

by beaknit ALL

SublimeText plugin for CloudFormation

Details

Installs

  • Total 5K
  • Win 2K
  • Mac 2K
  • Linux 642
Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3
Windows 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

cform

A sublime plugin for CloudFormation

Setup

CForm is now available via the Sublime Text package control. See https://packagecontrol.io/

Use

  1. Open a new file in Sublime
  2. Set the file type to Cloudformation by either selecting from the menu in the bottom-right corner of the ST window or hitting Cmd|Ctrl + Shift + P to open the Command Palatte and typing SetSyntax: CloudFormation.
  3. Type start - a CloudFormation template scaffold will appear
  4. Under each section, type the thing you're trying to make (eg, parameter, output, etc) and it will populate the text for you.
  5. Tab through the different fields and fill in your values
  6. Save it with the extension cform, template or cloudformation and run it through the CloudFormation console
  7. Profit