Search artists, tracks, playlists, and more with one query (wrap multiple words in quotes)
Full API endpoint documentation at https://api.chartmetric.com/apidoc/#api-Search-Search
cm search <query> [flags]
cm search "rick astley"
cm search "ariana grande" --type=artists
--limit string Maximum number of results to be returned
--offset string Offset of entries to be returned
--type string Type of search, default 'all', allowed values: [all, artists, tracks, playlists, curators, albums, stations, cities, songwriters]
-h, --help help for search
-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)