You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/sandbox/docs/index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ Options:
92
92
--snapshot, -s <snapshot_id> Start the sandbox from a snapshot ID [optional]
93
93
--env <key=value>, -e=<key=value> Environment variables to set for the command
94
94
--tag <key=value>, -t=<key=value> Key-value tags to associate with the sandbox (e.g. --tag env=staging)
95
-
--mount <drive:path[:mode]> Attach a drive to the sandbox. Format: "drive:/path[:read-only|read-write]".
95
+
--mount <drive:path[:mode]> Attach a drive to the sandbox. Format: "drive:/path[:snapshot|read-write]".
96
96
--region <REGION> Region to create the sandbox in (defaults to iad1; any Vercel region is supported, e.g. sfo1, fra1, hnd1, syd1) [optional]
97
97
--failover-regions <REGION,...|none> Comma-separated regions the sandbox can fail over to (e.g. --failover-regions sfo1,fra1). Must not include the sandbox region. Pass "none" for no failover regions, overriding the project default. [optional]
98
98
--snapshot-expiration <DURATION|none> Default snapshot expiration. Use "none" or 0 for no expiration. Example: 7d, 30d [optional]
@@ -153,7 +153,7 @@ Options:
153
153
--snapshot, -s <snapshot_id> Start the sandbox from a snapshot ID [optional]
154
154
--env <key=value>, -e=<key=value> Default environment variables for sandbox commands
155
155
--tag <key=value>, -t=<key=value> Key-value tags to associate with the sandbox (e.g. --tag env=staging)
156
-
--mount <drive:path[:mode]> Attach a drive to the sandbox. Format: "drive:/path[:read-only|read-write]".
156
+
--mount <drive:path[:mode]> Attach a drive to the sandbox. Format: "drive:/path[:snapshot|read-write]".
157
157
--region <REGION> Region to create the sandbox in (defaults to iad1; any Vercel region is supported, e.g. sfo1, fra1, hnd1, syd1) [optional]
158
158
--failover-regions <REGION,...|none> Comma-separated regions the sandbox can fail over to (e.g. --failover-regions sfo1,fra1). Must not include the sandbox region. Pass "none" for no failover regions, overriding the project default. [optional]
159
159
--snapshot-expiration <DURATION|none> Default snapshot expiration. Use "none" or 0 for no expiration. Example: 7d, 30d [optional]
@@ -208,7 +208,7 @@ Options:
208
208
--snapshot, -s <snapshot_id> Start the sandbox from a snapshot ID [optional]
209
209
--env <key=value>, -e=<key=value> Default environment variables for sandbox commands
210
210
--tag <key=value>, -t=<key=value> Key-value tags to associate with the sandbox (e.g. --tag env=staging)
211
-
--mount <drive:path[:mode]> Attach a drive to the sandbox. Format: "drive:/path[:read-only|read-write]".
211
+
--mount <drive:path[:mode]> Attach a drive to the sandbox. Format: "drive:/path[:snapshot|read-write]".
212
212
--region <REGION> Region to create the sandbox in (defaults to iad1; any Vercel region is supported, e.g. sfo1, fra1, hnd1, syd1) [optional]
213
213
--failover-regions <REGION,...|none> Comma-separated regions the sandbox can fail over to (e.g. --failover-regions sfo1,fra1). Must not include the sandbox region. Pass "none" for no failover regions, overriding the project default. [optional]
214
214
--snapshot-expiration <DURATION|none> Default snapshot expiration. Use "none" or 0 for no expiration. Example: 7d, 30d [optional]
0 commit comments