0.0
No commit activity in last 3 years
No release in over 3 years
A collection of CLI tools for administrating Flynn (flynn.io)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

>= 0

Runtime

 Project Readme

Flynn CLI Tools

Provides a number of CLI tools for managing Flynn clusters using AWS and CloudFlare.

Installation

Run this in your shell:

    # Install Flynn (https://flynn.io/docs/cli#installation)
    $ L=/usr/local/bin/flynn && curl -sSL -A "`uname -sp`" https://dl.flynn.io/cli | zcat >$L && chmod +x $L

    # Install AWS CLI tools
    $ brew install awscli

    # Install the gem
    $ gem install flynn-cli-tools

Tools Provided

Tool Description
flynn-cluster Administrates flynn clusters on AWS
flynn-dns Administrates DNS for a flynn cluster via CloudFlare
flynn-migrate Moves a flynn app from one cluster to another
flynn-release Creates a new version of an app and tags it in git