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
--skip-release-check if true, skips checking for new SpiceDB releases
303
311
```
304
312
313
+
314
+
305
315
## Reference: `spicedb lsp`
306
316
307
317
serve language server protocol
@@ -325,17 +335,20 @@ spicedb lsp [flags]
325
335
--skip-release-check if true, skips checking for new SpiceDB releases
326
336
```
327
337
338
+
339
+
328
340
## Reference: `spicedb man`
329
341
330
342
Generate a man page for SpiceDB.
331
-
The output can be redirected to a file and installed to the system:
343
+
The output can be redirected to a file and installed to the system:
332
344
333
345
```
334
346
spicedb man > spicedb.1
335
347
sudo mv spicedb.1 /usr/share/man/man1/
336
348
sudo mandb # Update man page database
337
349
```
338
350
351
+
339
352
```
340
353
spicedb man
341
354
```
@@ -348,6 +361,8 @@ spicedb man
348
361
--skip-release-check if true, skips checking for new SpiceDB releases
349
362
```
350
363
364
+
365
+
351
366
## Reference: `spicedb postgres-fdw`
352
367
353
368
EXPERIMENTAL: Serves a Postgres-compatible interface for querying SpiceDB data using foreign data wrappers. This feature is experimental and subject to change.
@@ -376,6 +391,8 @@ spicedb postgres-fdw [flags]
376
391
--skip-release-check if true, skips checking for new SpiceDB releases
377
392
```
378
393
394
+
395
+
379
396
## Reference: `spicedb serve`
380
397
381
398
start a SpiceDB server
@@ -560,6 +577,8 @@ spicedb serve [flags]
560
577
--skip-release-check if true, skips checking for new SpiceDB releases
561
578
```
562
579
580
+
581
+
563
582
## Reference: `spicedb serve-testing`
564
583
565
584
An in-memory spicedb server which serves completely isolated datastores per client-supplied auth token used.
@@ -621,6 +640,8 @@ spicedb serve-testing [flags]
621
640
--skip-release-check if true, skips checking for new SpiceDB releases
0 commit comments