donnemartin / saws

A supercharged AWS command line interface (CLI).
Other
5.23k stars 280 forks source link

Integration with $EDITOR for JSON editing #112

Open pol opened 5 years ago

pol commented 5 years ago

It would be awesome if you could do something like: aws command --params "{{JSON}}" and the inclusion of the "{{JSON}}" token then would prompt opening an $EDITOR buffer, you would paste in your JSON, and then save/close, and whatever content of that buffer would just get inserted into {{JSON}} with escaped quotes so that variable interpolation could happen.

That would be ✊.