Project Update

Allows you to update an existing project that you own

Usage

flavor project update [OPTIONS] <PROJECT_ID>

Arguments

  • <PROJECT_ID>: The project ID to update

Options

  • --title <TITLE>: The title of the new project

  • --description <DESCRIPTION>: The description of the new project

  • --repo-url <REPO_URL>: A link to the project's repository

  • --demo-url <DEMO_URL>: A link to the project's demo

  • --readme-url <README_URL>: A link to the project's readme

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

  • --json: Returns data as raw JSON

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

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

  • -h, --help: Print help

Examples

Update a project's title and description:

Returns

Returns

Last updated