We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ab10de commit f198371Copy full SHA for f198371
src/libs/Together/generate.sh
@@ -1,6 +1,7 @@
1
+set -e
2
dotnet tool install --global autosdk.cli --prerelease
3
rm -rf Generated
-curl -o openapi.yaml https://raw.githubusercontent.com/togethercomputer/openapi/main/openapi.yaml
4
+curl --fail --silent --show-error -o openapi.yaml https://raw.githubusercontent.com/togethercomputer/openapi/main/openapi.yaml
5
autosdk generate openapi.yaml \
6
--namespace Together \
7
--clientClassName TogetherClient \
0 commit comments