-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgenerators.yml
More file actions
43 lines (43 loc) · 1.1 KB
/
generators.yml
File metadata and controls
43 lines (43 loc) · 1.1 KB
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
40
41
42
43
default-group: local
groups:
local:
generators:
- name: fernapi/fern-go-sdk
version: 1.34.5
config:
importPath: github.com/Method-Security/methodaws/generated/go
output:
location: local-file-system
path: ../generated/go
smart-casing: false
pypi-local:
generators:
- name: fernapi/fern-pydantic-model
version: 1.11.2
output:
location: local-file-system
path: ../generated/python
smart-casing: false
pypi-test:
generators:
- name: fernapi/fern-pydantic-model
version: 1.11.2
config:
package_name: methodaws
output:
location: pypi
package-name: methodaws
token: ${TEST_PYPI_TOKEN}
url: https://test.pypi.org/legacy/
smart-casing: false
pypi:
generators:
- name: fernapi/fern-pydantic-model
version: 1.11.2
config:
package_name: methodaws
output:
location: pypi
package-name: methodaws
token: ${PYPI_TOKEN}
smart-casing: false