Skip to content

Commit

Permalink
Update cheatsheet.md
Browse files Browse the repository at this point in the history
Same example (use anonymous fifo instead of pipe)
  • Loading branch information
dsyer authored Nov 6, 2019
1 parent 34e0d16 commit a2e1017
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
- `ytt -f config/ | kapp deploy -a app1 -f- -c -y`
- Deploy app named `app1` with configuration piped in

- `kapp deploy -a app1 -f- <(ytt -f config/ )`
- Deploy app named `app1` with configuration generated inline and with confirmation dialog

- `kapp deploy -a app1 -f config/ -c --diff-context=10`
- Show more diff context when reviewing changes during deploy

Expand Down

0 comments on commit a2e1017

Please sign in to comment.