Project Get

Project get allows you to get information about a specific project by its ID.

Usage

flavor project get [OPTIONS] <PROJECT_ID>

Arguments

  • <PROJECT_ID>: The project ID to retrieve

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

  • --json : Returns data as raw JSON

  • -r, --resolve Resolves and displays devlogs in a project (May take longer)

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

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

  • -h, --help Print help

Examples

Get a project by its ID

flavor project get 333

Returns (concatenated)

Get a project and return it as json

Returns

Last updated