adnanhemani commented on code in PR #4627: URL: https://github.com/apache/polaris/pull/4627#discussion_r3376526659
########## site/content/in-dev/unreleased/getting-started/binary-distribution.md: ########## @@ -52,3 +59,13 @@ You can verify the server is running by checking the health endpoint: ```bash curl http://localhost:8182/q/health ``` + +## Installing the CLI + +Install the Polaris CLI from PyPI: + +```bash +pip install apache-polaris +``` + +The `polaris` command will then be available in your shell. See [Using Polaris]({{% ref "using-polaris" %}}) for usage examples. Review Comment: This makes sense to me! I'll leave this here for now, and once we are all aligned with making this the case for Getting Started in general, I can move this to the top section of "Installing Dependencies". WDYT? ########## site/content/in-dev/unreleased/getting-started/using-polaris/_index.md: ########## @@ -44,7 +44,7 @@ Additionally, if Polaris is running somewhere other than `localhost:8181`, you c ### Creating a Principal and Assigning it Privileges -With a catalog created, we can create a [principal]({{% relref "../../entities#principal" %}}) that has access to manage that catalog. For details on how to configure the Polaris CLI, see [the section above](#defining-a-catalog) or refer to the [docs]({{% relref "../../command-line-interface" %}}). +With a catalog created, we can create a [principal]({{% relref "../../entities#principal" %}}) that has access to manage that catalog. For details on how to configure the Polaris CLI, see the [Creating a Catalog]({{% ref "../creating-a-catalog" %}}) page or refer to the [docs]({{% relref "../../command-line-interface" %}}). Review Comment: Good catch! Fixed in 36fd8c3 — both occurrences changed to `relref` for consistency with the rest of the file. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
