From 37e86bd4572dc775b14ce9ded8b7ce2b3a06c68a Mon Sep 17 00:00:00 2001 From: Jonathan Strong Date: Thu, 8 Sep 2022 23:04:23 -0400 Subject: [PATCH] adds --auth-token flag to shipyard-rs registry example --- README.md | 4 ++-- doc/README.tera.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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