Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 12 May 20:30
· 172 commits to 7ed4f91e4e0ad7022a3e3edcc124876ee0a9cda2 since this release

What's new

This release brings several improvement behind the scene. But the main feature is ability to push/pull the snapshots to/from shared storage.

To publish the snapshots you need

cd project_name

# capture from the live DB (use cwd name for project name)
dryrun init --db "$DATABASE_URL"
dryrun snapshot take --db "$DATABASE_URL"
dryrun snapshot push --to-path ./snapshots --all

Developers can then import the snapshots to the local history

dryrun snapshot pull --from-path ./shared/snapshots --all

Download dry_run_cli 0.7.0

File Platform Checksum
dry_run_cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
dry_run_cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
dry_run_cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
dry_run_cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
dry_run_cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum