burusftp user inspect
NAME
burusftp user inspect <username> [options]
- Prints user details in JSON format.
OPTIONS
--query <JMESPath query>
- Applies JMESPath query to user details and prints the result
EXAMPLES
# Print details of user guybrush
burusftp user inspect guybrush
# Print a JSON array containing enabled (or required) authentication options
burusftp user inspect guybrush --query "auth[?enabled != 'disabled'].type"
SCHEMA
Print JSON schema
# Print JSON schema
burusftp user inspect --print-schema
SEE ALSO
user add, user delete, user list, user update
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.