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.
0 parents commit 5526d50Copy full SHA for 5526d50
initialize.sh
@@ -0,0 +1,8 @@
1
+dotnet tool install --global autosdk.cli --prerelease
2
+
3
+autosdk init \
4
+ SolutionName \
5
+ SomeApi \
6
+ https://raw.githubusercontent.com/api/openapi.json \
7
+ CompanyName \
8
+ --output .
0 commit comments