Metadata-Version: 2.1
Name: aws-excom
Version: 0.0.3
Summary: Wrapper for AWS ECS Execute Command
Author: Ben Vosper
Author-email: Ben Vosper <author@example.com>
License: MIT
Project-URL: Homepage, https://github.com/benvosper/aws-excom/
Project-URL: Bug Tracker, https://github.com/pypa/aws-excom/issues/
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

## `aws-excom`

An interactive wrapper around `aws ecs execute-command`.

### Installation

Requires [AWS CLI](https://aws.amazon.com/cli/) and 
[AWS CLI Session Manager](https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-working-with-install-plugin.html)
to be installed on the system and configured with appropriate credentials.

Then, to install the script:
```shell
pip install aws-excom
```

### Usage

```shell
aws-excom
```
Then follow the prompts to start running commands.

After running once, you can run:

```shell
aws-excom --last
```

to skip the interactive part of the script and immediately replay the last command you 
constructed. This may be useful if you accidentally exit a running session.
