Reorganize spicedb commands to improve ergonomics #2055
Labels
area/CLI
Affects the command line
area/tooling
Affects the dev or user toolchain (e.g. tests, ci, build tools)
kind/proposal
Something fundamentally needs to change
Problem Statement
There's an example implementation in #2021, where the concept is that
serve
andmigrate
commands are nested under datastore subcommands, such that when you dospicedb postgres serve help
, you only see flags that are relevant to that particular use case and datastore. This would further reduce the number of things that a user would have to look through to understand how to invoke and configure SpiceDB for their use case.Solution Brainstorm
See #2021 as a starting point.
The text was updated successfully, but these errors were encountered: