From 9d171c009409e2dcaf3d5e6c98d6061642676401 Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Thu, 12 Jun 2025 18:50:22 -0400 Subject: [PATCH] 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. --- mise.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/mise.toml b/mise.toml index 1ea4c759..14a5c081 100644 --- a/mise.toml +++ b/mise.toml @@ -7,4 +7,5 @@ python = "3.9" # needed by speakeasy mockserver go = "1.22" "aqua:speakeasy-api/speakeasy" = "latest" +"ubi:rwjblue-glean/speakeasy-helpers" = "latest"