Skip to content

Commit 3ac3d26

Browse files
committed
feat: Add a local-debug target (to make for easier debugging)
With this you can make small tweaks to the OpenAPI spec and then run the following to see the impact: ``` speakeasy run --skip-testing --skip-upload-spec --skip-versioning --target=local-debug ```
1 parent d70fee1 commit 3ac3d26

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.speakeasy/workflow.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ sources:
55
inputs:
66
- location: registry.speakeasyapi.dev/glean-el2/sdk/glean-api-specs
77
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
813
targets:
914
glean:
1015
target: python
@@ -20,3 +25,12 @@ targets:
2025
blocking: false
2126
testing:
2227
enabled: true
28+
local-debug:
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

Comments
 (0)