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: src/pages/[platform]/reference/cli-commands/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ Sandbox enables you to develop your backend alongside your frontend's developmen
55
55
56
56
### Options
57
57
58
-
-`debug` (_boolean_) - Print debug logs to the console (default: false)
58
+
-`--debug` (_boolean_) - Print debug logs to the console (default: false)
59
59
-`--dir-to-watch` (_string_) - Directory to watch for file changes. All subdirectories and files will be included. Defaults to the amplify directory.
60
60
-`--exclude` (_string[]_) - An array of paths or glob patterns to ignore. Paths can be relative or absolute and can either be files or directories.
61
61
-`--identifier` (_string_) - An optional name to distinguish between different sandbox environments. Default is the name of the system user executing the process
0 commit comments