You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Migrate to picocli
* Adding basic Repl
* Adding support for repl
* Adding sub commands for spells
* Using migrate as the name of the sub-command
* chore: nested command help renderer (#73)
---------
Co-authored-by: Manik Magar <manik.magar@gmail.com>
Copy file name to clipboardExpand all lines: README.md
+24-70Lines changed: 24 additions & 70 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
**DataWeave CLI** is a command-line interface that allows `querying`, `filtering`, and `mapping` structured data from different data sources like `JSON`, `XML`, `CSV`, `YML` to other data formats. It also allows to easily create data in such formats, all through the DataWeave language. For example:
The DataWeave language is in the process of being open-sourced. You can read our announcement [here](https://blogs.mulesoft.com/news/dataweave/). Our journey has just begun and it will take some time for the code to be available. In the meantime, we want to start engaging with our community to understand how DataWeave could be used and integrated.
8
8
@@ -81,75 +81,29 @@ If it is not, go to the `bin` directory referenced in the installation instructi
81
81
The following example shows the DataWeave CLI documentation
0 commit comments