Devlog Delete

Devlog Delete allows you to delete an already existing devlog by its ID from a specific project.

Usage

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

Arguments

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

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

Options

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

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

  • -h, --help: Print help

Examples

Delete a devlog by its ID from a specific project

flavor project devlog delete 333 15142

Returns

Deleted devlog successfully.

Last updated