superfaceai / cli

Let AI connect the APIs for you
https://superface.ai
MIT License
23 stars 4 forks source link

feat: Boilerplate code inits `.env` file #326

Closed kysely closed 1 year ago

kysely commented 1 year ago

Description

This PR adds generation of .env file after the boilerplate code is generated (both JS and Python). The .env contains provider integration params and security scheme variables that are expected in the application code.

It respects potential previous .env file in that it only adds variables that are missing in the previous `.env.

You can go through commit by commit.

Tasks:

Motivation and Context

Types of changes

Checklist: