burusftp user inspect

Print user details in JSON format.

Synopsis

burusftp user inspect <username> [options]

burusftp user inspect --print-schema

Options

--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

See also

burusftp user list, burusftp user update

On this page