scrapy / scrapyd-client

Command line client for Scrapyd server
BSD 3-Clause "New" or "Revised" License
770 stars 146 forks source link

scrapyd-deploy does not recognize -a option #19

Closed zv86 closed 8 years ago

zv86 commented 8 years ago

When trying to deploy to all targets using -a, scrapyd-deploy returns that it has no option -a, this option is also no listed in help

Digenis commented 8 years ago

it's not in a release yet and I'm not sure it's going to make it into one, see #16

zv86 commented 8 years ago

OK, but it would be a nice to have feature (and it is already in the documentation)

Digenis commented 8 years ago

Which documentation? Where?

Digenis commented 8 years ago

@zv86, unfortunately, the right documentation for the release is the one in pypi. In github, there was no branch or tag for the correct version of the documentation. In any case, when you are looking on the master branch in github you are looking at what you would have if you had installed with pip install git+https://github.com/scrapy/scrapyd-client.git@master.

I opened a different ticket regarding tags, release branches and documentation.