Sha256: d7114cb9597a337eb1d8f42297e5ebf772b271d9c987598962522b16a1526296

Contents?: true

Size: 1.01 KB

Versions: 16

Compression:

Stored size: 1.01 KB

Contents

---
title: "Overview"
weight: 1
---

# Overview

The SparkleFormation CLI (`sfn`) is a Ruby based command line interface
for interacting with remote orchestration API. It is an application
implementation of the SparkleFormation library and provides access to
all the underlying features provided by the SparkleFormation library.

## Feature Summary

Notable features available via the SparkleFormation CLI:

- SparkleFormation template processing
- Template processing helpers
- Custom callback support
- Remote orchestration API support
  - AWS CloudFormation
  - Eucalyptus
  - Rackspace Orchestration
  - OpenStack Heat
- Chef `knife` plugin support
- Deep resource inspection

## Installation

The SparkleFormation CLI is available from [Ruby Gems](https://rubygems.org/gems/sfn). To install, simply execute:

~~~sh
$ gem install sfn
~~~

or, if you use [Bundler](http://bundler.io/), add the following to your Gemfile:

~~~sh
gem 'sfn'
~~~

See [Configuration](configuration.md) and [Usage](usage.md) for further instructions.

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
sfn-2.2.0 docs/overview.md
sfn-2.1.12 docs/overview.md
sfn-2.1.10 docs/overview.md
sfn-2.1.8 docs/overview.md
sfn-2.1.6 docs/overview.md
sfn-2.1.4 docs/overview.md
sfn-2.1.2 docs/overview.md
sfn-2.1.0 docs/overview.md
sfn-2.0.6 docs/overview.md
sfn-2.0.4 docs/overview.md
sfn-2.0.2 docs/overview.md
sfn-2.0.0 docs/overview.md
sfn-1.2.0 docs/overview.md
sfn-1.1.16 docs/overview.md
sfn-1.1.14 docs/overview.md
sfn-1.1.12 docs/overview.md