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
Copy file name to clipboardExpand all lines: docs/cli/users.rst
+32-1Lines changed: 32 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,23 @@ Users
4
4
=============
5
5
Version 5.6.0 introduces the ability to interact with user accounts from the cli.
6
6
7
+
.. _cli_user_create:
8
+
user create
9
+
-----------
10
+
This command will create a user on your account.
11
+
12
+
Options
13
+
^^^^^^^
14
+
-e, --email TEXT Email address for this user. Required for creation. [required]
15
+
-p, --password TEXT Password to set for this user. If no password is provided, user will be sent an email to generate one, which expires in 24 hours. '-p generate' will create a password for you (Requires Python 3.6+). Passwords require 8+ characters, upper and lowercase, a number and a symbol.
16
+
-u, --from-user TEXT Base user to use as a template for creating this user. Will default to the user running this command. Information provided in --template supersedes this template.
17
+
-t, --template TEXT A json string describing https://softlayer.github.io/reference/datatypes/SoftLayer_User_Customer/
0 commit comments