ZupIT / ritchie-formulas

This repository contains the community formulas that can be executed through Ritchie CLI once imported. This tool is an open source product that allows you to create, store and share any kind of automations, executing them through command lines, to run operations or start workflows ⚙️ 🖥 💡
https://ritchiecli.io
Apache License 2.0
105 stars 72 forks source link

Fix/rit publish repo formula (stdin to input flag) #326

Closed GuillaumeFalourd closed 3 years ago

GuillaumeFalourd commented 3 years ago

What happened

It seems the INPUT FLAG implementation has been generating some conflicts with the STDIN execution on shellscripts.

What has been done

Update the STDIN implementation to the INPUT FLAG solution.

GuillaumeFalourd commented 3 years ago

Discussing with the Ritchie CLI core team, we still have to evaluate what happens with the --stdin flag.