Commit 68f8b31
admin: output redaction fetch-key-list keys to stdout when no output file is specified
Summary: `mononoke_admin redaction fetch-key-list` silently discards the fetched keys when `--output-file` is not provided. This adds an `else` branch to print the keys to stdout.
Differential Revision: D103866028
fbshipit-source-id: f7a76e485b03b1de4cc38702abf84b4c87e73d871 parent 7094551 commit 68f8b31
2 files changed
Lines changed: 8 additions & 0 deletions
File tree
- eden/mononoke
- tests/integration
- tools/admin/src/commands/redaction
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
87 | 91 | | |
88 | 92 | | |
89 | 93 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
141 | 145 | | |
142 | 146 | | |
143 | 147 | | |
| |||
0 commit comments