diff --git a/README.md b/README.md index 8e1a8f2..0f33667 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ $ registry-backup \ $ registry-backup \ --index-url ssh://git@ssh.shipyard.rs/shipyard-rs/crate-index.git \ --output-path shipyard-rs-crate-files \ - --requests-per-second 10 + --auth-token ${AUTH_TOKEN} # for private registry, need auth ``` ## Install @@ -159,7 +159,7 @@ The commands that mirror cargo commands (e.g. `just test`) are included for the This file is generated using a template (`doc/README.tera.md`) rendered using updated outputs of the CLI menu, config sample, and other values. -This version of `README.md` was generated at `Fri, 09 Sep 2022 03:02:19 +0000` based on git commit `fd6191e9`. +This version of `README.md` was generated at `Fri, 09 Sep 2022 03:04:05 +0000` based on git commit `09bf5fbd`. To (re-)generate the `README.md` file, use the justfile command: diff --git a/doc/README.tera.md b/doc/README.tera.md index 873b548..732a530 100644 --- a/doc/README.tera.md +++ b/doc/README.tera.md @@ -25,7 +25,7 @@ $ registry-backup \ $ registry-backup \ --index-url ssh://git@ssh.shipyard.rs/shipyard-rs/crate-index.git \ --output-path shipyard-rs-crate-files \ - --requests-per-second 10 + --auth-token ${AUTH_TOKEN} # for private registry, need auth ``` ## Install