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
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 ✊.
The text was updated successfully, but these errors were encountered:
pol
changed the title
Built-in JSON editor
Integration with $EDITOR for JSON editing
May 2, 2019
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 ✊.
The text was updated successfully, but these errors were encountered: