agent_smith

A simple gem to fetch provisioning profiles from a git repository and install them


License
MIT
Install
gem install agent_smith -v 0.0.5

Documentation

Agent Smith

Tiny small tool that allow you to synchronise the provisioining profiles installed on your machine with the ones collected in a git repository

How to Install

gem install agent_smith

Usage

Usage:
  agent_smith delete_all

delete all the provisioning profiles installed.


Usage:
  agent_smith install --repo=REPO

Options:
  --repo=REPO  

Description:
  `agent_smith install --repo=git@github.com:Organization/provisioning-profiles` 
  will execute `agent_smith delete_all` and then will install all 
  the provisioning profiles present in the given repository.