Skip to content

Commit 65430fe

Browse files
authored
cli: gen update (#1022)
1 parent 1896622 commit 65430fe

32 files changed

+226
-319
lines changed

docs/reference/cli/evcc.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ evcc [flags]
3636
- [evcc device](evcc_device.md) - Query database-configured devices (debug only)
3737
- [evcc discuss](evcc_discuss.md) - Request support at Github Discussions (https://github.com/evcc-io/evcc/discussions/categories/erste-hilfe)
3838
- [evcc dump](evcc_dump.md) - Dump configuration
39-
- [evcc eebus-cert](evcc_eebus-cert.md) - Generate EEBUS certificate for using EEBUS compatible chargers
4039
- [evcc meter](evcc_meter.md) - Query configured meters
4140
- [evcc migrate](evcc_migrate.md) - Migrate yaml to database (deprecated), reset only
4241
- [evcc password](evcc_password.md) - Password administration

docs/reference/cli/evcc_cache.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,12 @@ Manage cache entries
55
## Options inherited from parent commands
66

77
```
8-
-c, --config string Config file (default "~/evcc.yaml" or "/etc/evcc.yaml")
9-
--custom-css string Additional user-defined CSS file for custom styling. No compatibility guarantees.
10-
--database string Database location (default "~/.evcc/evcc.db")
11-
--demo Enter demo mode. Disables auth, config ui and restart
12-
-h, --help Help
13-
--ignore-db Run command ignoring service database
14-
-l, --log string Log level (fatal, error, warn, info, debug, trace) (default "info")
15-
--log-headers Log headers
16-
--template string Add custom template file (debug only)
17-
--template-type string Custom template type (charger, meter, tariff, vehicle) (debug only)
8+
-c, --config string Config file (default "~/evcc.yaml" or "/etc/evcc.yaml")
9+
--database string Database location (default "~/.evcc/evcc.db")
10+
-h, --help Help
11+
--ignore-db Run command ignoring service database
12+
-l, --log string Log level (fatal, error, warn, info, debug, trace) (default "info")
13+
--log-headers Log headers
1814
```
1915

2016
## See also

docs/reference/cli/evcc_cache_clear.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,12 @@ evcc cache clear [flags]
1515
## Options inherited from parent commands
1616

1717
```
18-
-c, --config string Config file (default "~/evcc.yaml" or "/etc/evcc.yaml")
19-
--custom-css string Additional user-defined CSS file for custom styling. No compatibility guarantees.
20-
--database string Database location (default "~/.evcc/evcc.db")
21-
--demo Enter demo mode. Disables auth, config ui and restart
22-
-h, --help Help
23-
--ignore-db Run command ignoring service database
24-
-l, --log string Log level (fatal, error, warn, info, debug, trace) (default "info")
25-
--log-headers Log headers
26-
--template string Add custom template file (debug only)
27-
--template-type string Custom template type (charger, meter, tariff, vehicle) (debug only)
18+
-c, --config string Config file (default "~/evcc.yaml" or "/etc/evcc.yaml")
19+
--database string Database location (default "~/.evcc/evcc.db")
20+
-h, --help Help
21+
--ignore-db Run command ignoring service database
22+
-l, --log string Log level (fatal, error, warn, info, debug, trace) (default "info")
23+
--log-headers Log headers
2824
```
2925

3026
## See also

docs/reference/cli/evcc_cache_get.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,12 @@ evcc cache get [flags]
99
## Options inherited from parent commands
1010

1111
```
12-
-c, --config string Config file (default "~/evcc.yaml" or "/etc/evcc.yaml")
13-
--custom-css string Additional user-defined CSS file for custom styling. No compatibility guarantees.
14-
--database string Database location (default "~/.evcc/evcc.db")
15-
--demo Enter demo mode. Disables auth, config ui and restart
16-
-h, --help Help
17-
--ignore-db Run command ignoring service database
18-
-l, --log string Log level (fatal, error, warn, info, debug, trace) (default "info")
19-
--log-headers Log headers
20-
--template string Add custom template file (debug only)
21-
--template-type string Custom template type (charger, meter, tariff, vehicle) (debug only)
12+
-c, --config string Config file (default "~/evcc.yaml" or "/etc/evcc.yaml")
13+
--database string Database location (default "~/.evcc/evcc.db")
14+
-h, --help Help
15+
--ignore-db Run command ignoring service database
16+
-l, --log string Log level (fatal, error, warn, info, debug, trace) (default "info")
17+
--log-headers Log headers
2218
```
2319

2420
## See also

docs/reference/cli/evcc_charger.md

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,29 +9,27 @@ evcc charger [name] [flags]
99
## Options
1010

1111
```
12-
-i, --current float Set maximum current
13-
--diagnose Diagnose
14-
-d, --disable Disable
15-
-e, --enable Enable
16-
--heartbeat After command, continue running device heartbeats (if any) until interrupted
17-
-p, --phases int Set usable phases (1 or 3)
18-
--timeout duration Timeout (default 1s)
19-
-w, --wakeup Wake up
12+
-i, --current float Set maximum current
13+
--diagnose Diagnose
14+
-d, --disable Disable
15+
-e, --enable Enable
16+
--heartbeat After command, continue running device heartbeats (if any) until interrupted
17+
-p, --phases int Set usable phases (1 or 3)
18+
--template string Add custom template file (debug only)
19+
--template-type string Custom template type (charger, meter, tariff, vehicle) (debug only)
20+
--timeout duration Timeout (default 1s)
21+
-w, --wakeup Wake up
2022
```
2123

2224
## Options inherited from parent commands
2325

2426
```
25-
-c, --config string Config file (default "~/evcc.yaml" or "/etc/evcc.yaml")
26-
--custom-css string Additional user-defined CSS file for custom styling. No compatibility guarantees.
27-
--database string Database location (default "~/.evcc/evcc.db")
28-
--demo Enter demo mode. Disables auth, config ui and restart
29-
-h, --help Help
30-
--ignore-db Run command ignoring service database
31-
-l, --log string Log level (fatal, error, warn, info, debug, trace) (default "info")
32-
--log-headers Log headers
33-
--template string Add custom template file (debug only)
34-
--template-type string Custom template type (charger, meter, tariff, vehicle) (debug only)
27+
-c, --config string Config file (default "~/evcc.yaml" or "/etc/evcc.yaml")
28+
--database string Database location (default "~/.evcc/evcc.db")
29+
-h, --help Help
30+
--ignore-db Run command ignoring service database
31+
-l, --log string Log level (fatal, error, warn, info, debug, trace) (default "info")
32+
--log-headers Log headers
3533
```
3634

3735
## See also

docs/reference/cli/evcc_charger_ramp.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,21 @@ evcc charger ramp [name] [flags]
99
## Options
1010

1111
```
12-
--delay string ramp delay (default "1s")
13-
--digits string fractional digits (0..2) (default "0")
12+
--delay string ramp delay (default "1s")
13+
--digits string fractional digits (0..2) (default "0")
14+
--template string Add custom template file (debug only)
15+
--template-type string Custom template type (charger, meter, tariff, vehicle) (debug only)
1416
```
1517

1618
## Options inherited from parent commands
1719

1820
```
19-
-c, --config string Config file (default "~/evcc.yaml" or "/etc/evcc.yaml")
20-
--custom-css string Additional user-defined CSS file for custom styling. No compatibility guarantees.
21-
--database string Database location (default "~/.evcc/evcc.db")
22-
--demo Enter demo mode. Disables auth, config ui and restart
23-
-h, --help Help
24-
--ignore-db Run command ignoring service database
25-
-l, --log string Log level (fatal, error, warn, info, debug, trace) (default "info")
26-
--log-headers Log headers
27-
--template string Add custom template file (debug only)
28-
--template-type string Custom template type (charger, meter, tariff, vehicle) (debug only)
21+
-c, --config string Config file (default "~/evcc.yaml" or "/etc/evcc.yaml")
22+
--database string Database location (default "~/.evcc/evcc.db")
23+
-h, --help Help
24+
--ignore-db Run command ignoring service database
25+
-l, --log string Log level (fatal, error, warn, info, debug, trace) (default "info")
26+
--log-headers Log headers
2927
```
3028

3129
## See also

docs/reference/cli/evcc_checkconfig.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,12 @@ evcc checkconfig [flags]
1515
## Options inherited from parent commands
1616

1717
```
18-
-c, --config string Config file (default "~/evcc.yaml" or "/etc/evcc.yaml")
19-
--custom-css string Additional user-defined CSS file for custom styling. No compatibility guarantees.
20-
--database string Database location (default "~/.evcc/evcc.db")
21-
--demo Enter demo mode. Disables auth, config ui and restart
22-
-h, --help Help
23-
--ignore-db Run command ignoring service database
24-
-l, --log string Log level (fatal, error, warn, info, debug, trace) (default "info")
25-
--log-headers Log headers
26-
--template string Add custom template file (debug only)
27-
--template-type string Custom template type (charger, meter, tariff, vehicle) (debug only)
18+
-c, --config string Config file (default "~/evcc.yaml" or "/etc/evcc.yaml")
19+
--database string Database location (default "~/.evcc/evcc.db")
20+
-h, --help Help
21+
--ignore-db Run command ignoring service database
22+
-l, --log string Log level (fatal, error, warn, info, debug, trace) (default "info")
23+
--log-headers Log headers
2824
```
2925

3026
## See also

docs/reference/cli/evcc_completion.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,12 @@ See each sub-command's help for details on how to use the generated script.
1010
## Options inherited from parent commands
1111

1212
```
13-
-c, --config string Config file (default "~/evcc.yaml" or "/etc/evcc.yaml")
14-
--custom-css string Additional user-defined CSS file for custom styling. No compatibility guarantees.
15-
--database string Database location (default "~/.evcc/evcc.db")
16-
--demo Enter demo mode. Disables auth, config ui and restart
17-
-h, --help Help
18-
--ignore-db Run command ignoring service database
19-
-l, --log string Log level (fatal, error, warn, info, debug, trace) (default "info")
20-
--log-headers Log headers
21-
--template string Add custom template file (debug only)
22-
--template-type string Custom template type (charger, meter, tariff, vehicle) (debug only)
13+
-c, --config string Config file (default "~/evcc.yaml" or "/etc/evcc.yaml")
14+
--database string Database location (default "~/.evcc/evcc.db")
15+
-h, --help Help
16+
--ignore-db Run command ignoring service database
17+
-l, --log string Log level (fatal, error, warn, info, debug, trace) (default "info")
18+
--log-headers Log headers
2319
```
2420

2521
## See also

docs/reference/cli/evcc_completion_bash.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,12 @@ evcc completion bash
4444
## Options inherited from parent commands
4545

4646
```
47-
-c, --config string Config file (default "~/evcc.yaml" or "/etc/evcc.yaml")
48-
--custom-css string Additional user-defined CSS file for custom styling. No compatibility guarantees.
49-
--database string Database location (default "~/.evcc/evcc.db")
50-
--demo Enter demo mode. Disables auth, config ui and restart
51-
-h, --help Help
52-
--ignore-db Run command ignoring service database
53-
-l, --log string Log level (fatal, error, warn, info, debug, trace) (default "info")
54-
--log-headers Log headers
55-
--template string Add custom template file (debug only)
56-
--template-type string Custom template type (charger, meter, tariff, vehicle) (debug only)
47+
-c, --config string Config file (default "~/evcc.yaml" or "/etc/evcc.yaml")
48+
--database string Database location (default "~/.evcc/evcc.db")
49+
-h, --help Help
50+
--ignore-db Run command ignoring service database
51+
-l, --log string Log level (fatal, error, warn, info, debug, trace) (default "info")
52+
--log-headers Log headers
5753
```
5854

5955
## See also

docs/reference/cli/evcc_completion_fish.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,12 @@ evcc completion fish [flags]
3333
## Options inherited from parent commands
3434

3535
```
36-
-c, --config string Config file (default "~/evcc.yaml" or "/etc/evcc.yaml")
37-
--custom-css string Additional user-defined CSS file for custom styling. No compatibility guarantees.
38-
--database string Database location (default "~/.evcc/evcc.db")
39-
--demo Enter demo mode. Disables auth, config ui and restart
40-
-h, --help Help
41-
--ignore-db Run command ignoring service database
42-
-l, --log string Log level (fatal, error, warn, info, debug, trace) (default "info")
43-
--log-headers Log headers
44-
--template string Add custom template file (debug only)
45-
--template-type string Custom template type (charger, meter, tariff, vehicle) (debug only)
36+
-c, --config string Config file (default "~/evcc.yaml" or "/etc/evcc.yaml")
37+
--database string Database location (default "~/.evcc/evcc.db")
38+
-h, --help Help
39+
--ignore-db Run command ignoring service database
40+
-l, --log string Log level (fatal, error, warn, info, debug, trace) (default "info")
41+
--log-headers Log headers
4642
```
4743

4844
## See also

0 commit comments

Comments
 (0)