Metadata-Version: 2.0
Name: fapistrano
Version: 0.8.2
Summary: A remote server automation and deployment tool.
Home-page: https://github.com/soasme/fapistrano
Author: Ju Lin
Author-email: soasme@gmail.com
License: MIT
Keywords: fapistrano,deploy,deployment,automate,automation,fabric,remote,production,staging,development
Platform: any
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: Fabric
Requires-Dist: PyYaml
Requires-Dist: click
Requires-Dist: requests

===============================
fapistrano
===============================

.. image:: https://img.shields.io/pypi/v/fapistrano.svg
        :target: https://pypi.python.org/pypi/fapistrano

.. image:: https://img.shields.io/travis/liwushuo/fapistrano.svg
        :target: https://travis-ci.org/liwushuo/fapistrano

.. image:: https://readthedocs.org/projects/fapistrano/badge/?version=latest
        :target: https://readthedocs.org/projects/fapistrano/?badge=latest
        :alt: Documentation Status


A remote server automation and deployment tool.

* Free software: MIT license
* Documentation: https://pythonhosted.org/fapistrano .

Features
--------

* well-organized release/rollback flow
* full-customized deploy.yml
* writing plugins is easily


=======
History
=======

0.8.2
------------------

* add `--dry-run` option.

0.8.1
------------------

* hide curl password

0.8.0
------------------

* add command `once`.
* add command `shell` (only support python now).
* find plugins for each command if possible, fallback to default plugin.
* add `.env` file at remote.

0.7.3
------------------

* bugfix for cross env pollution.

0.7.2
------------------

* cli support group deploy by role or stage.
* add option `--curl-extract-tgz`.
* add option `--git-archive-tree`.

0.7.1
------------------

* fix fis option.
* add option `--shared_writable`.
* alert on missing localshared files.
* add option `--curl-postinstall-output`.
* add option `--curl-output`.

0.7.0 (2016-3-21)
------------------

* release to pypi.

0.6.0 (2016-3-15)
------------------

* move git, supervisor, slack as plugins.
* put git bare repo on path.
* add fis plugin.
* add `fap` cli.
* use signal to refactor release/rollback flow.
* add curl plugin.
* add supervisor plugin.

0.5.1 (2015-2-1)
------------------

* support supervisor group
* slack notification.

0.1.0 (2015-9-23)
------------------

* First release.


