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 2212800 commit 466166fCopy full SHA for 466166f
Makefile
@@ -40,7 +40,7 @@ OAS_FILE := public-api.json
40
RM = rm -rf
41
42
$(OAS_FILE):
43
- wget -O public-api.json -q https://openapi-v2.exoscale.com/source.json
+ wget -O public-api.json -q https://api-ch-gva-2.exoscale.com/v2/openapi.json
44
45
.PHONY:
46
.ONESHELL:
@@ -49,7 +49,7 @@ x-cmd: $(OAS_FILE) ## Generates code for "exo x" experimental subcommands
49
echo "openapi-cli-generator tool not found, downloading"
50
go install github.com/exoscale/openapi-cli-generator@latest
51
fi
52
- wget -q https://openapi-v2.exoscale.com/source.json
+ wget -q https://api-ch-gva-2.exoscale.com/v2/openapi.json
53
openapi-cli-generator generate -p x -n x -o cmd/internal/x/x.gen.go $(OAS_FILE)
54
55
.PHONY: docker
0 commit comments