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: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -193,7 +193,7 @@ deno task start --server full
193
193
## CLI
194
194
195
195
- Incognito has a built in CLI for starting and running
196
-
- Currently, there are only 4 flags.
196
+
- Currently, there are only 4 flags. And 1 extra command
197
197
198
198
- `--help` - This triggers the help prompt even when other flags are passed.
199
199
- `--server [full|standalone]` - Choose between the full or standalone server. This option is ***required*** otherwise, it will just show the help prompt.
@@ -207,6 +207,9 @@ deno task start --server full
207
207
- Domain must be set in the [config](#config)
208
208
- Overrides the enabled option in the [config](#config)
209
209
210
+
- `upgrade` - Allows for the ability to self-update the binary. Run this to self upgrade
211
+
- `--check` check for a new version. Tells you if one is available.
0 commit comments