|
1 |
| -┌───────────────┬──────────────────────┬──────────┬───────────────┬──────────────────────┬─────────────────┐ |
2 |
| -│ OPTION │ DESCRIPTION │ TYPE │ CONFIG KEY │ ENVIRONMENT VARIABLE │ FLAG │ |
3 |
| -├───────────────┼──────────────────────┼──────────┼───────────────┼──────────────────────┼─────────────────┤ |
4 |
| -│ debug │ Enable debug output │ boolean │ debug │ HCLOUD_DEBUG │ --debug │ |
5 |
| -├───────────────┼──────────────────────┼──────────┼───────────────┼──────────────────────┼─────────────────┤ |
6 |
| -│ debug-file │ File to write debug │ string │ debug_file │ HCLOUD_DEBUG_FILE │ --debug-file │ |
7 |
| -│ │ output to │ │ │ │ │ |
8 |
| -├───────────────┼──────────────────────┼──────────┼───────────────┼──────────────────────┼─────────────────┤ |
9 |
| -│ endpoint │ Hetzner Cloud API │ string │ endpoint │ HCLOUD_ENDPOINT │ --endpoint │ |
10 |
| -│ │ endpoint │ │ │ │ │ |
11 |
| -├───────────────┼──────────────────────┼──────────┼───────────────┼──────────────────────┼─────────────────┤ |
12 |
| -│ poll-interval │ Interval at which to │ duration │ poll_interval │ HCLOUD_POLL_INTERVAL │ --poll-interval │ |
13 |
| -│ │ poll information, │ │ │ │ │ |
14 |
| -│ │ for example action │ │ │ │ │ |
15 |
| -│ │ progress │ │ │ │ │ |
16 |
| -├───────────────┼──────────────────────┼──────────┼───────────────┼──────────────────────┼─────────────────┤ |
17 |
| -│ quiet │ If true, only print │ boolean │ quiet │ HCLOUD_QUIET │ --quiet │ |
18 |
| -│ │ error messages │ │ │ │ │ |
19 |
| -└───────────────┴──────────────────────┴──────────┴───────────────┴──────────────────────┴─────────────────┘ |
| 1 | +┌──────────────────┬──────────────────────┬─────────────┬──────────────────┬─────────────────────────┬─────────────────┐ |
| 2 | +│ OPTION │ DESCRIPTION │ TYPE │ CONFIG KEY │ ENVIRONMENT VARIABLE │ FLAG │ |
| 3 | +├──────────────────┼──────────────────────┼─────────────┼──────────────────┼─────────────────────────┼─────────────────┤ |
| 4 | +│ debug │ Enable debug output │ boolean │ debug │ HCLOUD_DEBUG │ --debug │ |
| 5 | +├──────────────────┼──────────────────────┼─────────────┼──────────────────┼─────────────────────────┼─────────────────┤ |
| 6 | +│ debug-file │ File to write debug │ string │ debug_file │ HCLOUD_DEBUG_FILE │ --debug-file │ |
| 7 | +│ │ output to │ │ │ │ │ |
| 8 | +├──────────────────┼──────────────────────┼─────────────┼──────────────────┼─────────────────────────┼─────────────────┤ |
| 9 | +│ default-ssh-keys │ Default SSH keys for │ string list │ default_ssh_keys │ HCLOUD_DEFAULT_SSH_KEYS │ │ |
| 10 | +│ │ new servers │ │ │ │ │ |
| 11 | +├──────────────────┼──────────────────────┼─────────────┼──────────────────┼─────────────────────────┼─────────────────┤ |
| 12 | +│ endpoint │ Hetzner Cloud API │ string │ endpoint │ HCLOUD_ENDPOINT │ --endpoint │ |
| 13 | +│ │ endpoint │ │ │ │ │ |
| 14 | +├──────────────────┼──────────────────────┼─────────────┼──────────────────┼─────────────────────────┼─────────────────┤ |
| 15 | +│ poll-interval │ Interval at which to │ duration │ poll_interval │ HCLOUD_POLL_INTERVAL │ --poll-interval │ |
| 16 | +│ │ poll information, │ │ │ │ │ |
| 17 | +│ │ for example action │ │ │ │ │ |
| 18 | +│ │ progress │ │ │ │ │ |
| 19 | +├──────────────────┼──────────────────────┼─────────────┼──────────────────┼─────────────────────────┼─────────────────┤ |
| 20 | +│ quiet │ If true, only print │ boolean │ quiet │ HCLOUD_QUIET │ --quiet │ |
| 21 | +│ │ error messages │ │ │ │ │ |
| 22 | +└──────────────────┴──────────────────────┴─────────────┴──────────────────┴─────────────────────────┴─────────────────┘ |
0 commit comments