Skip to content

Commit 1f0691d

Browse files
kangastagithub-actions[bot]
authored andcommitted
chore(doc): update documentation
1 parent 47afc44 commit 1f0691d

File tree

73 files changed

+438
-438
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+438
-438
lines changed

docs/upctl.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ upctl a CLI tool for managing your UpCloud services.
99
### Options
1010

1111
```
12-
-t, --client-timeout duration CLI timeout when using interactive mode on some commands
13-
--config string Config file
14-
--debug Print out more verbose debug logs
15-
--force-colours[=true] force coloured output despite detected terminal support
12+
-t, --client-timeout duration Client timeout to use in API calls.
13+
--config string Configuration file path.
14+
--debug Print out more verbose debug logs.
15+
--force-colours[=true] Force coloured output despite detected terminal support.
1616
-h, --help help for upctl
17-
--no-colours[=true] disable coloured output despite detected terminal support
17+
--no-colours[=true] Disable coloured output despite detected terminal support. Colours can also be disabled by setting NO_COLOR environment variable.
1818
-o, --output string Output format (supported: json, yaml and human) (default "human")
1919
```
2020

@@ -32,4 +32,4 @@ upctl a CLI tool for managing your UpCloud services.
3232
* [upctl version](upctl_version.md) - Display software information
3333
* [upctl zone](upctl_zone.md) - Display zone information
3434

35-
###### Auto generated by spf13/cobra on 7-Jul-2022
35+
###### Auto generated by spf13/cobra on 15-Jul-2022

docs/upctl_account.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ upctl account [flags]
1515
### Options inherited from parent commands
1616

1717
```
18-
-t, --client-timeout duration CLI timeout when using interactive mode on some commands
19-
--config string Config file
20-
--debug Print out more verbose debug logs
21-
--force-colours[=true] force coloured output despite detected terminal support
22-
--no-colours[=true] disable coloured output despite detected terminal support
18+
-t, --client-timeout duration Client timeout to use in API calls.
19+
--config string Configuration file path.
20+
--debug Print out more verbose debug logs.
21+
--force-colours[=true] Force coloured output despite detected terminal support.
22+
--no-colours[=true] Disable coloured output despite detected terminal support. Colours can also be disabled by setting NO_COLOR environment variable.
2323
-o, --output string Output format (supported: json, yaml and human) (default "human")
2424
```
2525

@@ -28,4 +28,4 @@ upctl account [flags]
2828
* [upctl](upctl.md) - UpCloud CLI
2929
* [upctl account show](upctl_account_show.md) - Show account
3030

31-
###### Auto generated by spf13/cobra on 7-Jul-2022
31+
###### Auto generated by spf13/cobra on 15-Jul-2022

docs/upctl_account_show.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ upctl account show
2121
### Options inherited from parent commands
2222

2323
```
24-
-t, --client-timeout duration CLI timeout when using interactive mode on some commands
25-
--config string Config file
26-
--debug Print out more verbose debug logs
27-
--force-colours[=true] force coloured output despite detected terminal support
28-
--no-colours[=true] disable coloured output despite detected terminal support
24+
-t, --client-timeout duration Client timeout to use in API calls.
25+
--config string Configuration file path.
26+
--debug Print out more verbose debug logs.
27+
--force-colours[=true] Force coloured output despite detected terminal support.
28+
--no-colours[=true] Disable coloured output despite detected terminal support. Colours can also be disabled by setting NO_COLOR environment variable.
2929
-o, --output string Output format (supported: json, yaml and human) (default "human")
3030
```
3131

3232
### SEE ALSO
3333

3434
* [upctl account](upctl_account.md) - Manage account
3535

36-
###### Auto generated by spf13/cobra on 7-Jul-2022
36+
###### Auto generated by spf13/cobra on 15-Jul-2022

docs/upctl_completion.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ upctl completion bash
2121
### Options inherited from parent commands
2222

