ceruleanlabs / marco

Simple CLI tool for fetching list of projects which are ready for a release
https://www.npmjs.com/package/marco-cli
MIT License
0 stars 0 forks source link

Import/Export Config Command #5

Closed bergren2 closed 6 years ago

bergren2 commented 6 years ago

Would be cool to have this available rather than hunting through directories.

rehret commented 6 years ago

What's the desired output here? Should it dump the json to stdout? Prompt for a file location to write to?

bergren2 commented 6 years ago

I think prompting for file input/output makes sense.

rehret commented 6 years ago

The more I think about this, the more I think we might want to go with the stdout approach. It would let the user do things like marco export | xclip to allow for easy sharing. You could also do marco export > ~/marco.backup.json (assuming bash).