flypenguin / okta-cli

A command line interface to Okta
MIT License
41 stars 12 forks source link

README incomplete/incorrect #4

Closed dawngerpony closed 4 years ago

dawngerpony commented 4 years ago

The README is missing a few key pieces of information to help me to figure out how the application works. For example, the sample query 'email eq "my@email.com"' doesn't work for me, I think it should be 'profile.email eq "my@email.com"' as per the Okta docs.

I also would like to make it clearer where the config file is stored.