Skip to content

Commit 2b21631

Browse files
committed
update cmemc command reference
1 parent 5d12f59 commit 2b21631

8 files changed

Lines changed: 158 additions & 360 deletions

File tree

docs/automate/cmemc-command-line-interface/command-reference/admin/store/index.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -120,24 +120,3 @@ This command will create lots of load on the server. It can take a long time to
120120

121121

122122

123-
## admin store migrate
124-
125-
Migrate configuration resources to the current version.
126-
127-
```shell-session title="Usage"
128-
$ cmemc admin store migrate [OPTIONS]
129-
```
130-
131-
132-
133-
134-
This command serves two purposes: (1) When invoked without an option, it lists all migrateable configuration resources. (2) When invoked with the ``--workspaces`` option, it migrates the workspace configurations to the current version.
135-
136-
137-
138-
??? info "Options"
139-
```text
140-
141-
--workspaces Migrate workspace configurations to the current version.
142-
```
143-

docs/automate/cmemc-command-line-interface/command-reference/admin/workspace/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,15 @@ $ cmemc admin workspace reload
7474

7575

7676

77+
## admin workspace thread-dump
78+
79+
Request a thread dump for all live threads.
80+
81+
```shell-session title="Usage"
82+
$ cmemc admin workspace thread-dump
83+
```
84+
85+
86+
87+
88+

docs/automate/cmemc-command-line-interface/command-reference/dataset/resource/index.md

Lines changed: 0 additions & 107 deletions
This file was deleted.

