File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1- .PHONY : help test-generate update-speakeasy-version
1+ .PHONY : help generate test-generate update-speakeasy-version
22
33help :
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
You can’t perform that action at this time.
0 commit comments