Influx auth cli 2.0

HI I have deployed the new influx 2.0 successfully and now if i am trying to communicate via cli it is showing

Error: Unauthorized access.

and the token is in active at config

$ cat configs
[default]
  url = "http://localhost:8086"
  token = "cfSYl65AvMLagcmiKXyO"
  org = "primary"
  active = true

in influx 1.8 if we give command like influx auth it will ask user and password here how could i get authenticate.