eric-maynard commented on code in PR #931:
URL: https://github.com/apache/polaris/pull/931#discussion_r1947345548


##########
site/content/in-dev/unreleased/command-line-interface.md:
##########
@@ -1025,6 +1039,106 @@ polaris privileges \
   VIEW_FULL_METADATA
 ```
 
+### profiles
+
+The `profiles` command is used to manage stored authentication profiles in 
Polaris. Profiles allow authentication credentials to be saved and reused, 
eliminating the need to pass credentials with every command.
+
+`profiles` supports the following subcommands:
+
+1. create
+2. delete
+3. get
+4. list
+5. update
+
+#### create
+
+The `create` subcommand is used to create a new authentication profile.
+
+```
+input: polaris profiles create --help
+options:
+  create
+    Positional arguments:
+      profile
+```
+
+##### Examples
+
+```
+polaris profiles create dev
+```

Review Comment:
   It's a little iffy, since the other commands don't show output just the 
invocation



-- 
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]

Reply via email to