Devlog Create

Devlog Create allows you to create a new devlog for a specific project.

Usage

flavor project devlog create [OPTIONS] --body <BODY> <PROJECT_ID>

Arguments

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

circle-info

You can get Project IDs from the flavor project list command, or from the flavor user get command, where you can see all projects associated with a user. The project's URL on Flavortown also contains the project ID.

Options

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

  • --attachment <ATTACHMENT>: The paths to the attachments to add to the devlog

  • --json: Returns data as raw JSON

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

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

  • -h, --help: Print help

Examples

Create a new devlog for a specific project

Returns

Last updated