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
I would like to suggest a module that allows Liquid projects to be created as a CLI interface.
The idea is to create an input "cartridge" such as WebAPI that would map the parameters passed to the command line to the Commands in the Mediator.
For instance, if my project is called mycli it could be executed as:
dotnet mycli.dll -- mycommand --param1=value --param2=value2
It would create a Command named MyCommand and set the values to the properties param1 and param2 and send it to the Mediator for processing, rendering the response value to the console.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I would like to suggest a module that allows Liquid projects to be created as a CLI interface.
The idea is to create an input "cartridge" such as WebAPI that would map the parameters passed to the command line to the Commands in the Mediator.
For instance, if my project is called mycli it could be executed as:
dotnet mycli.dll -- mycommand --param1=value --param2=value2
It would create a Command named MyCommand and set the values to the properties param1 and param2 and send it to the Mediator for processing, rendering the response value to the console.
Beta Was this translation helpful? Give feedback.
All reactions