forked from unioslo/harbor-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample_config.toml
61 lines (52 loc) · 914 Bytes
/
sample_config.toml
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
[harbor]
url = ""
username = ""
secret = ""
basicauth = ""
credentials_file = ""
validate_data = true
raw_mode = false
verify_ssl = true
keyring = false
[harbor.retry]
enabled = true
max_tries = 5
max_time = 10.0
[general]
confirm_deletion = true
confirm_enumeration = true
warnings = true
[output]
format = "table"
paging = false
pager = ""
[output.table]
description = false
max_depth = 0
compact = true
[output.table.style]
title = ""
header = "bold green"
rows = ""
border = ""
footer = ""
caption = ""
expand = true
show_header = true
bool_emoji = false
[output.JSON]
indent = 2
sort_keys = false
[repl]
history = true
history_file = "/Users/unioslo/Library/Application Support/harbor-cli/history"
[cache]
enabled = false
ttl = 300
[logging]
enabled = true
level = "WARNING"
directory = "/Users/unioslo/Library/Logs/harbor-cli"
filename = "harbor-cli.log"
datetime_format = "%Y-%m-%d"
retention = 30