-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcdf.toml
More file actions
38 lines (33 loc) · 764 Bytes
/
cdf.toml
File metadata and controls
38 lines (33 loc) · 764 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
[cdf]
default_organization_dir = "cognite_toolkit"
#default_env = "dev"
file_encoding = "utf-8"
file_upload_timeout_seconds = 90
[alpha_flags]
graphql = true
import-cmd = true
module-repeat = true
profile = true
infield = true
migrate = true
infield-migrate = true
infield-dev = true
streams = true
create = true
extend-download = true
extend-upload = true
simulators = true
v08 = true
data-products = true
deployment-pack = true
[plugins]
run = true
dump = true
dev = true
data = true
[modules]
# This is the version of the modules. It should not be changed manually.
# It will be updated by the 'cdf modules upgrade' command.
version = "0.0.0"
[library.toolkit-data]
url = "https://github.com/cognitedata/toolkit-data/releases/download/latest/packages.zip"