Skip to main content

Snapshots

Snapshots capture the complete state of a pipeline at a point in time.

Creating Snapshots​

ash proai snapshot create --pipeline user-analytics --tag "before-refactor"

Comparing Snapshots​

ash proai snapshot compare snapshot-1 snapshot-2

Rolling Back​

ash proai snapshot restore --pipeline user-analytics --snapshot snapshot-1

tip

Snapshots are automatically created before each deployment. You can also enable auto-snapshots on every commit.

See Also​