|
| 1 | +<!-- markdownlint-disable MD041 --> |
| 2 | + |
1 | 3 | ## Subcommands Reference |
2 | 4 |
|
3 | 5 | ### `drop` |
@@ -115,6 +117,7 @@ cocoindex server [OPTIONS] APP_TARGET |
115 | 117 | | `-cl, --cors-local INTEGER` | Allow `http://localhost:<port>` to access the server. | |
116 | 118 | | `-L, --live-update` | Continuously watch changes from data sources and apply to the target index. | |
117 | 119 | | `--setup` | Automatically setup backends for the flow if it's not setup yet. | |
| 120 | +| `--reset` | Drop existing setup before starting server (equivalent to running 'cocoindex drop' first). | |
118 | 121 | | `--reexport` | Reexport to targets even if there's no change. | |
119 | 122 | | `-f, --force` | Force setup without confirmation prompts. | |
120 | 123 | | `-q, --quiet` | Avoid printing anything to the standard output, e.g. statistics. | |
@@ -142,6 +145,7 @@ cocoindex setup [OPTIONS] APP_TARGET |
142 | 145 | | Option | Description | |
143 | 146 | |--------|-------------| |
144 | 147 | | `-f, --force` | Force setup without confirmation prompts. | |
| 148 | +| `--reset` | Drop existing setup before running setup (equivalent to running 'cocoindex drop' first). | |
145 | 149 | | `--help` | Show this message and exit. | |
146 | 150 |
|
147 | 151 | --- |
@@ -203,6 +207,7 @@ cocoindex update [OPTIONS] APP_FLOW_SPECIFIER |
203 | 207 | | `-L, --live` | Continuously watch changes from data sources and apply to the target index. | |
204 | 208 | | `--reexport` | Reexport to targets even if there's no change. | |
205 | 209 | | `--setup` | Automatically setup backends for the flow if it's not setup yet. | |
| 210 | +| `--reset` | Drop existing setup before updating (equivalent to running 'cocoindex drop' first). | |
206 | 211 | | `-f, --force` | Force setup without confirmation prompts. | |
207 | 212 | | `-q, --quiet` | Avoid printing anything to the standard output, e.g. statistics. | |
208 | 213 | | `--help` | Show this message and exit. | |
|
0 commit comments