File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -95,12 +95,13 @@ Usage: <main class> [-hV] [COMMAND]
9595Commands:
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.
104105Example:
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
You can’t perform that action at this time.
0 commit comments