Metadata-Version: 1.1
Name: eb-prune
Version: 0.3.1
Summary: Pruning of Elastic Beanstalk versions.
Home-page: https://www.shore.co.il/git/eb-prune
Author: Nimrod Adar
Author-email: nimrod@shore.co.il
License: MIT
Description: eb-prune
        ########
        
        A CLI tool to prune old versions of Elastic Beanstalk.
        
        Installation
        ------------
        
        .. code:: shell
        
            pip install eb-prune
        
        Usage
        -----
        
        To keep the last 100 versions available, simply run :code:`eb-prune 100`. The
        tool relies on the usual AWS CLI configuration as described `here
        <http://docs.aws.amazon.com/cli/latest/topic/config-vars.html>`_, specifically
        on access key id, secret access key and region.
        
        .. code:: shell
        
            $ eb-prune --help
            usage: eb-prune [-h] [-d] versions_to_keep
        
            positional arguments:
              versions_to_keep  The number of versions to keep.
        
              optional arguments:
                -h, --help        show this help message and exit
                -d, --dry-run     Dry run, do not delete versions.
        
        License
        -------
        
        This software is licnesed under the MIT licese (see the :code:`LICENSE.txt`
        file).
        
        Author
        ------
        
        Nimrod Adar, `contact me <nimrod@shore.co.il>`_ or visit my `website
        <https://www.shore.co.il/>`_. Patches are welcome via `git send-email
        <http://git-scm.com/book/en/v2/Git-Commands-Email>`_. The repository is located
        at: https://www.shore.co.il/git/.
        
Keywords: beanstalk AWS
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Utilities
