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: add CLI doc #3105

Merged
merged 3 commits into from
Mar 5, 2023
Merged

docs: add CLI doc #3105

merged 3 commits into from
Mar 5, 2023

Conversation

vagetablechicken
Copy link
Collaborator

close #2941

@github-actions github-actions bot added documentation Improvements or additions to documentation storage-engine openmldb storage engine. nameserver & tablet labels Feb 27, 2023
@codecov
Copy link

codecov bot commented Feb 27, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.01 🎉

Comparison is base (242ad02) 75.69% compared to head (215cb42) 75.70%.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #3105      +/-   ##
============================================
+ Coverage     75.69%   75.70%   +0.01%     
  Complexity      393      393              
============================================
  Files           666      672       +6     
  Lines        124760   124871     +111     
  Branches       1113     1117       +4     
============================================
+ Hits          94439    94539     +100     
- Misses        30085    30096      +11     
  Partials        236      236              
Impacted Files Coverage Δ
src/cmd/sql_cmd.h 25.92% <ø> (ø)
src/catalog/client_manager.h 29.06% <0.00%> (-1.17%) ⬇️
src/rpc/rpc_client.h 74.15% <0.00%> (-1.13%) ⬇️
src/sdk/db_sdk.cc 67.84% <0.00%> (-0.67%) ⬇️
src/catalog/client_manager.cc 43.05% <0.00%> (-0.29%) ⬇️
src/client/tablet_client.cc 58.77% <0.00%> (-0.23%) ⬇️
src/storage/mem_table.cc 89.13% <0.00%> (-0.15%) ⬇️
src/sdk/sql_cluster_router.cc 61.83% <0.00%> (-0.15%) ⬇️
...ava/com/_4paradigm/openmldb/jdbc/SQLResultSet.java 14.38% <0.00%> (-0.06%) ⬇️
src/client/taskmanager_client.cc 0.00% <0.00%> (ø)
... and 29 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 27, 2023

SDK Test Report

  92 files    92 suites   1m 59s ⏱️
185 tests 175 ✔️ 10 💤 0
231 runs  221 ✔️ 10 💤 0

Results for commit 215cb42.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 27, 2023

Linux Test Report

590 tests   582 ✔️  26m 46s ⏱️
  58 suites      7 💤
  52 files        1

For more details on these failures, see this check.

Results for commit 215cb42.

♻️ This comment has been updated with latest results.

docs/zh/quickstart/cli.md Show resolved Hide resolved
docs/zh/quickstart/cli.md Outdated Show resolved Hide resolved
docs/zh/quickstart/cli.md Show resolved Hide resolved
@lumianph lumianph merged commit c69a13f into 4paradigm:main Mar 5, 2023
dl239 pushed a commit to dl239/OpenMLDB that referenced this pull request Mar 22, 2023
dl239 pushed a commit that referenced this pull request Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation storage-engine openmldb storage engine. nameserver & tablet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

docs: add CLI reference in quickstart
3 participants