Managing Users |
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) [other optional arguments] | Create the user with the desired USERNAME 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. |