Import users from CSV file into Liferay portal
- Download the binary distribution here: https://github.com/slemarchand/katapult/releases
- Extract the archive where you want to install Katapult
- Add the new created directory to your executable path
Usage: katapult [options] <csv-file>
Options:
* -s, --server
The server base URL
* -c, --companyId
The company ID
* -u, --user
The user
* -p, --password
The password
-k, --insecure
(TLS) By default, every SSL connection katapult makes is verified to be
secure. This option allows katapult to proceed and operate even for
server connections otherwise considered insecure
Default: false