Devlog Commands

Commands that allow you to view and manage your devlogs.

Usage

flavor project devlog [OPTIONS] <COMMAND>

Commands

  • list: List devlogs for a project

  • get: Get a specific devlog by its ID

  • create: Create a new devlog for a project

  • update: Update an existing devlog

  • delete: Delete a devlog

  • help: Print this message or the help of the given command(s)

Options

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

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

  • -h, --help: Print help

Last updated