UNPKG

@electric-sql/cli

Version:

ElectricSQL command line interface (CLI).

11 lines (10 loc) 592 B
export { loadMigrations } from './migrations/builder.js'; export { generate } from './migrations/command-generate.js'; export { start } from './docker-commands/command-start.js'; export { stop } from './docker-commands/command-stop.js'; export { status } from './docker-commands/command-status.js'; export { psql } from './docker-commands/command-psql.js'; export { showConfig } from './configure/command-show-config.js'; export { withConfig } from './configure/command-with-config.js'; export { proxyTunnel } from './tunnel/command-proxy-tunnel.js'; export { getConfig } from './config.js';