Skip to content

Commit

Permalink
docs: help command output (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
manikmagar authored Feb 15, 2023
1 parent 0369edc commit 00b5751
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,13 @@ Usage: <main class> [-hV] [COMMAND]
Commands:
run Runs provided DW script.
add-wizard Adds a new Wizard to your network of trusted wizards.
new-spell Creates a new spell with the given name.
list-spell List all available spells.
from-dw1 Translates a DW1 script into a DW2 script.
migrate Translates a DW1 script into a DW2 script.
spell Runs the specified Spell.
update-spells Update all spells to the latest one.
create Creates a new spell with the given name.
list List all available spells.
update Update all spells to the latest one.
help Display help information about the specified command.
repl Starts the DW repl.
Example:

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

https://docs.mulesoft.com/dataweave/latest/

```
### DataWeave CLI Environment Variables
Expand Down

0 comments on commit 00b5751

Please sign in to comment.