Skip to content

Commit 9d171c0

Browse files
committed
chore: Add rwjblue-glean/speakeasy-helpers to mise.toml
[rwjblu7e-glean/speakeasy-helpers](https://github.com/rwjblue-glean/speakeasy-helpers) is just a grab bag of useful helper commands for working in a speakeasy api client repo. The main subcommand at the moment (that caused me to create it) is: ```bash speakeasy-helpers reset-tests --operation-id createannouncement ``` This will remove that operationId from `gen.lock` and `test.arazzo.yaml` so that the next `speakeasy run` will regenerate them. I found doing this by hand to be quite tedious.
1 parent 9e31e5c commit 9d171c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mise.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ python = "3.9"
77
# needed by speakeasy mockserver
88
go = "1.22"
99
"aqua:speakeasy-api/speakeasy" = "latest"
10+
"ubi:rwjblue-glean/speakeasy-helpers" = "latest"
1011

0 commit comments

Comments
 (0)