Chartmetric CLI

A command line tool for accessing the Chartmetric API.

cm brands metadata

Get information for a specific brand.

Synopsis

Full API endpoint documentation at https://api.chartmetric.com/apidoc/#api-Brand-GetBrandInfo

cm brands metadata [flags]

Examples

  cm brands metadata --id=138

Options

      --id string              Chartmetric brand id
      --sortColumn string      Sort results by a specific property. Allowed values: 'followers', 'likers', 'follower_overlap', 'liker_overlap', 'follower_affinity', 'liker_affinity' (default: 'followers')
      --sortOrderDesc string   Sort results in descending order (default: 'true')
      --limit string           Maximum number of results to be returned
      --offset string          Offset of entries to be returned
  -h, --help                   help for metadata

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