yuniql/cli

By yuniql

Updated about 4 years ago

Stand alone runners for your yuniql-based db migrations.

Image
0

10K+

yuniql/cli repository overview

This is a stand alone runner for running yuniql-based migrations using docker container. For list of available commands of the CLI, please refer to https://yuniql.io/docs/yuniql-cli-command-reference/

Clone samples
git clone https://github.com/rdagumampan/yuniql.git c:\temp\yuniql
Run migrations
docker run --rm -v c:/play/temp/samples/basic-postgresql-sample:/data yuniql/cli run --platform postgresql -d  -c "<your-connection-string>"
List all applied versions
docker run --rm yuniql/cli list --platform postgresql -d  -c "<your-connection-string>"
Found bugs?

Help us improve further please create an issue.

Tag summary

Content type

Image

Digest

Size

160 MB

Last updated

about 4 years ago

docker pull yuniql/cli:win-x64-1.3.10