Lookup a list of artists based on various filter parameters.
Full API endpoint documentation at https://api.chartmetric.com/apidoc/#api-Artist-getArtistListByFilters
cm artists list [flags]
--band string Filter by bands or solo artist only
--career_stage string Filter by artist's career stage
--career_trend string Filter by artist's career trend category
--code2 string Filter by artist's country code in ISO Alpha-2 format
--firstReleaseDaysAgo string Filter on artist's first release based on the number of days ago from today's date
--limit string Maximum number of results to be returned
--offset string Offset of entries to be returned
--pronoun any Filter by artist's pronoun: any, `he/him`, `notSpecified`, `others`, `she/her`, `they/them`
--sortColumn string Sort results by a specific metric
--sortOrderDesc string Sort results in descending order
--subTagId string Filter by a sub-genre tag id
--tagId string Filter by a genre tag id
-h, --help help for list
-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)