From 98064720cfc0c0935dce3ee1595ff6fb0b0ca4a1 Mon Sep 17 00:00:00 2001 From: Manik Magar Date: Tue, 14 Feb 2023 19:34:27 -0500 Subject: [PATCH] docs: help command output --- 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