Skip to content

Commit 8d6b503

Browse files
chore: add make generate command and update speakeasyVersion to 1.729.0
1 parent 936028f commit 8d6b503

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
1-
.PHONY: help test-generate update-speakeasy-version
1+
.PHONY: help generate test-generate update-speakeasy-version
22

33
help:
44
@echo "Available targets:"
5+
@echo " make generate Generate all SDKs (main, Azure, GCP)"
56
@echo " make test-generate Test SDK generation locally"
67
@echo " make update-speakeasy-version VERSION=x.y.z Update Speakeasy CLI version"
78
@echo ""
89
@echo "Note: Production SDK generation is done via GitHub Actions:"
910
@echo " .github/workflows/sdk_generation_mistralai_sdk.yaml"
1011

12+
# Generate all SDKs (main, Azure, GCP)
13+
generate:
14+
speakeasy run -t all
15+
1116
# Test SDK generation locally.
1217
# For production, use GitHub Actions: .github/workflows/sdk_generation_mistralai_sdk.yaml
1318
# This uses the Speakeasy CLI version defined in .speakeasy/workflow.yaml

0 commit comments

Comments
 (0)