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.
2 parents 8a344bf + 3ac3d26 commit a93e6cfCopy full SHA for a93e6cf
.speakeasy/workflow.yaml
@@ -5,6 +5,11 @@ sources:
5
inputs:
6
- location: registry.speakeasyapi.dev/glean-el2/sdk/glean-api-specs
7
output: .speakeasy/glean-merged-spec.yaml
8
+ local-debug:
9
+ inputs:
10
+ - location: .speakeasy/glean-merged-spec.yaml
11
+ registry:
12
+ location: registry.speakeasyapi.dev/glean-el2/sdk/local-debug
13
targets:
14
glean:
15
target: python
@@ -20,3 +25,12 @@ targets:
20
25
blocking: false
21
26
testing:
22
27
enabled: true
28
29
+ target: python
30
+ source: local-debug
31
+ codeSamples:
32
+ labelOverride:
33
+ fixedValue: Python (API Client)
34
+ blocking: false
35
+ testing:
36
+ enabled: true
0 commit comments