You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tiup/tiup-command-list.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,19 +20,19 @@ tiup list [component] [flags]
20
20
21
21
- Displays all components. By default, TiUP does not show hidden components.
22
22
- Data type: `BOOLEAN`
23
-
-Default: false
23
+
-This option is disabled by default and its default value is `false`. To enable this option, you can add this option to the command, and pass the `true` value or do not pass any value.
24
24
25
25
### --installed
26
26
27
27
- Only displays components and versions that have been installed.
28
28
- Data type: `BOOLEAN`
29
-
-Default: false
29
+
-This option is disabled by default and its default value is `false`. To enable this option, you can add this option to the command, and pass the `true` value or do not pass any value.
30
30
31
31
### --verbose
32
32
33
33
- Displays installed component versions in the components list.
34
34
- Data type: `BOOLEAN`
35
-
-Default: false
35
+
-This option is disabled by default and its default value is `false`. To enable this option, you can add this option to the command, and pass the `true` value or do not pass any value.
- Whether to clone the whole mirror. If this option is set, other options becomes ignored and TiUP completely clones all components of all versions from the targeted mirror.
23
23
- Data type: `BOOLEAN`
24
-
-Default: false
24
+
-This option is disabled by default and its default value is `false`. To enable this option, you can add this option to the command, and pass the `true` value or do not pass any value.
- Whether to only match the prefix of versions. By default, TiUP downloads a component version when it is strictly matched. If this option is set, TiUP also downloads component versions of which prefixes are matched.
41
41
- Data type: `BOOLEAN`
42
-
-Default: false
42
+
-This option is disabled by default and its default value is `false`. To enable this option, you can add this option to the command, and pass the `true` value or do not pass any value.
Copy file name to clipboardExpand all lines: tiup/tiup-command-mirror-genkey.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,13 +35,13 @@ tiup mirror genkey [flags]
35
35
- Shows the corresponding public key of the private key specified in the option `-n/--name`.
36
36
- TiUP does not create a new private key when `-p/--public` is specified. If the private key specified in `-n/--name` does not exist, TiUP returns an error.
37
37
- Data type: `BOOLEAN`
38
-
-Default: false
38
+
-This option is disabled by default and its default value is `false`. To enable this option, you can add this option to the command, and pass the `true` value or do not pass any value.
39
39
40
40
### --save
41
41
42
42
- Saves the information of the public key as a file in the current directory. The file name is `{hash-prefix}-public.json`. `hash-prefix` is the first 16 bits of the key ID.
43
43
- Data type: `BOOLEAN`
44
-
-Default: false
44
+
-This option is disabled by default and its default value is `false`. To enable this option, you can add this option to the command, and pass the `true` value or do not pass any value.
Copy file name to clipboardExpand all lines: tiup/tiup-command-mirror-publish.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ The meaning of each parameter is as follows:
73
73
74
74
- Controls whether the component can run standalone. This option is currently **NOT available**.
75
75
- Data type: `BOOLEAN`
76
-
-Default: false
76
+
-This option is disabled by default and its default value is `false`. To enable this option, you can add this option to the command, and pass the `true` value or do not pass any value.
- Uninstalls all installed versions of the specified component(s). You must use this option when `<version>` is omitted.
24
24
- Data type: `BOOLEAN`
25
-
-Default: `false`
25
+
-This option is disabled by default and its default value is `false`. To enable this option, you can add this option to the command, and pass the `true` value or do not pass any value.
26
26
27
27
### --self
28
28
29
29
- Uninstalls TiUP itself. When this option is used, all data downloaded from the mirror is deleted, but the data generated by TiUP and its components is retained. The data is stored in the directory specified by the `TIUP_HOME` environment variable. If `TIUP_HOME` is not set, the default value is `~/.tiup/`.
30
30
- Data type: `BOOLEAN`
31
-
-Default: `false`
31
+
-This option is disabled by default and its default value is `false`. To enable this option, you can add this option to the command, and pass the `true` value or do not pass any value.
Copy file name to clipboardExpand all lines: tiup/tiup-command-update.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,25 +24,25 @@ The update operation does not delete the old version. You can still specify usin
24
24
25
25
- If no component is specified, this option must be specified.
26
26
- Data type: `BOOLEAN`
27
-
-Default: `false`
27
+
-This option is disabled by default and its default value is `false`. To enable this option, you can add this option to the command, and pass the `true` value or do not pass any value.
28
28
29
29
### --force
30
30
31
31
- If the specified version of the component is already installed, the update operation is skipped by default. Specifying this option will have the installed version forcibly updated.
32
32
- Data type: `BOOLEAN`
33
-
-Default: `false`
33
+
-This option is disabled by default and its default value is `false`. To enable this option, you can add this option to the command, and pass the `true` value or do not pass any value.
34
34
35
35
### --nightly
36
36
37
37
- Updates the specified components to the nightly version. The `tiup update` command with this option is equivalent to the `tiup update <component>:nightly` command.
38
38
- Data type: `BOOLEAN`
39
-
-Default: `false`
39
+
-This option is disabled by default and its default value is `false`. To enable this option, you can add this option to the command, and pass the `true` value or do not pass any value.
40
40
41
41
### --self
42
42
43
43
- Updates TiUP itself.
44
44
- Data type: `BOOLEAN`
45
-
-Default: `false`
45
+
-This option is disabled by default and its default value is `false`. To enable this option, you can add this option to the command, and pass the `true` value or do not pass any value.
-This option is disabled by default and its default value is `false`. To enable this option, you can add this option to the command, and pass the `true` value or do not pass any value.
- Cleans data and the log at the same time. It is equivalent to specifying `--data` and `--log` at the same time.
26
26
- Data type: `BOOLEAN`
27
-
-Default: false
27
+
-This option is disabled by default and its default value is `false`. To enable this option, you can add this option to the command, and pass the `true` value or do not pass any value.
28
28
- If it is not specified, you must specify at lease one of the following options:
- Cleans data. If neither of it nor `--all` is specified, data will not be cleaned.
35
35
- Data type: `BOOLEAN`
36
-
-Default: false
36
+
-This option is disabled by default and its default value is `false`. To enable this option, you can add this option to the command, and pass the `true` value or do not pass any value.
37
37
38
38
### --log
39
39
40
40
- Cleans the log. If neither of it nor `--all` is specified, the log will not be cleaned.
41
41
- Data type: `BOOLEAN`
42
-
-Default: false
42
+
-This option is disabled by default and its default value is `false`. To enable this option, you can add this option to the command, and pass the `true` value or do not pass any value.
-This option is disabled by default and its default value is `false`. To enable this option, you can add this option to the command, and pass the `true` value or do not pass any value.
- Specifies the password used to connect to the target machine. Do not use this option with `-i/--identity_file` at the same time.
36
36
- Data type: `BOOLEAN`
37
-
-Default: false
37
+
-This option is disabled by default and its default value is `false`. To enable this option, you can add this option to the command, and pass the `true` value or do not pass any value.
38
38
39
39
### --ignore-config-check
40
40
41
41
- This option is used to skip the configuration check. After the binary files of components are deployed, the configurations of TiDB, TiKV, and PD components are checked using `<binary> --config-check <config-file>`. `<binary>` is the path of the deployed binary file. `<config-file>` is the configuration file generated based on the user configuration.
42
-
-Data type: `BOOLEAN`
42
+
-This option is disabled by default and its default value is `false`. To enable this option, you can add this option to the command, and pass the `true` value or do not pass any value.
- When two or more TiKV nodes are deployed on the same physical machine, a risk exists: PD cannot learn the cluster topology, so PD might schedule multiple replicas of a Region to different TiKV nodes on one physical machine, which makes this physical machine a single point. To avoid this risk, you can use labels to tell PD not to schedule the same Region to the same machine. See [Schedule Replicas by Topology Labels](/schedule-replicas-by-topology-labels.md) for label configuration.
49
49
- For the test environment, this risk might matter and you can use `--no-labels` to skip the check.
50
50
- Data type: `BOOLEAN`
51
-
-Default: false
51
+
-This option is disabled by default and its default value is `false`. To enable this option, you can add this option to the command, and pass the `true` value or do not pass any value.
52
52
53
53
### --skip-create-user
54
54
55
55
- During the cluster deployment, tiup-cluster checks whether the specified user name in the topology file exists or not. If not, it creates one. To skip this check, you can use the `--skip-create-user` option.
56
56
- Data type: `BOOLEAN`
57
-
-Default: false
57
+
-This option is disabled by default and its default value is `false`. To enable this option, you can add this option to the command, and pass the `true` value or do not pass any value.
58
58
59
59
### -h, --help
60
60
61
61
- Prints help information.
62
62
- Data type: `BOOLEAN`
63
-
-Default: false
63
+
-This option is disabled by default and its default value is `false`. To enable this option, you can add this option to the command, and pass the `true` value or do not pass any value.
- In some cases, some nodes in the cluster have been down, making it impossible to connect to the node through SSH for operation. At this time, you can use the `--force` option to ignore these errors.
26
26
- Data type: `Boolean`
27
-
-Default: false
27
+
-This option is disabled by default and its default value is `false`. To enable this option, you can add this option to the command, and pass the `true` value or do not pass any value.
-This option is disabled by default and its default value is `false`. To enable this option, you can add this option to the command, and pass the `true` value or do not pass any value.
0 commit comments