Metadata-Version: 2.1
Name: awsdsc
Version: 0.2.10
Summary: AWS universal describe command
Author: Takatoshi Iwasa
Author-email: ap.gr.le@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown

# Awsdsc (abbreviation of AWS describe)

Universal describe command for AWS resources.

## Installation

```
pip install awsdsc
```

## Basic Usage

Firstly setup AWS credentials (usually by running `aws configure`) before using.

Then run `awsdsc [--profile ${YOUR_PROFILE_NAME}]`.
You will be prompted to input type and query for AWS resources to describe.

For more details, please run `awsdsc --help` and check the help text.


