Browse Source

adds --auth-token flag to shipyard-rs registry example

master
Jonathan Strong 2 years ago
parent
commit
37e86bd457
  1. 4
      README.md
  2. 2
      doc/README.tera.md

4
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:

2
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

Loading…
Cancel
Save