Re: CLI for Schema Diff

2021-04-19 Thread Steve Chavez
n Thu, 1 Apr 2021 at 03:44, Dave Page wrote: > Hi > > On Thu, Apr 1, 2021 at 12:38 AM Steve Chavez wrote: > >> > but is this something you'd be interested in working on to become a >> more fully featured and production quality CLI? >> >> Yes, absolutel

Re: CLI for Schema Diff

2021-04-01 Thread Steve Chavez
> > On Tue, Mar 30, 2021 at 3:36 PM Steve Chavez wrote: > >> Hey all, >> >> In case anyone is interested, I've managed to enable a CLI mode for the >> Schema Diff on this repo: >> >> https://github.com/steve-chavez/pgadmin4/blob/cli/web/cli.py &g

Re: CLI for Schema Diff

2021-03-30 Thread Steve Chavez
Hey all, In case anyone is interested, I've managed to enable a CLI mode for the Schema Diff on this repo: https://github.com/steve-chavez/pgadmin4/blob/cli/web/cli.py It basically works by using a Flask test client that interacts with the Schema Diff endpoints. It's a single isolat

CLI for Schema Diff

2021-03-11 Thread Steve Chavez
Hey all, The Schema Diff tool is amazing, works much better than all the current OSS alternatives. However, it's only possible to use it from the GUI and thus it cannot be used programmatically, which would be really useful for CI/CD environments(deployment automation). Would you guys be open to