You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -28,7 +31,7 @@ stackit beta intake user create [flags]
28
31
-h, --help Help for "stackit beta intake user create"
29
32
--intake-id string The UUID of the Intake to associate the user with
30
33
--labels stringToString Labels in key=value format, separated by commas (default [])
31
-
--password string Password. Can be a string (deprecated) or a file path, if prefixed with '@' (example: @./secret.txt). Will be read from stdin when empty. Must contain lower, upper, number, and special characters (min 12 chars)
34
+
--password string Password. Can be a string (deprecated) or a file path, if prefixed with '@' (example: @./secret.txt). Will be read from stdin when empty. Must contain lower, upper, digits, and special characters (min 12 chars).
32
35
--type string Type of user. One of 'intake' (default) or 'dead-letter' (default "intake")
-h, --help Help for "stackit beta intake user update"
29
-
--intake-id string Intake ID
30
-
--labels stringToString Labels in key=value format, separated by commas. Example: --labels "key1=value1,key2=value2". (default [])
31
-
--password string Password. Can be a string (deprecated) or a file path, if prefixed with '@' (example: @./secret.txt). Will be read from stdin when empty. Must contain lower, upper, number, and special characters (min 12 chars)
32
-
--type string Type of user. One of 'intake' or 'dead-letter'
29
+
--description string Description
30
+
--display-name string Display name
31
+
-h, --help Help for "stackit beta intake user update"
32
+
--intake-id string Intake ID
33
+
--labels stringToString Labels in key=value format, separated by commas. Example: --labels "key1=value1,key2=value2". (default [])
34
+
--password string[="__INTERACTIVE__"] Password. Can be a string (deprecated) or a file path, if prefixed with '@' (example: @./secret.txt). If provided without a value, you will be prompted interactively. Must contain lower, upper, digits, and special characters (min 12 chars).
35
+
--type string Type of user. One of 'intake' or 'dead-letter'
0 commit comments