Fixing help text based on feedback
Этот коммит содержится в:
@@ -328,9 +328,9 @@ Usage:
|
|||||||
Example:
|
Example:
|
||||||
platform -create_user -team_name="name" -email="user@example.com" -password="mypassword"
|
platform -create_user -team_name="name" -email="user@example.com" -password="mypassword"
|
||||||
|
|
||||||
-assign_role Assigns role to a user. It requres the -team_name,
|
-assign_role Assigns role to a user. It requres the -role,
|
||||||
-email and -role flag. If you're assigning the
|
-email and -team_name flag. If you're assigning the
|
||||||
"system_admin" role it must be for a user on the
|
role="system_admin" role it must be for a user on the
|
||||||
team_name="admin"
|
team_name="admin"
|
||||||
Example:
|
Example:
|
||||||
platform -assign_role -team_name="name" -email="user@example.com" -role="admin"
|
platform -assign_role -team_name="name" -email="user@example.com" -role="admin"
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user