Skip to content

Commit 27e6029

Browse files
committed
update debug flag
1 parent 1886cb6 commit 27e6029

File tree

1 file changed

+1
-1
lines changed
  • src/pages/[platform]/reference/cli-commands

1 file changed

+1
-1
lines changed

src/pages/[platform]/reference/cli-commands/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Sandbox enables you to develop your backend alongside your frontend's developmen
5555

5656
### Options
5757

58-
- `debug` (_boolean_) - Print debug logs to the console (default: false)
58+
- `--debug` (_boolean_) - Print debug logs to the console (default: false)
5959
- `--dir-to-watch` (_string_) - Directory to watch for file changes. All subdirectories and files will be included. Defaults to the amplify directory.
6060
- `--exclude` (_string[]_) - An array of paths or glob patterns to ignore. Paths can be relative or absolute and can either be files or directories.
6161
- `--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

Comments
 (0)