diff --git a/site/content/in-dev/unreleased/command-line-interface.md b/site/content/in-dev/unreleased/command-line-interface.md index cb0d11298d..3cd06713e1 100644 --- a/site/content/in-dev/unreleased/command-line-interface.md +++ b/site/content/in-dev/unreleased/command-line-interface.md @@ -251,9 +251,11 @@ input: polaris catalogs update --help options: update Named arguments: - --default-base-location (Required) Default base location of the catalog + --default-base-location A new default base location for the catalog --allowed-location An allowed location for files tracked by the catalog. Multiple locations can be provided by specifying this option more than once. - --property A key/value pair such as: tag=value. Multiple can be provided by specifying this option more than once + --region (Only for S3) The region to use when connecting to S3 + --set-property A key/value pair such as: tag=value. Merges the specified key/value into an existing properties map by updating the value if the key already exists or creating a new entry if not. Multiple can be provided by specifying this option more than once + --remove-property A key to remove from a properties map. If the key already does not exist then no action is takn for the specified key. If properties are also being set in the same update command then the list of removals is applied last. Multiple can be provided by specifying this option more than once Positional arguments: catalog ``` @@ -382,7 +384,8 @@ input: polaris principals update --help options: update Named arguments: - --property A key/value pair such as: tag=value. Multiple can be provided by specifying this option more than once + --set-property A key/value pair such as: tag=value. Merges the specified key/value into an existing properties map by updating the value if the key already exists or creating a new entry if not. Multiple can be provided by specifying this option more than once + --remove-property A key to remove from a properties map. If the key already does not exist then no action is takn for the specified key. If properties are also being set in the same update command then the list of removals is applied last. Multiple can be provided by specifying this option more than once Positional arguments: principal ``` @@ -521,7 +524,8 @@ input: polaris principal-roles update --help options: update Named arguments: - --property A key/value pair such as: tag=value. Multiple can be provided by specifying this option more than once + --set-property A key/value pair such as: tag=value. Merges the specified key/value into an existing properties map by updating the value if the key already exists or creating a new entry if not. Multiple can be provided by specifying this option more than once + --remove-property A key to remove from a properties map. If the key already does not exist then no action is takn for the specified key. If properties are also being set in the same update command then the list of removals is applied last. Multiple can be provided by specifying this option more than once Positional arguments: principal_role ``` @@ -691,7 +695,8 @@ options: update Named arguments: --catalog The name of an existing catalog - --property A key/value pair such as: tag=value. Multiple can be provided by specifying this option more than once + --set-property A key/value pair such as: tag=value. Merges the specified key/value into an existing properties map by updating the value if the key already exists or creating a new entry if not. Multiple can be provided by specifying this option more than once + --remove-property A key to remove from a properties map. If the key already does not exist then no action is takn for the specified key. If properties are also being set in the same update command then the list of removals is applied last. Multiple can be provided by specifying this option more than once Positional arguments: catalog_role ```