Skip to content

Commit 629ae3d

Browse files
committed
update cli commands in README
1 parent d8bcbcf commit 629ae3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ ORDER BY sort_path;
208208
<details>
209209
<summary>Finde heraus, welche Zeilen in einem Prüfidentifikator zwischen zwei Versionen hinzukommen</summary>
210210
<br>
211-
211+
212212
```sql
213213
with fv2504 as (SELECT *
214214
FROM ahb_hierarchy_materialized
@@ -236,11 +236,11 @@ pip install fundamend[cli]
236236
```
237237
Kann ein CLI-Tool in der entsprechenden venv installiert werden, das einzelne MIG- und AHB-XML-Dateien in entsprechende JSONs konvertiert:
238238
```bash
239-
(myvenv): xml2json --xml-path path/to/mig.xml
239+
(myvenv): fundamend xml2json --xml-path path/to/mig.xml
240240
```
241241
erzeugt `path/to/mig.json`. Und
242242
```bash
243-
(myvenv): xml2json --xml-path path/to/my/directory
243+
(myvenv): fundamend xml2json --xml-path path/to/my/directory
244244
```
245245
konvertiert alle XML-Dateien im entsprechenden Verzeichnis.
246246

0 commit comments

Comments
 (0)