Commit dee414d
committed
fix(embedding-providers): use renamed --provider-api-key in update no-op error
`update`'s "provide at least one field" guard message still listed
`--api-key`, which was the original local flag name before it was renamed
to `--provider-api-key` to avoid colliding with the global Hotdata auth
flag. A user following the error guidance would reach for `--api-key`
(the global auth flag), not the provider key.
One-character class of fix; caught by the PR review bot on #67.1 parent 7dbbe95 commit dee414d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
0 commit comments