v2.0.0-alpha.8
Pre-release
Pre-release
SaschaAdler
released this
08 Apr 20:58
·
34 commits
to main
since this release
kivik deploy local
deploys to a running Kivik instance, unless a deployment with keylocal
exists in the RC file.kivik start
does not deploy by default.- RC file deployments can set a
fixtures
flag to determine if deployments should also deploy fixtures. This is false by default. kivik deploy
checks this flag (as well as thelocal.fixtures
forkivik deploy local
) when deploying.instance.deployDb(db: string, suffix?: string)
lets test suites deploy one database at a time.