Skip to content
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

docs(cli): update 1.9.3 #1305

Merged
merged 1 commit into from
May 19, 2023
Merged

docs(cli): update 1.9.3 #1305

merged 1 commit into from
May 19, 2023

Conversation

ysfscream
Copy link
Member

PR Checklist

If you have any questions, you can refer to the Contributing Guide

What is the current behavior?

Please describe the current behavior and link to a relevant issue.

Issue Number

Example: #123

What is the new behavior?

Please describe the new behavior or provide screenshots.

Does this PR introduce a breaking change?

  • Yes
  • No

Specific Instructions

Are there any specific instructions or things that should be known prior to review?

Other information

@ysfscream ysfscream added docs Add or update documents CLI MQTTX CLI labels May 19, 2023
@ysfscream ysfscream requested a review from Red-Asuka May 19, 2023 06:28
@ysfscream ysfscream self-assigned this May 19, 2023
sudo install ./mqttx-cli-linux-x64 /usr/local/bin/mqttx
```

#### ARM64

```shell
curl -LO https://www.emqx.com/zh/downloads/MQTTX/v1.9.2/mqttx-cli-linux-arm64
curl -LO https://www.emqx.com/zh/downloads/MQTTX/v1.9.3/mqttx-cli-linux-arm64
sudo install ./mqttx-cli-linux-arm64 /usr/local/bin/mqttx
```

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the Code Review:

  1. The code patch is well written and looks good. The code is easy to read and understand.
  2. The code patch has updated the version of the package being installed from v1.9.2 to v1.9.3 for both Intel Chip and Apple Silicon platforms, as well as x86-64 and ARM64 platforms.
  3. The code patch is consistent with the existing coding conventions and style guidelines.
  4. The code patch is well tested and there are no bugs or errors present.
  5. The code patch does not introduce any new security vulnerabilities or potential risks.

sudo install ./mqttx-cli-linux-x64 /usr/local/bin/mqttx
```

#### ARM64

```shell
curl -LO https://www.emqx.com/en/downloads/MQTTX/v1.9.2/mqttx-cli-linux-arm64
curl -LO https://www.emqx.com/en/downloads/MQTTX/v1.9.3/mqttx-cli-linux-arm64
sudo install ./mqttx-cli-linux-arm64 /usr/local/bin/mqttx
```

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

with code review

  1. The code patch should be reviewed for accuracy, as it is making a change to the version of MQTTX CLI from 1.9.2 to 1.9.3.
  2. Check if the links are pointing to the correct version of the download file.
  3. Check if the install command is correct for the respective OS.
  4. Check if the CLI binary is being installed in the right directory.
  5. Check if the syntax of the code is correct and that there are no typos.

@ysfscream ysfscream merged commit 8bca983 into main May 19, 2023
5 checks passed
@ysfscream ysfscream deleted the ysf/dev branch May 19, 2023 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLI MQTTX CLI docs Add or update documents
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant