From bb51477f2b686bf4aede5d42051edb99628465e4 Mon Sep 17 00:00:00 2001 From: Michiel <6299345+michielvermeir@users.noreply.github.com> Date: Tue, 4 Sep 2018 16:42:35 +0200 Subject: [PATCH] Update README --- README.md | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index fdfa3b4..29a5f28 100644 --- a/README.md +++ b/README.md @@ -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 @@ -59,26 +61,23 @@ from the command line: Wanna transfer. Usage: - wanna upload PATH [--no-encrypt] [--no-progress] [--ignore--prefix] - [--checksum] [--datacenter=] [-v | -vv] - wanna download PATH [--no-decrypt] [--no-progress] [--checksum] - [--datacenter=] [-v | -vv] - wanna delete PATH [--ignore-prefix] [--datacenter=] [-v | -vv] - wanna search TERM [--ignore-prefix] [--datacenter=] [-v | -vv] - wanna rename OLD NEW [--ignore-prefix] [--datacenter=] [-v | -vv] - wanna ls [--ignore-prefix] [--datacenter=] [-v | -vv] + wanna upload PATH [--no-encrypt] [--no-progress] [--ignore-prefix] + [--checksum] [--datacenter=] [--bucket=] [-v | -vv] [-H | --human] + [--profile=] + wanna download PATH [DST] [--no-decrypt] [--no-progress] [--checksum] + [--datacenter=] [--bucket=] [--ignore-prefix] [-v | -vv] [-H | --human] + [--profile=] + wanna delete PATH [--ignore-prefix] [--datacenter=] [--bucket=] [-v | -vv] + [--profile=] + wanna search TERM [--ignore-prefix] [--datacenter=] [--bucket=] [-v | -vv] + [--profile=] + wanna rename OLD NEW [--ignore-prefix] [--datacenter=] [--no-encrypt] [--bucket=] [-v | -vv] + [--profile=] + wanna status PATH [--ignore-prefix] [--datacenter=] [--bucket=] [-v | -vv] [--profile=] + wanna generate_secret [-v | -vv] [--profile=] + wanna ls [--ignore-prefix] [--datacenter=] [--bucket=] [-v | -vv] [-H | --human] [--profile=] 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= Cloud provider [default: aws] ``` or from python: