Project Create

The project create command allows you to create a new project.

Usage

flavor project create [OPTIONS] --title <TITLE> --description <DESCRIPTION>

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

  • -h, --help: Print help

Examples

Create a new project with a title and description:

flavor project create --title "Cool project" --description "wawawa"

Returns

Create a project and return it as json

Returns

Last updated