MonkeyCanCode commented on code in PR #1474: URL: https://github.com/apache/polaris/pull/1474#discussion_r2062814184
########## site/content/in-dev/unreleased/command-line-interface.md: ########## @@ -1169,6 +1172,32 @@ This section outlines example code for a few common operations as well as for so For especially complex operations, you may wish to instead directly use the Python API. +### setup + +The `setup` command is used to automate the creation of various entities in Polaris, such as principals, roles, catalogs, namespaces, and privileges, based on a configuration file. This simplifies the process of setting up a Polaris environment. + +`setup` supports the following subcommands: + +1. create + +#### create + Review Comment: Updated with `apply` for the sub-command. -- 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: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org