Skip to content

Commit

Permalink
Updated app-center CLI docs to reflect issue found
Browse files Browse the repository at this point in the history
  • Loading branch information
hilts-vaughan committed Oct 31, 2018
1 parent 3b669e5 commit 27ac94f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,7 @@ There are two ways to use App Center CLI commands without running `appcenter log
3. Run `appcenter profile list` to get the information about logged in user.

For more details on a list of CLI commands, please refer to [App Center CLI GitHub repo](https://github.com/microsoft/appcenter-cli).

**A note about using the `--app` parameter:**

Due to restrictions in how app name parsing is done, application names must not begin with hyphens or other ambigious characters that may confuse GNU style parsers. You can read more about this (here)[https://github.com/Microsoft/appcenter-cli/issues/287].

0 comments on commit 27ac94f

Please sign in to comment.