We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a479543 commit 8bd9bc7Copy full SHA for 8bd9bc7
src/globus_cli/commands/collection/role/create.py
@@ -46,8 +46,11 @@ def create_command(
46
"activity_manager",
47
"activity_monitor"
48
49
- PRINCIPAL must be a username, UUID, or URN associated with a globus identity or
50
- group if specified, otherwise the users primary identity will be used.
+ If a PRINCIPAL value is not provided the primary identity of the logged in user will
+ be used.
51
+
52
+ If a PRINCIPAL value is provided, it must be a username, UUID, or URN associated
53
+ with a globus identity or group.
54
55
If UUID, use `--principal-type` to specify the type (defaults to "identity").
56
"""
0 commit comments