Project List

Project list allows you to view a list of all projects and optionally search them.

Usage

flavor project list [OPTIONS]

Options

  • -p, --page <PAGE>: Page number for pagination. Defaults to 1

  • --query <QUERY>: Query string to filter projects

  • --json: Returns data as raw JSON

  • --fields <FIELDS>: Fields to output in the table (advanced) [default: id,title,description,updated-at] [possible values: id, title, description, ship-status, repo-url, demo-url, readme-url, created-at, updated-at, devlog-ids]

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

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

  • -h, --help: Print help

Examples

List all projects (first page):

flavor project list

Returns (concatenated)

Search for projects

Returns

List projects with custom columns

Returns (concatenated)

List projects in json

Returns (concatenated)

Last updated