okta-cli
okta-cli copied to clipboard
A command line interface to Okta
I'm trying to use okta-cli to set the value of an array-based attribute in Okta. The code currently assumes string only values for all cli arguments. However, I've been looking...
Was sure the best way to make a feature request here. What I really need is a ways to auth to Okta to create and admin API with a limited...
I followed your brew install and received the following error message: `Last 15 lines from /Users/JohnDoe/Library/Logs/Homebrew/okta-cli/10.python3.10: note: This error originates from a subprocess, and is likely not a problem with...
Add an option to pass arbitrary HTTP request headers in the `raw` command, for endpoints such as `[app]/sso/saml/metadata` that are not JSON. Also do not attempt to parse the body...
`okta-cli raw logs` returns a `target` which is a JSON array (ie, a Python list), but u can't address it. eg, it'd be nice to request `target.0.displayName` or `target[0].displayName`, etc,...
see [this comment](https://github.com/flypenguin/okta-cli/issues/15#issuecomment-1812280486). if i am correct there should not be any, so maybe it's a bug.
`okta-cli raw logs` returns un-pretty-printed JSON by default, whereas other commands return a table by default, or the JSON is pretty-printed.
`--output-fields` _replaces_ the default fields. it'd be nice to have another flag to _add_ to the default fields.
for large fetches (eg, 1,000s of users), it fetches everyone first, then displays them (this is nice because you can format the table, and you want to figure out the...
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...