scrapinghub / shub

Scrapinghub Command Line Client
https://shub.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
125 stars 79 forks source link

shub image upload with arg --apikey doesn't work #401

Open MinaMeh opened 3 years ago

MinaMeh commented 3 years ago

I need to run shub image upload in a docker container and instead of doing shub login then shub image upload I want to run shub image upload --apikey=my_api_key. Meanwhile, it doesn't seem to work and I'm getting Error: Not logged in. Please run 'shub login' first. I guess it's failing in the deploy step. am I doing something wrong?