github-education-resources / teachers_pet

Command line tool to help teachers use GitHub in their classrooms
https://education.github.com/guide
MIT License
187 stars 74 forks source link

Simplify auth options #51

Closed afeld closed 10 years ago

afeld commented 10 years ago

Not all of the actions require authentication, and some people may be using the token as an environment variable, so I simplified the CLI auth code/usage. At worst, the API will give back an error when trying to perform an action.

afeld commented 10 years ago

@kelleydv @mikehelmick @johndbritton Sound reasonable?

kelleydv commented 10 years ago

I like it.

johndbritton commented 10 years ago

Looks sane to me :+1: