tehmoon / cryptocli

The ultimate tool for data transfer, manipulation and proxy.
MIT License
16 stars 2 forks source link

Add new pipeline module #33

Closed tehmoon closed 4 years ago

tehmoon commented 5 years ago

This pipeline module will add a way to create a pipeline from a json file. It'll go like this: --pipeline --fromjson <file>.

It could be super cool if pipeline files could be shared with people so it will make it easier to use.

The json will only have strings inside, and those strings could be templated to reflect some flags in the cli configuration to make it dynamic.

tehmoon commented 4 years ago

Superseded by #29