File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55` upctl ` provides a command-line interface to UpCloud services. It allows you
66to control your resources from the command line or any compatible interface.
77
8- ``` bash
8+ ``` txt
99upctl a CLI tool for managing your UpCloud services.
1010
1111Usage:
12- upctl [flags]
1312upctl [command]
1413
1514Available Commands:
@@ -22,16 +21,21 @@ router Manage router
2221server Manage servers
2322storage Manage storages
2423version Display software information
24+ zone Display zone information
2525
2626Options:
2727 -t, --client-timeout duration CLI timeout when using interactive mode on some commands
28- Default: 1m0s
29-
30- --colours bool Use terminal colours (supported: auto, true, false)
31- Default: true
28+ Default: 0s
3229
3330 --config string Config file
3431
32+ --debug bool Print out more verbose debug logs
33+ Default: false
34+
35+ --force-colours force coloured output despite detected terminal support
36+
37+ --no-colours disable coloured output despite detected terminal support
38+
3539 -o, --output string Output format (supported: json, yaml and human)
3640 Default: human
3741
You can’t perform that action at this time.
0 commit comments