We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85cf9a9 commit 4310124Copy full SHA for 4310124
Justfile
@@ -48,6 +48,8 @@ openapi:
48
@npx -y widdershins {{justfile_directory()}}/openapi/v2.yaml -o {{justfile_directory()}}/docs/api/README.md --search false --language_tabs 'http:HTTP' --summary --omitHeader
49
50
generate-client: openapi
51
+ go env
52
+ env
53
@cd pkg/client && speakeasy run --skip-versioning
54
55
release-local:
0 commit comments