stablekernel/aqueduct

List/delete client cli command

vinnytwice opened this issue · 0 comments

I'm following the Aqueduct docs for auth and I see that a Client is added to aqueduct auth with the following command from cli:

aqueduct auth add-client \
  --id com.food_app.mobile \
  --connect postgres://user:password@dbhost:5432/food_app

How to check what client ids are registered? I can't find any command to delete or list registered client ids.
Thank you very much.