Devlog List

The Devlog list command allows you to list devlogs for a specific project or all projects.

Usage

flavor project devlog list [Options] [PROJECT_ID]

Arguments

  • [PROJECT_ID]: The project ID to list devlogs for. Will list ALL devlogs if not provided

Options

  • -p, --page <PAGE>: Page number for pagination. Defaults to 1

  • --json : Returns data as raw JSON

  • --fields <FIELDS>: Fields to output in the table (advanced) [default: id,body,duration,likes-count,comments-count,updated-at] [possible values: id, body, comments-count, duration, likes-count, scrapbook-url, created-at, updated-at]

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

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

  • -h, --help: Print help

Examples

Get all devlogs of a project

flavor project devlog list 333

Returns (concatenated)

Get all devlogs of a project with custom columns

Returns (concatenated)

Get all devlogs of a project in json

Returns (concatenated)

Last updated