-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use subcommands in CLI #77
Comments
Let me know if following commands look good to you @ricardogsilva
|
I would avoid having too generic categories such as It seems a good place to put those commands that deal with geoserver stores would be an additional Furthermore:
|
As GeoServer has a large REST API and since we may also be adding additional features in the future, let's organize our CLI client in a hierarchical way, grouping commands in some logical sense. Perhaps starting out by mimicking the sections that exist on the GeoServer UI (layers, stores, workspaces, etc.).
We can use typer subcommands for this. The end result would look something like this:
The text was updated successfully, but these errors were encountered: