I’m just playing around with Vagrant and as soon I tried:
vagrant push
I got this error message:
error starting upload: upload: resource not found
Luckily there is already a ticket to that on GitHub. And the workaround is this export:
export ATLAS_TOKEN=`cat ~/.vagrant.d/data/vagrant_login_token`
After executing the export above the command worked for me.