mirror of
https://github.com/openziti/zrok.git
synced 2025-03-12 05:48:20 +01:00
last round of generator testing to make sure everything is dialed in for the new agent ui (#221)
This commit is contained in:
parent
5a9ed02205
commit
786a4e7f20
@ -1,4 +1,3 @@
|
|||||||
.openapi-generator-ignore
|
|
||||||
apis/AgentApi.ts
|
apis/AgentApi.ts
|
||||||
apis/index.ts
|
apis/index.ts
|
||||||
index.ts
|
index.ts
|
||||||
|
@ -46,7 +46,7 @@ echo "...generating web console js client"
|
|||||||
openapi -s specs/zrok.yml -o ui/src/api -l js
|
openapi -s specs/zrok.yml -o ui/src/api -l js
|
||||||
|
|
||||||
echo "...generating agent console js client"
|
echo "...generating agent console js client"
|
||||||
openapi-generator-cli generate -i agent/agentGrpc/agent.swagger.json -o agent/agentUiTs/src/api -g typescript-fetch
|
openapi-generator-cli generate -i agent/agentGrpc/agent.swagger.json -o agent/agentUi/src/api -g typescript-fetch
|
||||||
|
|
||||||
echo "...generating ts client"
|
echo "...generating ts client"
|
||||||
openapi-generator-cli generate -i specs/zrok.yml -o sdk/nodejs/sdk/src/zrok/api -g typescript-node
|
openapi-generator-cli generate -i specs/zrok.yml -o sdk/nodejs/sdk/src/zrok/api -g typescript-node
|
||||||
|
Loading…
Reference in New Issue
Block a user