Remove backend token, add ora spinner to some steps

Signed-off-by: Axel Hecht <axel@pike.org>
This commit is contained in:
Axel Hecht
2022-11-02 19:38:53 +01:00
parent 69f4c35c28
commit 53b5069b02
2 changed files with 5 additions and 26 deletions
+1 -4
View File
@@ -12,7 +12,4 @@ The [command line script](template-testing-dry-run.md) might offer a way for you
scaffolder-dry http://localhost:7007/ template-directory values.yml output-directory
```
If you're using backend-to-backend authentication, either
- pass a front-end auth token from a current browser session via `--token $FRONTEND_TOKEN`,
- have the tool create a b2b token for a given base64 encoded backend secret via `--backend-secret $BACKEND_SECRET`.
If you're using backend permissions, pass a front-end auth token from a current browser session via `--token $FRONTEND_TOKEN`.