User Get

The user get command allows you to get information about a specific user by their ID.

Usage

flavor user get [OPTIONS] [USER_ID]

Arguments

  • [USER_ID]: The user ID to retrieve. Defaults to you if not supplied

Options

  • --json: Returns data as raw JSON

  • -r, --resolve...: Resolves project IDs, or when specified twice, devlog ids as well (may be VERY long)

  • -v, --verbose...: Increase logging verbosity

  • -q, --quiet...: Decrease logging verbosity

  • -h, --help: Print help

Examples

Get information about yourself

flavor user get

Returns

Get information about a specific user by ID

Returns

Get information about a user and resolve their projects

Returns

Get information about a user and resolve their projects AND devlogs (can be very long)

or

Returns

Get information about a user in json

Returns

Last updated