From 00b57512789eb44f760881b6abdf9577327b0a47 Mon Sep 17 00:00:00 2001 From: Manik Magar Date: Wed, 15 Feb 2023 09:03:06 -0500 Subject: [PATCH] docs: help command output (#76) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index eed2e50..706153d 100644 --- a/README.md +++ b/README.md @@ -95,12 +95,13 @@ Usage:
[-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 "output application/json --- payload @@ -109,7 +110,6 @@ filter (item) -> item.age > 17" Documentation reference: https://docs.mulesoft.com/dataweave/latest/ - ``` ### DataWeave CLI Environment Variables