ReconfigureIO / reco

A command line tool for interacting with Reconfigure.io services
Apache License 2.0
6 stars 3 forks source link

Error: authentication required. Run 'reco auth' to authenticate #7

Closed mhsamiei closed 6 years ago

mhsamiei commented 6 years ago

when run reco build show this error in linux

CampGareth commented 6 years ago

Heya, it looks like you're trying to use reco without authenticating. You can get your API key from https://app.reconfigure.io/dashboard

If that doesn't work it might be because authentication is per-directory by default so while switching directories (for instance to change projects) you will have to re-authenticate.

If you're still having problems let us know 😄