Store Get

The store get command allows you to get specific info about an item in the Flavortown Store.

Usage

flavor store get [OPTIONS] <ITEM_ID>

Arguments

  • <ITEM_ID>: The store item ID to retrieve

Options

  • --json: Returns data as raw JSON

  • -s, --short: Omits some metadata

  • -d, --detailed: Adds random other metadata

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

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

  • -h, --help: Print help

Examples

Get info about a specific item

flavor store get 67

Returns

Get a specific item in JSON

Returns

Last updated