Managing User Accounts |
The following rake tasks allow you to create, update, and delete users individually or in bulk. To manage individual users, execute the rake commands in the following table:
Command | Description |
---|---|
asctl faspex:rake users:create -- -n username -f firstname -l lastname -e email (-p password) [optional arguments] | Create the user with the desired userfname and the rest of the relevant fields. |
asctl faspex:rake users:update -- -n username [optional arguments] | Update the user with the specified username |
asctl faspex:rake users:delete -- -n username | Delete the user with the specified username. |
To manage users in bulk, use the commands in the following table. You must provide the extension in the file name.
asctl faspex:rake users:bulk_create -- -u users.csv -p template.csv asctl faspex:rake users:bulk_update -- -u users.csv -p template.csv asctl faspex:rake users:bulk_delete -- -u users_to_delete.csv
Aspera currently supports the following commands:
Command | Description |
---|---|
asctl faspex:rake users:bulk_create -- -u userfile (-p propertyfile) | Create the users with the names specified in the userfile. |
asctl faspex:rake users:bulk_update -- -u userfile (-p propertyfile) | Update the users with the names specified in the userfile. |
asctl faspex:rake users:bulk_delete -- -u userfile | Delete the users with the names specified in the userfile. |