sandbar preview
Create a preview deploy with a unique URL.
sandbar preview [flags]| Flag | Description | Default |
|---|---|---|
--label <name> | Preview label | Git branch name |
--expires <dur> | Expiry duration | 7d |
Examples
Section titled “Examples”# Preview current branchsandbar preview
# Preview with custom label and expirysandbar preview --label "redesign" --expires "48h"