sanderpick / wolfpack-cli

Grr, the Wolfpack CLI... a shameless rip of the Nodejitsu CLI for lightweight team management.
2 stars 0 forks source link

Feature/two way teams #5

Closed sanderpick closed 11 years ago

sanderpick commented 11 years ago

This adds support for the original kind of team we had talked about ... so you can now do...

grr teams create bedroom
grr teams invite princess bedroom

At which point an email is sent to princess asking her if she wants to join. The response is send to the inviter, accepted or declined.

I realized it's much easy for development to use npm link to map the dev grr binary to global npm dir... so can...

[sudo] npm uninstall grr -g
git clone git@github.com:sanderpick/wolfpack-cli.git
cd wolfpack-cli
npm link
which grr

That should work .. now the grr in user path should be the grr in /wolfpack-cli/bin/grr.

Before merge, I'll make some comments on the changes... maybe later... maybe in the morning :)