Skip to content

v2.0.0-alpha.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@SaschaAdler SaschaAdler released this 08 Apr 20:58
· 34 commits to main since this release
c5bca03
  • kivik deploy local deploys to a running Kivik instance, unless a deployment with key local 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 the local.fixtures for kivik deploy local) when deploying.
  • instance.deployDb(db: string, suffix?: string) lets test suites deploy one database at a time.