2323
```
24-
-t, --client-timeout duration CLI timeout when using interactive mode on some commands
25-
--config string Config file
26-
--debug Print out more verbose debug logs
27-
--force-colours[=true] force coloured output despite detected terminal support
28-
--no-colours[=true] disable coloured output despite detected terminal support
24+
-t, --client-timeout duration Client timeout to use in API calls.
25+
--config string Configuration file path.
26+
--debug Print out more verbose debug logs.
27+
--force-colours[=true] Force coloured output despite detected terminal support.
28+
--no-colours[=true] Disable coloured output despite detected terminal support. Colours can also be disabled by setting NO_COLOR environment variable.
2929
-o, --output string Output format (supported: json, yaml and human) (default "human")
3030
```
3131

3232
### SEE ALSO
3333

3434
* [upctl](upctl.md) - UpCloud CLI
3535

36-
###### Auto generated by spf13/cobra on 7-Jul-2022
36+
###### Auto generated by spf13/cobra on 15-Jul-2022

docs/upctl_database.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ upctl database [flags]
1515
### Options inherited from parent commands
1616

1717
```
18-
-t, --client-timeout duration CLI timeout when using interactive mode on some commands
19-
--config string Config file
20-
--debug Print out more verbose debug logs
21-
--force-colours[=true] force coloured output despite detected terminal support
22-
--no-colours[=true] disable coloured output despite detected terminal support
18+
-t, --client-timeout duration Client timeout to use in API calls.
19+
--config string Configuration file path.
20+
--debug Print out more verbose debug logs.
21+
--force-colours[=true] Force coloured output despite detected terminal support.
22+
--no-colours[=true] Disable coloured output despite detected terminal support. Colours can also be disabled by setting NO_COLOR environment variable.
2323
-o, --output string Output format (supported: json, yaml and human) (default "human")
2424
```
2525

@@ -34,4 +34,4 @@ upctl database [flags]
3434
* [upctl database stop](upctl_database_stop.md) - Stop a managed database
3535
* [upctl database types](upctl_database_types.md) - List available database types
3636

37-
###### Auto generated by spf13/cobra on 7-Jul-2022
37+
###### Auto generated by spf13/cobra on 15-Jul-2022

docs/upctl_database_connection.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ upctl database connection [flags]
1515
### Options inherited from parent commands
1616

1717
```
18-
-t, --client-timeout duration CLI timeout when using interactive mode on some commands
19-
--config string Config file
20-
--debug Print out more verbose debug logs
21-
--force-colours[=true] force coloured output despite detected terminal support
22-
--no-colours[=true] disable coloured output despite detected terminal support
18+
-t, --client-timeout duration Client timeout to use in API calls.
19+
--config string Configuration file path.
20+
--debug Print out more verbose debug logs.
21+
--force-colours[=true] Force coloured output despite detected terminal support.
22+
--no-colours[=true] Disable coloured output despite detected terminal support. Colours can also be disabled by setting NO_COLOR environment variable.
2323
-o, --output string Output format (supported: json, yaml and human) (default "human")
2424
```
2525

@@ -29,4 +29,4 @@ upctl database connection [flags]
2929
* [upctl database connection cancel](upctl_database_connection_cancel.md) - Terminate client connection or cancel runnig query for a database
3030
* [upctl database connection list](upctl_database_connection_list.md) - List current connections to specified databases
3131

32-
###### Auto generated by spf13/cobra on 7-Jul-2022
32+
###### Auto generated by spf13/cobra on 15-Jul-2022

docs/upctl_database_connection_cancel.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ upctl database connection cancel 0fa980c4-0e4f-460b-9869-11b7bd62b833 --pid 2345
2424
### Options inherited from parent commands
2525

2626
```
27-
-t, --client-timeout duration CLI timeout when using interactive mode on some commands
28-
--config string Config file
29-
--debug Print out more verbose debug logs
30-
--force-colours[=true] force coloured output despite detected terminal support
31-
--no-colours[=true] disable coloured output despite detected terminal support
27+
-t, --client-timeout duration Client timeout to use in API calls.
28+
--config string Configuration file path.
29+
--debug Print out more verbose debug logs.
30+
--force-colours[=true] Force coloured output despite detected terminal support.
31+
--no-colours[=true] Disable coloured output despite detected terminal support. Colours can also be disabled by setting NO_COLOR environment variable.
3232
-o, --output string Output format (supported: json, yaml and human) (default "human")
3333
```
3434

