Skip to content

Commit 17b21d2

Browse files
DOCS: add new info
1 parent baa13e2 commit 17b21d2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,7 @@
6363
- Change and cleanup docs
6464
- Docker command cleanup to reflect new changes
6565
- docker-compose.build.yml no longer exists.
66+
67+
# v1.1.8
68+
- Add the ability to self update your binary
69+
- Change the way parts of the CLI look

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ deno task start --server full
193193
## CLI
194194
195195
- 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
197197
198198
- `--help` - This triggers the help prompt even when other flags are passed.
199199
- `--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
207207
- Domain must be set in the [config](#config)
208208
- Overrides the enabled option in the [config](#config)
209209
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.
212+
210213
---
211214
212215
## Config

0 commit comments

Comments
 (0)