snaplet database create <database-name> [snapshot]
Create a preview database from a snapshot
Arguments
Name | Description |
---|---|
database-name | |
snapshot |
Options
Name | Description |
---|---|
--tags <tags-list> | Filter snapshots by tags |
--latest | Restore the latest snapshot |
--git | Infer the database name from the current git branch |
--no-snapshot | Create an empty database not based on a snapshot |
--force | Force the database creation, it will drop and recreate the existing database if present |