Skip to content

Commit 4d5f2d0

Browse files
authored
Create README.md
1 parent f5ffccf commit 4d5f2d0

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

README.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
## Installation
2+
3+
```
4+
go install -v "github.com/ayusheek/awsdump/cmd/awsdump@latest"
5+
```
6+
7+
## Usage
8+
9+
```console
10+
11+
__
12+
____ __ ___________/ /_ ______ ___ ____
13+
/ __ / | /| / / ___/ __ / / / / __ __ \/ __ \
14+
/ /_/ /| |/ |/ (__ ) /_/ / /_/ / / / / / / /_/ /
15+
\__,_/ |__/|__/____/\__,_/\__,_/_/ /_/ /_/ .___/
16+
/_/
17+
18+
v0.0.1
19+
20+
Usage:
21+
awsdump <bucketURL> [options]
22+
23+
Options:
24+
-o, --output Specify an output directory to save files (default: awsdump)
25+
-t, --threads Max threads to use while downloading (default: 5)
26+
-scrape Enable scraping only without saving
27+
28+
Examples:
29+
awsdump https://aws.example.org
30+
awsdump https://aws.example.org -t 5 -o exampleBucket
31+
awsdump https://aws.example.org -scrape
32+
```

0 commit comments

Comments
 (0)