Skip to content

Commit ebd3e04

Browse files
committed
apply rumdl auto-fixes
1 parent 8113e79 commit ebd3e04

408 files changed

Lines changed: 2764 additions & 1920 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ tags:
66
- Security
77
- cmemc
88
---
9+
910
# admin acl Command Group
11+
1012
<!-- This file was generated - DO NOT CHANGE IT MANUALLY -->
1113

1214
List, create, delete and modify and review access conditions.
@@ -19,7 +21,7 @@ With this command group, you can manage and inspect access conditions in eccenca
1921
List access conditions.
2022

2123
```shell-session title="Usage"
22-
$ cmemc admin acl list [OPTIONS]
24+
cmemc admin acl list [OPTIONS]
2325
```
2426

2527

@@ -45,7 +47,7 @@ This command retrieves and lists all access conditions, which are manageable by
4547
Inspect an access condition.
4648

4749
```shell-session title="Usage"
48-
$ cmemc admin acl inspect [OPTIONS] ACCESS_CONDITION_ID
50+
cmemc admin acl inspect [OPTIONS] ACCESS_CONDITION_ID
4951
```
5052

5153

@@ -68,7 +70,7 @@ $ cmemc admin acl inspect [OPTIONS] ACCESS_CONDITION_ID
6870
Create an access condition.
6971

7072
```shell-session title="Usage"
71-
$ cmemc admin acl create [OPTIONS]
73+
cmemc admin acl create [OPTIONS]
7274
```
7375

7476

@@ -87,7 +89,7 @@ A special case are dynamic access conditions, based on a SPARQL query: Here you
8789

8890

8991
```shell-session title="Example"
90-
$ cmemc admin acl create --group local-users --write-graph https://example.org/
92+
cmemc admin acl create --group local-users --write-graph https://example.org/
9193
```
9294

9395

@@ -135,7 +137,7 @@ $ cmemc admin acl create --group local-users --write-graph https://example.org/
135137
Update an access condition.
136138

137139
```shell-session title="Usage"
138-
$ cmemc admin acl update [OPTIONS] ACCESS_CONDITION_ID
140+
cmemc admin acl update [OPTIONS] ACCESS_CONDITION_ID
139141
```
140142

141143

@@ -183,7 +185,7 @@ Given an access condition URL, you can change specific options to new values.
183185
Delete access conditions.
184186

185187
```shell-session title="Usage"
186-
$ cmemc admin acl delete [OPTIONS] [ACCESS_CONDITION_IDS]...
188+
cmemc admin acl delete [OPTIONS] [ACCESS_CONDITION_IDS]...
187189
```
188190

189191

@@ -279,7 +281,7 @@ $ cmemc admin acl export :my-acl-iri
279281
Import access conditions from a JSON file.
280282

281283
```shell-session title="Usage"
282-
$ cmemc admin acl import [OPTIONS] INPUT_FILE
284+
cmemc admin acl import [OPTIONS] INPUT_FILE
283285
```
284286

285287

@@ -290,12 +292,12 @@ This command imports access conditions from a JSON file that was created using t
290292
If `--replace` is specified, existing access conditions with matching IRIs will be deleted before importing. Otherwise, the import will skip if an access condition with the same IRI already exists.
291293

292294
```shell-session title="Example"
293-
$ cmemc admin acl import acls.json
295+
cmemc admin acl import acls.json
294296
```
295297

296298

297299
```shell-session title="Example"
298-
$ cmemc admin acl import --replace acls.json
300+
cmemc admin acl import --replace acls.json
299301
```
300302

301303

@@ -313,7 +315,7 @@ $ cmemc admin acl import --replace acls.json
313315
Review grants for a given account.
314316

315317
```shell-session title="Usage"
316-
$ cmemc admin acl review [OPTIONS] USER
318+
cmemc admin acl review [OPTIONS] USER
317319
```
318320

319321

