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 project devlog get [OPTIONS] <DEVLOG_ID>

Arguments

  • <DEVLOG_ID>: The devlog ID to retrieve

circle-info

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

Options

  • -p, --project-id <PROJECT_ID>: The project ID the devlog belongs to. Allows access to the devlog's attachments

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

Returns

Get json of a devlog by its ID

Returns

Last updated