burusftp user inspect
Print user details in JSON format.
Synopsis
burusftp user inspect <username> [options]
burusftp user inspect --print-schemaOptions
--query <jmespath>
Apply a JMESPath query to the user details and print the result.
--print-schema
Print the JSON schema for user details.
Examples
# Print details of user guybrush
burusftp user inspect guybrush
# Print enabled authentication types
burusftp user inspect guybrush --query "auth[?enabled != 'disabled'].type"
# Print JSON schema
burusftp user inspect --print-schema