Get the evolution of playlists for a specific artist, track, or album.
Full API endpoint documentation at https://api.chartmetric.com/apidoc/#api-Playlist-GetEvolution
cm playlists evolution [flags]
cm playlists evolution --type=artist --id=5408
--type string The content asset type for a specific asset id. Allowed values: 'artist', 'track', 'album'
--id string Chartmetric id for the specific asset (e.g. artist_id, track_id, album_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)
-h, --help help for evolution
-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)