-
Notifications
You must be signed in to change notification settings - Fork 680
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tiup: add 4 docs mirror-mirror/merge/modify/sign.md #5285
Conversation
/label needs-cherry-pick-5.0 |
/translation from-docs-cn |
/sig tiup |
/sig docs |
wait for #5310 to merge to fix the dead links |
tiup/tiup-command-mirror-modify.md
Outdated
|
||
- Controls whether the component can run standalone. This option is currently **NOT available**. | ||
- Data type: `BOOLEAN` | ||
- 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 in the `true` value or no value. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 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 in the `true` value or no 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. |
tiup/tiup-command-mirror-modify.md
Outdated
|
||
- Specifies whether to hide the component. If a component is hidden, you cannot see it in the result list of `tiup list`. To see the hidden component, you can use `tiup list --all`. | ||
- Data type: `BOOLEAN` | ||
- 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 in the `true` value or no value. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 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 in the `true` value or no 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. |
tiup/tiup-command-mirror-modify.md
Outdated
- After the component is marked as unavailable, you can neither see it in the result list of `tiup list` nor install the new version of the component. | ||
- After a component version is marked as unavailable, you can neither see it in the result list of `tiup list <component>` nor install this version. | ||
- Data type: `BOOLEAN` | ||
- 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 in the `true` value or no value. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 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 in the `true` value or no 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. |
Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
/lgtm |
/lgtm |
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by writing |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: bfd3eb3
|
/hold |
Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
/unhold |
/merge |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
cherry pick to release-4.0 in PR #5334 |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
cherry pick to release-5.0 in PR #5335 |
First-time contributors' checklist
What is changed, added or deleted? (Required)
Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
Do your changes match any of the following descriptions?