From fc23db2c79e332de2f876aed98e4bc94696e9e93 Mon Sep 17 00:00:00 2001 From: rob phillips Date: Thu, 2 Jul 2015 14:42:13 -0700 Subject: [PATCH] Added options to README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index f10b62b..ccee317 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,21 @@ The following commands will format their output as [comma-separated values](http - `certificates:download` - `app_ids:list` +## Options + +Global options: + +- `-u` : Username +- `-p` : Password +- `--team` : Team Identifier +- `--info` : Set log level to INFO +- `--debug` : Set log level to DEBUG +- `--format` : Output options are `table` or `csv` + +Specific options for certain commands: + +- `--type` : Options are `development` or `distribution` + ## 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`.