Chartmetric CLI

A command line tool for accessing the Chartmetric API.

cm radio list

Lookup the list of covered radio stations by country.

Synopsis

Full API endpoint documentation at https://api.chartmetric.com/apidoc/#api-Radio-GetRadioStationListForCountry

cm radio list [flags]

Examples

  cm radio list --code2=US
  cm radio list --code2=DE

Options

      --code2 string   Filter by country code in ISO Alpha-2 format.
  -h, --help           help for list

Options inherited from parent commands

  -d, --debug                  Display debug output in the console (default: false)
  -r, --refresh_token string   Chartmetric API Refresh Token to use (overrides config file token; does not save)
  -V, --verbose                Show additional details only when displaying debug info (default: false)

SEE ALSO

  • cm radio - Lookup information related to radio stations and airplay
Auto generated by spf13/cobra on 28-Aug-2024