Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
pj4533 committed Jan 26, 2013
1 parent 5ff6de8 commit 30ae0da
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions README.md
Expand Up @@ -20,7 +20,7 @@ Lightman uses an inception level of javascript libraries. [Spooky.js](https://
Lightman usage:

````
Usage: lightman [options] <command>
Usage: lightman [options] <command>
Options:
Expand All @@ -30,19 +30,18 @@ Lightman usage:
-c, --csr [csr file] Use csr file
-bn, --bundlename [bundle name] Use bundle name
-bi, --bundleid [bundle id] Use bundle id
````
Supported Commands:
Commands:
* login - logs you in (saves to keychain)
* logout
* cert:create:dev - create development certificate (REQ: csr OPTIONAL: team)
* cert:create:dist - create distribution certificate (REQ: csr OPTIONAL: team)
* appid:create - create app id (REQ: bundlename,bundleid OPTIONAL: team)
* appid:configure:push - configure app id for push (REQ: bundlename,csr OPTIONAL: team)
* team:list - list teams you belong to

login - logs you in (saves to keychain)
logout
cert:create:dev - create development certificate (REQ: csr OPTIONAL: team)
cert:create:dist - create distribution certificate (REQ: csr OPTIONAL: team)
appid:create - create app id (REQ: bundlename,bundleid OPTIONAL: team)
appid:configure:push - configure app id for push (REQ: bundlename,csr OPTIONAL: team)
team:list - list teams you belong to
````

### Other Stuff:

Expand Down

0 comments on commit 30ae0da

Please sign in to comment.