@@ -331,4 +333,3 @@ The output of the command is a list of grants the account has based on your inpu
331333
--raw Outputs raw JSON.
332334
--group TEXT Add groups to the review request (what-if-scenario).
333335
```
334-

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ tags:
77
- Security
88
- cmemc
99
---
10+
1011
# admin client Command Group
12+
1113
<!-- This file was generated - DO NOT CHANGE IT MANUALLY -->
1214

1315
List client accounts, get or generate client account secrets.
@@ -24,7 +26,7 @@ In case your Corporate Memory deployment does not use the default deployment lay
2426
List client accounts.
2527

2628
```shell-session title="Usage"
27-
$ cmemc admin client list [OPTIONS]
29+
cmemc admin client list [OPTIONS]
2830
```
2931

3032

@@ -51,7 +53,7 @@ Outputs a list of client accounts, which can be used to get an overview as well
5153
Get or generate a new secret for a client account.
5254

5355
```shell-session title="Usage"
54-
$ cmemc admin client secret [OPTIONS] CLIENT_ID
56+
cmemc admin client secret [OPTIONS] CLIENT_ID
5557
```
5658

5759

@@ -73,7 +75,7 @@ This command retrieves or generates a new secret for a client account from a rea
7375
Open clients in the browser.
7476

7577
```shell-session title="Usage"
76-
$ cmemc admin client open [CLIENT_IDS]...
78+
cmemc admin client open [CLIENT_IDS]...
7779
```
7880

7981

@@ -84,4 +86,3 @@ With this command, you can open a client in the keycloak web interface in your b
8486
The command accepts multiple client IDs which results in opening multiple browser tabs.
8587

8688

87-

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ icon: material/key-link
55
tags:
66
- cmemc
77
---
8+
89
# admin Command Group
10+
911
<!-- This file was generated - DO NOT CHANGE IT MANUALLY -->
1012

1113
Import bootstrap data, backup/restore workspace or get status.
@@ -18,7 +20,7 @@ This command group consists of commands for setting up and configuring eccenca C
1820
Output health and version information.
1921

2022
```shell-session title="Usage"
21-
$ cmemc admin status [OPTIONS]
23+
cmemc admin status [OPTIONS]
2224
```
2325

2426

@@ -31,7 +33,7 @@ Additionally, this command informs you in one of these cases: (1) A warning, if
3133
To get status information of all configured deployments use this command in combination with parallel.
3234

3335
```shell-session title="Example"
34-
$ cmemc config list | parallel --ctag cmemc -c {} admin status
36+
cmemc config list | parallel --ctag cmemc -c {} admin status
3537
```
3638

3739

@@ -66,7 +68,7 @@ $ cmemc config list | parallel --ctag cmemc -c {} admin status
6668
Fetch and output an access token.
6769

6870
```shell-session title="Usage"
69-
$ cmemc admin token [OPTIONS]
71+
cmemc admin token [OPTIONS]
7072
```
7173

7274

@@ -75,7 +77,7 @@ $ cmemc admin token [OPTIONS]
7577
This command can be used to check for correct authentication as well as to use the token with wget / curl or similar standard tools:
7678

7779
```shell-session title="Example"
78-
$ curl -H "Authorization: Bearer $(cmemc -c my admin token)" $(cmemc -c my config get DP_API_ENDPOINT)/api/custom/slug
80+
curl -H "Authorization: Bearer $(cmemc -c my admin token)" $(cmemc -c my config get DP_API_ENDPOINT)/api/custom/slug
7981
```
8082

8183

@@ -94,4 +96,3 @@ Please be aware that this command can reveal secrets which you might not want to
9496
--ttl Output information about the lifetime of the access token. In
9597
combination with --raw, it outputs the TTL in seconds.
9698
```
97-

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ icon: material/chart-line-variant
55
tags:
66
- cmemc
77
---
8+
89
# admin metrics Command Group
10+
911
<!-- This file was generated - DO NOT CHANGE IT MANUALLY -->
1012

1113
List and get metrics.
@@ -14,15 +16,15 @@ This command group consists of commands for reading and listing internal monitor
1416

1517
Each metric family can consist of different samples identified by labels with a name and a value (dimensions). A metric has a specific type (counter, gauge, summary and histogram) and additional metadata.
1618

17-
Please have a look at https://prometheus.io/docs/concepts/data_model/ for further details.
19+
Please have a look at <https://prometheus.io/docs/concepts/data_model/> for further details.
1820

1921

2022
## admin metrics get
2123

2224
Get sample data of a metric.
2325

2426
```shell-session title="Usage"
25-
$ cmemc admin metrics get [OPTIONS] METRIC_ID
27+
cmemc admin metrics get [OPTIONS] METRIC_ID
2628
```
2729

2830

@@ -56,7 +58,7 @@ A metric of a specific job is identified by a metric ID. Possible metric IDs of
5658
Inspect a metric.
5759

5860
```shell-session title="Usage"
59-
$ cmemc admin metrics inspect [OPTIONS] METRIC_ID
61+
cmemc admin metrics inspect [OPTIONS] METRIC_ID
6062
```
6163

6264

@@ -77,7 +79,7 @@ This command outputs the data of a metric. The first table includes basic metada
7779
List metrics for a specific job.
7880

7981
```shell-session title="Usage"
80-
$ cmemc admin metrics list [OPTIONS]
82+
cmemc admin metrics list [OPTIONS]
8183
```
8284

8385

