./README.md in cupertino-1.2.4 vs ./README.md in cupertino-1.3.0

- old
+ new

@@ -137,10 +137,19 @@ $ ios certificates:download $ ios certificates:download --type distribution $ ios certificates:download NAME ``` +## CSV Output + +The following commands will format their output as [comma-separated values](http://en.wikipedia.org/wiki/Comma-separated_values) when the `--format csv` argument is passed: + +- `app_ids:list` +- `devices:list` +- `profiles:list` +- `profiles:manage:devices:list` + ## Commands - `login` - `logout` - `devices:add` @@ -153,19 +162,9 @@ - `profiles:download:all` - `profiles:devices:list` - `certificates:list` - `certificates:download` - `app_ids:list` - -### Disabled Commands - -> With the latest updates to the Apple Developer Portal, the following functionality has been removed. - -- `pass_type_ids:list` -- `pass_type_ids:add` -- `pass_type_ids:certificates:list` -- `pass_type_ids:certificates:add` -- `pass_type_ids:certificates:download` ## Proxies Cupertino will access the provisioning portal through a proxy if the `HTTP_PROXY` environment variable is set, with optional credentials `HTTP_PROXY_USER` and `HTTP_PROXY_PASSWORD`.