Skip to content

Commit 7a8215f

Browse files
committed
chore(doc): update output snippet
1 parent a28ede9 commit 7a8215f

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@
55
`upctl` provides a command-line interface to UpCloud services. It allows you
66
to control your resources from the command line or any compatible interface.
77

8-
```bash
8+
```txt
99
upctl a CLI tool for managing your UpCloud services.
1010
1111
Usage:
12-
upctl [flags]
1312
upctl [command]
1413
1514
Available Commands:
@@ -22,16 +21,21 @@ router Manage router
2221
server Manage servers
2322
storage Manage storages
2423
version Display software information
24+
zone Display zone information
2525
2626
Options:
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

0 commit comments

Comments
 (0)