Chartmetric CLI

A command line tool for accessing the Chartmetric API.

cm artists career

Get the Chartmetric career stage history for a specific artist.

Synopsis

Full API endpoint documentation at https://api.chartmetric.com/apidoc/#api-Artist-GetArtistCareer

cm artists career [flags]

Examples

  cm artists career --id=3380

Options

      --id string       Chartmetric artist id
      --since string    Start date in ISO date format YYYY-MM-DD (default: 180 days ago)
      --until string    End date in ISO date format YYYY-MM-DD (defaults to today, maximum is 365 days from the since date)
      --limit string    Maximum number of results to be returned
      --offset string   Offset of entries to be returned
  -h, --help            help for career

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 artists - Lookup information related to artists
Auto generated by spf13/cobra on 28-Aug-2024