appsup-dart/openid_client

Having trouble with the CLI, zsh does not find openid_client

adrian-moisa opened this issue · 2 comments

openid_client issuers list
zsh: command not found: openid_client

I even tried adding it to the PATH, no change.
export PATH=~/.pub-cache/hosted/pub.dev/openid_client-0.4.7/bin/:$PATH

Any advice? And question, do I actually need the cli? It's unclear from the readme if the commands are optional or mandatory. Thank you!

Did you install the cli with the command dart pub global activate openid_client?

The cli can be helpful to test things (checkout an issuer, try to auth, ...), but probably you do not need it.

Thank you for the feedback. I managed to implement everything without using the cli.