Skip to content

Commit 2ca25d2

Browse files
denobotbartlomieju
andauthored
chore: update for 2.8.1 (#3170)
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
1 parent 6d91948 commit 2ca25d2

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

replacements.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"CLI_VERSION": "2.8.0"
2+
"CLI_VERSION": "2.8.1"
33
}

runtime/reference/cli/_commands_reference.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2943,6 +2943,33 @@
29432943
"help_heading": null,
29442944
"usage": "--v8-flags[=<V8_FLAGS>...]"
29452945
},
2946+
{
2947+
"name": "watch",
2948+
"short": null,
2949+
"long": "watch",
2950+
"required": false,
2951+
"help": "Watch for file changes and restart process automatically.\n \u001b[38;5;245mOnly local files from entry point module graph are watched.\u001b[39m",
2952+
"help_heading": "File watching options",
2953+
"usage": "--watch"
2954+
},
2955+
{
2956+
"name": "watch-exclude",
2957+
"short": null,
2958+
"long": "watch-exclude",
2959+
"required": false,
2960+
"help": "Exclude provided files/patterns from watch mode",
2961+
"help_heading": "File watching options",
2962+
"usage": "--watch-exclude[=<FILES>...]"
2963+
},
2964+
{
2965+
"name": "no-clear-screen",
2966+
"short": null,
2967+
"long": "no-clear-screen",
2968+
"required": false,
2969+
"help": "Do not clear terminal screen when under watch mode",
2970+
"help_heading": "File watching options",
2971+
"usage": "--no-clear-screen"
2972+
},
29462973
{
29472974
"name": "unstable",
29482975
"short": null,

0 commit comments

Comments
 (0)