Merge pull request #660 from samalba/fix-docs-key-cmd
docs: 101: fix import key cmd
This commit is contained in:
commit
829ad4c951
@ -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!
|
||||
|
Reference in New Issue
Block a user