sintaxi / surge

CLI for the surge.sh CDN
https://surge.sh
2.84k stars 136 forks source link

surge list returns [object Object] #387

Closed didaquis closed 4 years ago

didaquis commented 4 years ago

The command surge list returns this:


    Surge - surge.sh

              email: example@example.com
              token: **********

      [object Object]
      [object Object]
      [object Object]
      [object Object]
sintaxi commented 4 years ago

I think you may be on a very old version of surge. Run surge --version to check. Run npm install -g surge to update.

didaquis commented 4 years ago

I think you may be on a very old version of surge

You are right! Update Surge solve the issue. Thanks