@loftlyy/cli gives you terminal access to Loftlyy brand data for discovery, filtering, and export.
Install
Core commands
List brands
Get one brand
Search brands
Filter brands
facets first if you need the available filter values.
Find similar brands
Get a palette
Inspect facets
Global flags
| Flag | Purpose | | ------------------------ | -------------------------------- | ---------------------- | --------------------- | |--source <local | remote> | Force the data source. |
| --base-url <url> | Override the remote API host. |
| --output <table | json | ndjson> | Choose output format. |
| --strict | Fail fast on invalid brand data. |
| --no-color | Disable ANSI color output. |
Data source behavior
The CLI picks a default source automatically:- If
data/brands/exists in your current working directory, Loftlyy useslocal. - Otherwise it uses
remote.
Output formats
tableis best for terminal browsingjsonis best for structured outputndjsonis useful for streaming into other tools
