Merge pull request #660 from samalba/fix-docs-key-cmd

docs: 101: fix import key cmd
This commit is contained in:
Sam Alba 2021-06-16 16:30:07 +02:00 committed by GitHub
commit 829ad4c951
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,8 +41,7 @@ cd ./examples/todoapp
The example app contains encrypted secrets and other pre-configured inputs, here is how to decrypt them:
```sh
curl -sfL https://releases.dagger.io/examples/key.txt >> ~/.config/dagger/keys.txt
dagger input list
dagger input list || curl -sfL https://releases.dagger.io/examples/key.txt >> ~/.config/dagger/keys.txt
```
**Step 4**: Deploy!