Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo COVES committed Jul 15, 2022
1 parent 6de6499 commit b839427
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
# Cleanup

[[_TOC_]]
## Build

```
cargo build
```

## Usage
## Install

```
cargo install --path .
```

### Help

```
❯ cargo run -- -h
cleanup 0.5.0
Pablo COVES <[email protected]>
Search for Image's or orphan Snapshots/Volume to delete
USAGE:
cleanup [OPTIONS] <SUBCOMMAND>
OPTIONS:
--apply Delete Images/Snapshots
-h, --help Print help information
-p, --profile <PROFILE> [default: default]
-r, --region <REGION> [default: eu-west-1]
-V, --version Print version information
-h, --help Print help information
-p, --profile <PROFILE> [default: default]
-r, --region <REGION> [default: eu-west-1]
-V, --version Print version information
SUBCOMMANDS:
help Print this message or the help of the given subcommand(s)
image Search for unused images to delete
read Read previously generated resource list to delete
snapshot Search for orphaned snaphots to delete
volume Search for orphaned volumes to delete
```
## Build

```
cargo build
```

## Install

```
cargo install --path .
```

0 comments on commit b839427

Please sign in to comment.