eric-maynard commented on code in PR #1474: URL: https://github.com/apache/polaris/pull/1474#discussion_r2062757656
########## 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: When I first saw this, I thought `create` would "create" a setup. Maybe [apply](https://developer.hashicorp.com/terraform/cli/commands/apply) or [deploy](https://docs.aws.amazon.com/cli/latest/reference/cloudformation/deploy/) would be more intuitive? -- 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]
