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
Since pgagroal-cli now has a complete JSON output support, it is time to provide also pgagroal-admin with JSON support.
The implementation should be simple, since no management protocol is involved, and the idea is that every command can directly output a JSON with all the details about the action.
The most notably use case is for user ls that has to provide a list with all the users.
The text was updated successfully, but these errors were encountered:
Since
pgagroal-cli
now has a complete JSON output support, it is time to provide alsopgagroal-admin
with JSON support.The implementation should be simple, since no management protocol is involved, and the idea is that every command can directly output a JSON with all the details about the action.
The most notably use case is for
user ls
that has to provide alist
with all the users.The text was updated successfully, but these errors were encountered: