Store List

Store list allows you to list every item in the Flavortown store.

Usage

flavor store list [OPTIONS]

Options

  • --json: Returns data as raw JSON

  • --region <REGION>: Region column to show [possible values: australia, canada, europe, india, united-kingdom, united-states, world]

  • --fields <FIELDS>: Fields to output in the table (advanced) [default: id,name,description,stock,regional,type,attached-to] [possible values: id, name, description, stock, type, attached-to, limited, buyable-by-self, show-in-carousel, accessory-tag, long-description, image-url, max-qty, one-per-person-ever, sale-percentage, regional]

  • --sort <SORT>: Sort the table output [default: id] [possible values: id, name, stock, type, limited, buyable-by-self, show-in-carousel, max-qty, one-per-person-ever, sale-percentage, regional]

  • --sort-region <SORT_REGION>: Choose the region to sort by if you selected "regional" as the sort order [possible values: australia, canada, europe, india, united-kingdom, united-states, world]

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

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

  • --sort-order <SORT_ORDER>: Choose the direction of sort order [default: asc] [possible values: asc, desc]

  • -h, --help: Print help

Examples

List all store items

Returns (concatenated)

List store items for a specific region

Returns (concatenated)

List store items with custom columns

Returns (concatenated)

List store items with custom sort

Returns (concatenated)

List store items in JSON

Returns (concatenated)

Last updated