From 5a3d46845b9d411a5ea384103dc6cae4aa33e183 Mon Sep 17 00:00:00 2001 From: asonix Date: Thu, 15 Jun 2023 09:44:41 -0500 Subject: [PATCH] Mark simplified migration command as broken for now --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c9c55cf..a24331f 100644 --- a/README.md +++ b/README.md @@ -417,16 +417,17 @@ $ pict-rs \ -p /path/to/sled-repo ``` -If you are running the docker container with default paths, it can be simplified to the following: +~~If you are running the docker container with default paths, it can be simplified to the following:~~ +_currently broken, will fix for next release candidate_ ```bash -$ pict-rs \ - filesystem \ - object-storage \ - -e https://object-storage-endpoint \ - -b bucket-name \ - -r region \ - -a access-key \ - -s secret-key +# pict-rs \ +# filesystem \ +# object-storage \ +# -e https://object-storage-endpoint \ +# -b bucket-name \ +# -r region \ +# -a access-key \ +# -s secret-key ``` _This command must be run while pict-rs is offline._