@@ -97,4 +99,3 @@ For each metric, the output table shows the metric ID, the type of the metric, a
9799
--raw Outputs (sorted) JSON dict, parsed from the metrics
98100
API output.
99101
```
100-

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ icon: material/database-arrow-up-outline
55
tags:
66
- cmemc
77
---
8+
89
# admin migration Command Group
10+
911
<!-- This file was generated - DO NOT CHANGE IT MANUALLY -->
1012

1113
List and apply migration recipes.
@@ -22,7 +24,7 @@ The following tags are important: `system` recipes target data structures which
2224
List migration recipies.
2325

2426
```shell-session title="Usage"
25-
$ cmemc admin migration list [OPTIONS]
27+
cmemc admin migration list [OPTIONS]
2628
```
2729

2830

@@ -48,7 +50,7 @@ This command lists all available migration recipies
4850
Execute needed migration recipes.
4951

5052
```shell-session title="Usage"
51-
$ cmemc admin migration execute [OPTIONS] [MIGRATION_ID]
53+
cmemc admin migration execute [OPTIONS] [MIGRATION_ID]
5254
```
5355

5456

@@ -72,4 +74,3 @@ Here are some argument examples, in order to see how to use this command: execut
7274
--test-only Only test, do not execute migrations.
7375
--id-only Lists only recipe identifier.
7476
```
75-

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ tags:
66
- SPARQL
77
- cmemc
88
---
9+
910
# admin store Command Group
11+
1012
<!-- This file was generated - DO NOT CHANGE IT MANUALLY -->
1113

1214
Import, export and bootstrap the knowledge graph store.
@@ -19,7 +21,7 @@ This command group consist of commands to administrate the knowledge graph store
1921
Create showcase data.
2022

2123
```shell-session title="Usage"
22-
$ cmemc admin store showcase [OPTIONS]
24+
cmemc admin store showcase [OPTIONS]
2325
```
2426

2527

@@ -49,7 +51,7 @@ This command creates a showcase scenario of multiple graphs including integratio
4951
Update/Import or remove bootstrap data.
5052

5153
```shell-session title="Usage"
52-
$ cmemc admin store bootstrap [OPTIONS]
54+
cmemc admin store bootstrap [OPTIONS]
5355
```
5456

5557

@@ -106,7 +108,7 @@ This command will create lots of load on the server. It can take a long time to
106108
Restore graphs from a ZIP archive.
107109

108110
```shell-session title="Usage"
109-
$ cmemc admin store import BACKUP_FILE
111+
cmemc admin store import BACKUP_FILE
110112
```
111113

112114

@@ -119,4 +121,3 @@ The command will load a single backup ZIP archive into the triple store by repla
119121
This command will create lots of load on the server. It can take a long time to complete. The backup file will be transferred to the server, then unzipped and imported graph by graph. After the initial transfer the network connection is not used anymore and may be closed by proxies. This does not mean that the import failed.
120122

121123

122-

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

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ tags:
77
- Security
88
- cmemc
99
---
10+
1011
# admin user Command Group
12+
1113
<!-- This file was generated - DO NOT CHANGE IT MANUALLY -->
1214

1315
List, create, delete and modify user accounts.
@@ -24,7 +26,7 @@ In case your Corporate Memory deployment does not use the default deployment lay
2426
List user accounts.
2527

2628
```shell-session title="Usage"
27-
$ cmemc admin user list [OPTIONS]
29+
cmemc admin user list [OPTIONS]
2830
```
2931

3032

@@ -50,7 +52,7 @@ Outputs a list of user accounts, which can be used to get an overview as well as
5052
Create a user account.
5153

5254
```shell-session title="Usage"
53-
$ cmemc admin user create USERNAME
55+
cmemc admin user create USERNAME
5456
```
5557

5658

@@ -69,7 +71,7 @@ This command creates a new user account.
6971
Update a user account.
7072

7173
```shell-session title="Usage"
72-
$ cmemc admin user update [OPTIONS] USERNAME
74+
cmemc admin user update [OPTIONS] USERNAME
7375
```
7476

7577

@@ -100,7 +102,7 @@ For each data value, a separate option needs to be used. All options can be comb
100102
Delete user accounts.
101103

102104
```shell-session title="Usage"
103-
$ cmemc admin user delete [OPTIONS] [USERNAMES]...
105+
cmemc admin user delete [OPTIONS] [USERNAMES]...
104106
```
105107

106108

@@ -133,7 +135,7 @@ This command deletes user accounts from a realm.
133135
Change the password of a user account.
134136

135137
```shell-session title="Usage"
136-
$ cmemc admin user password [OPTIONS] USERNAME
138+
cmemc admin user password [OPTIONS] USERNAME
137139
```
138140

139141

@@ -163,7 +165,7 @@ With this command, the password of a user account can be changed. The default ex
163165
Open user in the browser.
164166

165167
```shell-session title="Usage"
166-
$ cmemc admin user open [USERNAMES]...
168+
cmemc admin user open [USERNAMES]...
167169
```
168170

169171

@@ -174,4 +176,3 @@ With this command, you can open a user in the keycloak console in your browser t
174176
The command accepts multiple usernames which results in opening multiple browser tabs.
175177

176178

177-

0 commit comments

Comments
 (0)