3535
### SEE ALSO
3636

3737
* [upctl database connection](upctl_database_connection.md) - Manage database connections
3838

39-
###### Auto generated by spf13/cobra on 7-Jul-2022
39+
###### Auto generated by spf13/cobra on 15-Jul-2022

docs/upctl_database_connection_list.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ upctl database connection list
2121
### Options inherited from parent commands
2222

2323
```
24-
-t, --client-timeout duration CLI timeout when using interactive mode on some commands
25-
--config string Config file
26-
--debug Print out more verbose debug logs
27-
--force-colours[=true] force coloured output despite detected terminal support
28-
--no-colours[=true] disable coloured output despite detected terminal support
24+
-t, --client-timeout duration Client timeout to use in API calls.
25+
--config string Configuration file path.
26+
--debug Print out more verbose debug logs.
27+
--force-colours[=true] Force coloured output despite detected terminal support.
28+
--no-colours[=true] Disable coloured output despite detected terminal support. Colours can also be disabled by setting NO_COLOR environment variable.
2929
-o, --output string Output format (supported: json, yaml and human) (default "human")
3030
```
3131

3232
### SEE ALSO
3333

3434
* [upctl database connection](upctl_database_connection.md) - Manage database connections
3535

36-
###### Auto generated by spf13/cobra on 7-Jul-2022
36+
###### Auto generated by spf13/cobra on 15-Jul-2022

docs/upctl_database_list.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ upctl database list
2121
### Options inherited from parent commands
2222

2323
```
24-
-t, --client-timeout duration CLI timeout when using interactive mode on some commands
25-
--config string Config file
26-
--debug Print out more verbose debug logs
27-
--force-colours[=true] force coloured output despite detected terminal support
28-
--no-colours[=true] disable coloured output despite detected terminal support
24+
-t, --client-timeout duration Client timeout to use in API calls.
25+
--config string Configuration file path.
26+
--debug Print out more verbose debug logs.
27+
--force-colours[=true] Force coloured output despite detected terminal support.
28+
--no-colours[=true] Disable coloured output despite detected terminal support. Colours can also be disabled by setting NO_COLOR environment variable.
2929
-o, --output string Output format (supported: json, yaml and human) (default "human")
3030
```
3131

3232
### SEE ALSO
3333

3434
* [upctl database](upctl_database.md) - Manage databases
3535

36-
###### Auto generated by spf13/cobra on 7-Jul-2022
36+
###### Auto generated by spf13/cobra on 15-Jul-2022

docs/upctl_database_plans.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ upctl database plans mysql
2222
### Options inherited from parent commands
2323

2424
```
25-
-t, --client-timeout duration CLI timeout when using interactive mode on some commands
26-
--config string Config file
27-
--debug Print out more verbose debug logs
28-
--force-colours[=true] force coloured output despite detected terminal support
29-
--no-colours[=true] disable coloured output despite detected terminal support
25+
-t, --client-timeout duration Client timeout to use in API calls.
26+
--config string Configuration file path.
27+
--debug Print out more verbose debug logs.
28+
--force-colours[=true] Force coloured output despite detected terminal support.
29+
--no-colours[=true] Disable coloured output despite detected terminal support. Colours can also be disabled by setting NO_COLOR environment variable.
3030
-o, --output string Output format (supported: json, yaml and human) (default "human")
3131
```
3232

3333
### SEE ALSO
3434

3535
* [upctl database](upctl_database.md) - Manage databases
3636

37-
###### Auto generated by spf13/cobra on 7-Jul-2022
37+
###### Auto generated by spf13/cobra on 15-Jul-2022

0 commit comments

Comments
 (0)