Chartmetric CLI

A command line tool for accessing the Chartmetric API.

cm genres list

Lookup the list of Chartmetric genres.

Synopsis

Full API endpoint documentation at https://api.chartmetric.com/apidoc/#api-Search-Genres

cm genres list [flags]

Examples

  cm genres list
  cm genres list --name=hip-hop

Options

      --name string   Optional genre name to filter by.
  -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 genres - Lookup Chartmetric genre names and ids
Auto generated by spf13/cobra on 28-Aug-2024