Metadata-Version: 2.1
Name: kapten
Version: 1.0
Summary: Auto deploy of Docker Swarm services
Home-page: https://github.com/5monkeys/kapten
Author: Jonas Lundberg
Author-email: jonas@5monkeys.se
License: MIT
Description: # kapten
        
        ![](https://github.com/5monkeys/kapten/workflows/Test/badge.svg)
        
        Updates a Docker Swarm service when a new image is available.
        
        **Usage:**
        ```sh
        $ kapten --help
        usage: kapten [-h] -s SERVICES [--slack SLACK] [--check] [--force]
                      [-v VERBOSITY]
        
        Checks for new images and updates services if needed.
        
        optional arguments:
          -h, --help            show this help message and exit
          -s SERVICES, --service SERVICES
                                Service to update
          --slack SLACK         Slack token to use for notification
          --check               Only check if service needs to be updated
          --force               Force service update
          -v VERBOSITY, --verbosity VERBOSITY
                                Level of verbosity
        ```
        
        **Example:**
        ```sh
        $ kapten --service app --slack abc/def/123
        Updating service app to repo/app:latest@sha256:123456789
        ```
        
Keywords: docker,swarm,stack,service,auto,deploy
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
