Devlog Get

Devlog Get allows you to get information about a specific devlog by it's, and optionally it's project's, ID.

Usage

flavor devlog get [OPTIONS] <DEVLOG_ID>

Arguments

  • <DEVLOG_ID>: The devlog ID to retrieve

circle-info

You can get Devlog IDs from the flavor devlog list command, or from the flavor project get command, where you can see all devlogs associated with a project.

Options

  • --json: Returns data as raw JSON

  • -s, --short: Omits the devlog's metadata

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

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

  • -h, --help: Print help

Examples

Get a devlog by its ID

flavor devlog get 11564 --project-id 333

Returns

Get json of a devlog by its ID

Returns

Last updated