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

Update config and fix config naming. #24

Closed thruflo closed 1 year ago

thruflo commented 1 year ago

Support:

electric config update [--app APP] [--env ENV] [--migrations-dir PATH]

Fix naming to use app and env everywhere, including the electric.json. And update the README to match latest usage.

thruflo commented 1 year ago

Messed up the last commit: the "bump the version" commit actually also makes a breaking change to the bundle format to get rid of the named data import, so rather than:

import { data as bundle } from '../migrations/dist'

We just have:

import bundle from '../migrations/dist'
icehaunter commented 1 year ago

Please add Closes VAX-### into the PR body

thruflo commented 1 year ago

Closes VAX-###

Relates to [VAX-518] but doesn't close it without other PRs across repos.