Sha256: 4b595989d7820c82907dcd0c042141b5da1880cb99ded7dcba6ca2630c6bfe1a
Contents?: true
Size: 1.02 KB
Versions: 6
Compression:
Stored size: 1.02 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', '~> 1.0.4' ~~~ See [Configuration](configuration.md) and [Usage](usage.md) for further instructions.
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
sfn-1.1.10 | docs/overview.md |
sfn-1.1.8 | docs/overview.md |
sfn-1.1.6 | docs/overview.md |
sfn-1.1.4 | docs/overview.md |
sfn-1.1.2 | docs/overview.md |
sfn-1.1.0 | docs/overview.md |