Logo

Command Palette

Search for a command to run...

users show

Returns details about a user. You can dump these as a json file for use with the users apply-profile function.

$ cx users show <user email> --json <filename>

Options

ArgumentRequired?DefaultDescription
<user email>yesThe email address associated with the user's Cloud 66 account
--json <filename>noDumps the profile data as a json formatted file.

Examples

$ cx users show jim@gmail.com --json /tmp/jim_profile.json