Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Multiplicom/wanna-transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
Michiel Vermeir committed Oct 2, 2018
2 parents 27b0b0e + bb51477 commit b1fc695
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ Installation
```
Create a configuration file under ~/.wanna/credentials

> ⚠️ wanna-transfer will use the profile **aws** if no profile is selected either from the CLI or in the API.
Example:

```ini
Expand Down Expand Up @@ -59,26 +61,23 @@ from the command line:
Wanna transfer.
Usage:
wanna upload PATH [--no-encrypt] [--no-progress] [--ignore--prefix]
[--checksum] [--datacenter=<aws>] [-v | -vv]
wanna download PATH [--no-decrypt] [--no-progress] [--checksum]
[--datacenter=<aws>] [-v | -vv]
wanna delete PATH [--ignore-prefix] [--datacenter=<aws>] [-v | -vv]
wanna search TERM [--ignore-prefix] [--datacenter=<aws>] [-v | -vv]
wanna rename OLD NEW [--ignore-prefix] [--datacenter=<aws>] [-v | -vv]
wanna ls [--ignore-prefix] [--datacenter=<aws>] [-v | -vv]
wanna upload PATH [--no-encrypt] [--no-progress] [--ignore-prefix]
[--checksum] [--datacenter=<aws>] [--bucket=<credentials>] [-v | -vv] [-H | --human]
[--profile=<name>]
wanna download PATH [DST] [--no-decrypt] [--no-progress] [--checksum]
[--datacenter=<aws>] [--bucket=<credentials>] [--ignore-prefix] [-v | -vv] [-H | --human]
[--profile=<name>]
wanna delete PATH [--ignore-prefix] [--datacenter=<aws>] [--bucket=<credentials>] [-v | -vv]
[--profile=<name>]
wanna search TERM [--ignore-prefix] [--datacenter=<aws>] [--bucket=<credentials>] [-v | -vv]
[--profile=<name>]
wanna rename OLD NEW [--ignore-prefix] [--datacenter=<aws>] [--no-encrypt] [--bucket=<credentials>] [-v | -vv]
[--profile=<name>]
wanna status PATH [--ignore-prefix] [--datacenter=<aws>] [--bucket=<credentials>] [-v | -vv] [--profile=<name>]
wanna generate_secret [-v | -vv] [--profile=<name>]
wanna ls [--ignore-prefix] [--datacenter=<aws>] [--bucket=<credentials>] [-v | -vv] [-H | --human] [--profile=<name>]
wanna (-h | --help)
wanna --version
Options:
-h --help Show this message and exit.
-v --verbose Show more text.
--version Show version and exit.
--no-progress Do not show progress bar.
--no-encrypt Do not encrypt at rest.
--no-decrypt Do not decrypt in transit.
--ignore-prefix Ignore all prefixes
--datacenter=<name> Cloud provider [default: aws]
```
or from python:

Expand Down

0 comments on commit b1fc695

Please sign in to comment.