Skip to content

Commit 00b5751

Browse files
authored
docs: help command output (#76)
1 parent 0369edc commit 00b5751

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,13 @@ Usage: <main class> [-hV] [COMMAND]
9595
Commands:
9696
run Runs provided DW script.
9797
add-wizard Adds a new Wizard to your network of trusted wizards.
98-
new-spell Creates a new spell with the given name.
99-
list-spell List all available spells.
100-
from-dw1 Translates a DW1 script into a DW2 script.
98+
migrate Translates a DW1 script into a DW2 script.
10199
spell Runs the specified Spell.
102-
update-spells Update all spells to the latest one.
100+
create Creates a new spell with the given name.
101+
list List all available spells.
102+
update Update all spells to the latest one.
103103
help Display help information about the specified command.
104+
repl Starts the DW repl.
104105
Example:
105106

106107
dw run -i payload <fullPathToUser.json> "output application/json --- payload
@@ -109,7 +110,6 @@ filter (item) -> item.age > 17"
109110
Documentation reference:
110111

111112
https://docs.mulesoft.com/dataweave/latest/
112-
113113
```
114114
115115
### DataWeave CLI Environment Variables

0 commit comments

Comments
 (0)