-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgenerators.yml
More file actions
39 lines (39 loc) · 1021 Bytes
/
generators.yml
File metadata and controls
39 lines (39 loc) · 1021 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
default-group: local
groups:
local:
generators:
- name: fernapi/fern-go-sdk
version: 0.37.2
config:
importpath: github.com/method-security/methodokta/generated/go
output:
location: local-file-system
path: ../generated/go
pypi-local:
generators:
- name: fernapi/fern-pydantic-model
version: 1.4.7
output:
location: local-file-system
path: ../generated/python
pypi-test:
generators:
- name: fernapi/fern-pydantic-model
version: 1.4.7
config:
package_name: methodokta
output:
location: pypi
package-name: methodokta
token: ${TEST_PYPI_TOKEN}
url: https://test.pypi.org/legacy/
pypi:
generators:
- name: fernapi/fern-pydantic-model
version: 1.4.7
config:
package_name: methodokta
output:
location: pypi
package-name: methodokta
token: ${PYPI_TOKEN}