docs/automate/cmemc-command-line-interface/command-reference/graph/index.md

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -40,29 +40,6 @@ This command lists graphs with their triple count. Counts do not include importe
4040
-s, --summarize Display only a sum of all counted graphs together
4141
```
4242

43-
## graph tree
44-
45-
(Hidden) Deprecated: use 'graph imports tree' instead.
46-
47-
```shell-session title="Usage"
48-
$ cmemc graph tree [OPTIONS] [IRIS]...
49-
```
50-
51-
52-
53-
54-
55-
??? info "Options"
56-
```text
57-
58-
-a, --all Show tree of all (readable) graphs.
59-
--raw Outputs raw JSON of the graph importTree API response.
60-
--id-only Lists only graph identifier (IRIs) and no labels or other
61-
metadata. This is useful for piping the IRIs into other
62-
commands. The output with this option is a sorted, flat, de-
63-
duplicated list of existing graphs.
64-
```
65-
6643
## graph list
6744

6845
List accessible graphs.
@@ -126,7 +103,7 @@ In case of file export, data from all selected graphs will be concatenated in on
126103
the current date as YYYY-MM-DD. The file
127104
suffix will be appended. Needed directories
128105
will be created. [default: {{hash}}]
129-
--mime-type [application/n-triples|text/turtle|application/rdf+xml]
106+
--mime-type [application/n-triples|text/turtle|text/turtle+pretty|application/rdf+xml]
130107
Define the requested mime type [default:
131108
text/turtle]
132109
--compress [gzip] Compress the exported graph files.

docs/automate/cmemc-command-line-interface/command-reference/index.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ tags:
4040
| [admin store](admin/store/index.md) | [bootstrap](admin/store/index.md#admin-store-bootstrap) | Update/Import or remove bootstrap data. |
4141
| [admin store](admin/store/index.md) | [export](admin/store/index.md#admin-store-export) | Backup all knowledge graphs to a ZIP archive. |
4242
| [admin store](admin/store/index.md) | [import](admin/store/index.md#admin-store-import) | Restore graphs from a ZIP archive. |
43-
| [admin store](admin/store/index.md) | [migrate](admin/store/index.md#admin-store-migrate) | Migrate configuration resources to the current version. |
4443
| [admin user](admin/user/index.md) | [list](admin/user/index.md#admin-user-list) | List user accounts. |
4544
| [admin user](admin/user/index.md) | [create](admin/user/index.md#admin-user-create) | Create a user account. |
4645
| [admin user](admin/user/index.md) | [update](admin/user/index.md#admin-user-update) | Update a user account. |
@@ -50,6 +49,7 @@ tags:
5049
| [admin workspace](admin/workspace/index.md) | [export](admin/workspace/index.md#admin-workspace-export) | Export the complete workspace (all projects) to a ZIP file. |
5150
| [admin workspace](admin/workspace/index.md) | [import](admin/workspace/index.md#admin-workspace-import) | Import the workspace from a file. |
5251
| [admin workspace](admin/workspace/index.md) | [reload](admin/workspace/index.md#admin-workspace-reload) | Reload the workspace from the backend. |
52+
| [admin workspace](admin/workspace/index.md) | [thread-dump](admin/workspace/index.md#admin-workspace-thread-dump) | Request a thread dump for all live threads. |
5353
| [admin workspace python](admin/workspace/python/index.md) | [install](admin/workspace/python/index.md#admin-workspace-python-install) | Install a python package to the workspace. |
5454
| [admin workspace python](admin/workspace/python/index.md) | [uninstall](admin/workspace/python/index.md#admin-workspace-python-uninstall) | Uninstall a python packages from the workspace. |
5555
| [admin workspace python](admin/workspace/python/index.md) | [list](admin/workspace/python/index.md#admin-workspace-python-list) | List installed python packages. |
@@ -68,12 +68,7 @@ tags:
6868
| [dataset](dataset/index.md) | [create](dataset/index.md#dataset-create) | Create a dataset. |
6969
| [dataset](dataset/index.md) | [open](dataset/index.md#dataset-open) | Open datasets in the browser. |
7070
| [dataset](dataset/index.md) | [update](dataset/index.md#dataset-update) | Update a dataset. |
71-
| [dataset resource](dataset/resource/index.md) | [list](dataset/resource/index.md#dataset-resource-list) | List available file resources. |
72-
| [dataset resource](dataset/resource/index.md) | [delete](dataset/resource/index.md#dataset-resource-delete) | Delete file resources. |
73-
| [dataset resource](dataset/resource/index.md) | [inspect](dataset/resource/index.md#dataset-resource-inspect) | Display all metadata of a file resource. |
74-
| [dataset resource](dataset/resource/index.md) | [usage](dataset/resource/index.md#dataset-resource-usage) | Display all usage data of a file resource. |
7571
| [graph](graph/index.md) | [count](graph/index.md#graph-count) | Count triples in graph(s). |
76-
| [graph](graph/index.md) | [tree](graph/index.md#graph-tree) | (Hidden) Deprecated: use 'graph imports tree' instead. |
7772
| [graph](graph/index.md) | [list](graph/index.md#graph-list) | List accessible graphs. |
7873
| [graph](graph/index.md) | [export](graph/index.md#graph-export) | Export graph(s) as NTriples to stdout (-), file or directory. |
7974
| [graph](graph/index.md) | [delete](graph/index.md#graph-delete) | Delete graph(s) from the store. |
@@ -119,12 +114,16 @@ tags:
119114
| [project variable](project/variable/index.md) | [delete](project/variable/index.md#project-variable-delete) | Delete project variables. |
120115
| [project variable](project/variable/index.md) | [create](project/variable/index.md#project-variable-create) | Create a new project variable. |
121116
| [project variable](project/variable/index.md) | [update](project/variable/index.md#project-variable-update) | Update data of an existing project variable. |
122-
| [query](query/index.md) | [execute](query/index.md#query-execute) | Execute queries which are loaded from files or the query catalog. |
123-
| [query](query/index.md) | [list](query/index.md#query-list) | List available queries from the catalog. |
124-
| [query](query/index.md) | [open](query/index.md#query-open) | Open queries in the editor of the query catalog in your browser. |
117+
| [query](query/index.md) | [execute](query/index.md#query-execute) | Execute queries which are loaded from files or a query catalog. |
118+
| [query](query/index.md) | [list](query/index.md#query-list) | List available queries from a query catalog. |
119+
| [query](query/index.md) | [open](query/index.md#query-open) | Open queries in the editor of a query catalog in your browser. |
125120
| [query](query/index.md) | [status](query/index.md#query-status) | Get status information of executed and running queries. |
126121
| [query](query/index.md) | [replay](query/index.md#query-replay) | Re-execute queries from a replay file. |
127122
| [query](query/index.md) | [cancel](query/index.md#query-cancel) | Cancel a running query. |
123+
| [query](query/index.md) | [explain](query/index.md#query-explain) | Explain queries by showing their logical execution plan. |
124+
| [query](query/index.md) | [create](query/index.md#query-create) | Create a new query in a query catalog. |
125+
| [query](query/index.md) | [update](query/index.md#query-update) | Update an existing query in a query catalog. |
126+
| [query](query/index.md) | [delete](query/index.md#query-delete) | Delete queries from a query catalog. |
128127
| [vocabulary](vocabulary/index.md) | [open](vocabulary/index.md#vocabulary-open) | Open / explore a vocabulary graph in the browser. |
129128
| [vocabulary](vocabulary/index.md) | [list](vocabulary/index.md#vocabulary-list) | Output a list of vocabularies. |
130129
| [vocabulary](vocabulary/index.md) | [install](vocabulary/index.md#vocabulary-install) | Install one or more vocabularies from the catalog. |

0 commit comments

Comments
 (0)