1EUARE-USERCREATE(1) User Commands EUARE-USERCREATE(1)
2
3
4
6 euare-usercreate - Create a new user
7
9 euare-usercreate [-p PATH] [-g GROUP_NAME] [--verify] [-k] [-v | -w]
10
11 [-d DOMAIN] [-l] [--as-account ACCOUNT] [-U URL]
12 [--region USER@REGION] [-I KEY_ID] [-S KEY] [--security-token
13 TOKEN] [--debug] [--debugger] [--version] [-h] USER
14
16 Create a new user
17
18 positional arguments:
19 USER name of the new user (required)
20
21 optional arguments:
22 -p PATH, --path PATH
23 path for the new user (default: "/")
24
25 -g GROUP_NAME, --group-name GROUP_NAME
26 also add the new user to a group
27
28 --verify
29 ensure the group given with -g exists before doing anything
30
31 -k, --create-accesskey
32 also create an access key for the new user and show it
33
34 -v, --verbose
35 show the new user's ARN and GUID
36
37 -w, --write-config
38 output access keys and region information in the form of a
39 euca2ools.ini(5) configuration file instead of by themselves
40 (implies -k)
41
42 -d DOMAIN, --domain DOMAIN
43 the DNS domain to use for region information in configuration
44 file output (default: based on IAM URL)
45
46 -l, --set-default-user
47 set this user as the default user for the region in
48 euca2ools.ini(5) configuration file output. This option is only
49 useful when used with -w.
50
51 --as-account ACCOUNT
52 [Eucalyptus cloud admin only] run this command as the adminisā
53 trator of another account
54
55 -U URL, --url URL
56 identity service endpoint URL
57
58 --region USER@REGION
59 region and/or user names to search when looking up config file
60 data
61
62 -I KEY_ID, --access-key-id KEY_ID
63
64 -S KEY, --secret-key KEY
65
66 --security-token TOKEN
67
68 --debug
69 show debugging output
70
71 --debugger
72 launch interactive debugger on error
73
74 --version
75 show the program's version and exit
76
77 -h, --help
78 show this help message and exit
79
80
81
82euca2ools 3.4 December 2016 EUARE-USERCREATE(1)