Commit 0f5bdf2
authored
fix: improve confusing update messaging (#1682)
<img width="1790" height="342" alt="image (1)"
src="https://github.com/user-attachments/assets/1ae33b52-aadd-4975-8573-a2cbcd9c24ab"
/>
The CLI confusingly displays two conflicting messages - this is because
in the logic for displaying the message "Running with latest Speakeasy
version" which is based on looking at the workflow.yaml
`speakeasyVersion: latest` value, we do not actually check that we are
on latest before rendering it (you can see from the subsequent
screenshot that we do eventually autoupgrade)1 parent 5ad3dd9 commit 0f5bdf2
2 files changed
+12
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
164 | 171 | | |
165 | 172 | | |
166 | 173 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
315 | | - | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
316 | 320 | | |
317 | 321 | | |
318 | 322 | | |
| |||
0 commit comments