Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated app-center CLI docs to reflect issue found #334

Merged
merged 3 commits into from
Nov 7, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 in the associated [CLI issue](https://github.com/Microsoft/appcenter-cli/issues/287).