mwunsch / tumblr

Command line interface and Ruby client for the Tumblr API (v2)
MIT License
282 stars 43 forks source link

Publish To A Specified Blog #17

Closed conatus closed 12 years ago

conatus commented 12 years ago

If one has more than one blog, there is no way of posting to the other blog from the command line. It would be great if this were possible.

Thanks a lot!

mwunsch commented 12 years ago

Have you tried the --group flag? Is that not what you want?

conatus commented 12 years ago

Hullo,

Thanks very much for the reply.

What is the format of this tag? I tried just the name of the Tumbl-blog and it dumped me out saying not found.

mwunsch commented 12 years ago

From the old api docs:

group (optional) - Post this to a secondary blog on your account, e.g. mygroup.tumblr.com (for public groups only)

conatus commented 12 years ago

Wonderful - shall I amend the documentation for clarity and send a pull?