Project get allows you to get information about a specific project by its ID.
Usage
flavorprojectget [OPTIONS] <PROJECT_ID>
Arguments
<PROJECT_ID>: The project ID to retrieve
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)
FlavorCLI
----------------------------------------
ID : 333
Status : draft
Created : 2025-12-20 13:28:05
Updated : 2026-01-14 12:18:12
Description
FlavorCLI is a feature-rich command line interface for Flavortown. When
using FlavorCLI, you will be able to create devlogs, ship your projects,
view the shop, and more, right from your command line.
Links:
Repo : https://github.com/lordseriouspig/flavorcli
Demo : https://github.com/Lordseriouspig/flavorcli/releases/latest
Readme : https://raw.githubusercontent.com/Lordseriouspig/flavorcli/main/README.MD
Devlog IDs:
- 11564
- 11107
- 10699
- 8725
flavor project get 333 --json
{"id":333,"title":"FlavorCLI","description":"FlavorCLI is a feature-rich command line interface for Flavortown. When using FlavorCLI, you will be able to create devlogs, ship your projects, view the shop, and more, right from your command line.","ship_status":"draft","repo_url":"https://github.com/lordseriouspig/flavorcli","demo_url":"https://github.com/Lordseriouspig/flavorcli/releases/latest","readme_url":"https://raw.githubusercontent.com/Lordseriouspig/flavorcli/main/README.MD","created_at":"2025-12-20T03:28:05.411Z","updated_at":"2026-01-14T02:18:12.224Z","devlog_ids":[11564,11107,10699,8725,6538,6265,5636,5624,5343,5025,5015,4727,4359,4250]}