Sha256: 68cd49417ebe3f6f68331e58675b1a4aa59bc45c35439287882681764be151e5

Contents?: true

Size: 1.12 KB

Versions: 4

Compression:

Stored size: 1.12 KB

Contents

The Wizard Of Dev center interacts with the Apple Dev Center web pages so you don't have to!

Install
---

    $ gem install wod

Usage
---
    $ wod help
    
    === General Commands

    help                      # show this usage
    version                   # show the gem version

    login                     # log in with your apple credentials
    logout                    # clear local authentication credentials

    devices                   # list your registered devices
    devices:add <name> <udid> # add a new device
    devices:remove <name>     # remove device (Still counts against device limit)

Examples
---

List Devices:

    $ wod devices
    Steve Jobs iPad 3  | 554f3fg54bc953547ry7a6bd62c678c11e912345
    Jon Ive's iPhone 5 | 2d84d56ceg52c49379537413d3b9865ae2b12345

Add Device:

    $ wod devices:add "Dave's iPod Touch" 2d84d56ceg52c49379537413d3b9865ae2b12345
    
Remove Device:

    $ wod devices:remove "Jon Ive's iPhone 5"
    

Roadmap
---

More features to come as I need them or as other people fork and add em ;)

Proudly brought to you by the wizard of identity crises (whatupdave/snappycode/wizard of id)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
wod-0.0.4 README.md
wod-0.0.3 README.md
wod-0.0.2 README.md
wod-0.0.1 README.md