electric-sql / legacy-cli

ElectricSQL command line interface (CLI) tool.
https://electric-sql.com/docs
Apache License 2.0
10 stars 0 forks source link

Add top-level init command and configuration file [VAX-448] [VAX-452] [VAX-453] #18

Closed magnetised closed 1 year ago

magnetised commented 1 year ago

replace migration init with init that writes a .rc file containing the given configuration which can then be used by later commands to read migrations dir, app id and env

linear[bot] commented 1 year ago

VAX-452 CLI `init` command should be top-level, since it will init more than just migrations

VAX-448 CLI should store app configuration info in the `.electricrc` file instead of the migrations folder

VAX-453 CLI init command should have better inline documentation with examples