Skip to content

Commit e3b2364

Browse files
authored
Merge pull request #74 from Gusto/ar/add-local-workflow-file
set up local target in local workflow file
2 parents 5eefce8 + bbdce00 commit e3b2364

File tree

2 files changed

+19
-17
lines changed

2 files changed

+19
-17
lines changed

.speakeasy/workflow.local.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
sources:
2+
GustoEmbedded-local:
3+
inputs:
4+
- location: ../Gusto-Partner-API/generated/embedded/api.v2024-04-01.embedded.yaml
5+
overlays:
6+
- location: ../Gusto-Partner-API/.speakeasy/speakeasy-modifications-overlay.yaml
7+
registry:
8+
location: registry.speakeasyapi.dev/gusto/ruby-sdk/gusto-embedded-local
9+
targets:
10+
local:
11+
target: typescript
12+
source: GustoEmbedded-local
13+
output: ./gusto_embedded
14+
codeSamples:
15+
registry:
16+
location: registry.speakeasyapi.dev/gusto/ruby-sdk/gusto-embedded-local-typescript-code-samples
17+
labelOverride:
18+
fixedValue: Typescript (SDK)
19+
blocking: false

.speakeasy/workflow.yaml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,6 @@ sources:
1212
authSecret: $openapi_doc_auth_token
1313
registry:
1414
location: registry.speakeasyapi.dev/gusto/ruby-sdk/gusto-embedded-oas
15-
GustoEmbedded-local:
16-
inputs:
17-
- location: ../Gusto-Partner-API/generated/embedded/api.v2024-04-01.embedded.yaml
18-
overlays:
19-
- location: ../Gusto-Partner-API/.speakeasy/speakeasy-modifications-overlay.yaml
20-
registry:
21-
location: registry.speakeasyapi.dev/gusto/ruby-sdk/gusto-embedded-local
2215
targets:
2316
gusto-embedded:
2417
target: typescript
@@ -32,13 +25,3 @@ targets:
3225
location: registry.speakeasyapi.dev/gusto/ruby-sdk/gusto-embedded-oas-typescript-code-samples
3326
labelOverride:
3427
fixedValue: Typescript (SDK)
35-
local:
36-
target: typescript
37-
source: GustoEmbedded-local
38-
output: ./gusto_embedded
39-
codeSamples:
40-
registry:
41-
location: registry.speakeasyapi.dev/gusto/ruby-sdk/gusto-embedded-local-typescript-code-samples
42-
labelOverride:
43-
fixedValue: Typescript (SDK)
44-
blocking: false

0 commit comments

Comments
 (0)