You can get your api-token from the divshot config file:
cat ~/.divshot/config/user.json
{
"token": "<SUPER SECRET TOKEN STRING>"
}
Then commands can be run via:
divshot promote staging production --token <SUPER SECRET TOKEN STRING>
That way you could put your token into a script that 'wercker' runs.
This rocks. Will hook it up right now :D