StandupMail command line client.
Via git (or downloaded tarball):
$ git clone git@github.com:ericlarssen/standupmail-cli.gitVia npm:
$ npm install -g standupmail-cliYou will need to get your credentials from https://www.standupmail.com/#account
$ standup login -t <api_token> -i <access_id>Viewing teams assigned to you
$ standup teamsShow messages from you and your team.
Show your messages today.
$ standup showShow your messages for the past 3 days.
$ standup show -n 3Show your teams messages for the past 3 days.
$ standup show -n 3 --allSending updates to teams on standupmail
Working
$ standup update -w "10% time project."Done
$ standup update -d "YAY! I finished something."Blocked
$ standup update -b "Uh oh. We can't go further cap'n.";Send to specific teams, when you belong to multiple
$ standup teams
[
{'id': 9999, 'name': 'SWEET TEAM'},
{'id': 8888, 'name': 'Less sweet team'},
{'id': 7777, 'name': 'that other team'}
]
$ standup update -t 9999 8888 -w "Don't tell that other team."You can find list of issues using this link.