Metadata-Version: 2.1
Name: ya-ecs-ctl
Version: 0.0.2
Summary: AWS ECS Control Tool
Home-page: https://github.com/hampsterx/ya-ecs-ctl
Author: Tim van der Hulst
Author-email: tim.vdh@gmail.com
License: Apache2
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Description-Content-Type: text/markdown
Requires-Dist: click (>=6.6)
Requires-Dist: boto3 (==1.7.50)
Requires-Dist: terminaltables (==3.1.0)
Requires-Dist: humanize (==0.5.1)
Requires-Dist: EasySettings (==2.1.0)
Requires-Dist: prompt-toolkit (==2.0.4)
Requires-Dist: PyYAML (==3.12)
Requires-Dist: colored (==1.3.5)

# Yet Another ECS CTL tool

```
pip install ya-ecs-ctl

```

Adds binary:


```
ecs

```

```

Usage: main.py [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  clusters                  Display Clusters Info
  container-instances       List container Instances
  create                    Create Service
  delete                    Delete Service
  drain-container-instance  Set a container Instance to DRAIN
  ec2-instances             List ec2 Instances
  list                      List Services
  redeploy                  Force redeployment of a Service
  register                  Register task definition
  scale                     Scale Service
  start-task                Start task
  stop-task                 Stop task
  switch-cluster            Switch Default Cluster
  tasks                     List Tasks for Service
  update                    Update Service


```

## Alternatives..



