darrenburns / posting

The modern API client that lives in your terminal.
Apache License 2.0
4.48k stars 64 forks source link

Import OpenAPI spec overwrites already existing .env file #91

Open gaardhus opened 3 weeks ago

gaardhus commented 3 weeks ago

Don't know if this is a bug per se, but when importing an openapi spec with posting import openapi.json, my existing .env file was just overwritten. I think a more sane default would be to append to it.