Devlog Update

Devlog Update allows you to update an existing devlog for a specific project.

Usage

flavor project devlog update [OPTIONS] <PROJECT_ID> <DEVLOG_ID>

Arguments

  • <PROJECT_ID>: The id of the project to update a devlog in

  • <DEVLOG_ID>: The id of the devlog to update

Options

  • --body <BODY>: The new body of the devlog

  • --json: Returns data as raw JSON

  • --put: Overrides the resource to be exactly what you specify (PUT instead of PATCH)

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

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

  • -h, --help: Print help

Examples

Update an existing devlog for a specific project

Returns

Last updated