Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 1008 Bytes

README.md

File metadata and controls

30 lines (26 loc) · 1008 Bytes

Katapult

Import users from CSV file into Liferay portal

Build Status codecov

Installation

  1. Download the binary distribution here: https://github.com/slemarchand/katapult/releases
  2. Extract the archive where you want to install Katapult
  3. Add the new created directory to your executable path

Usage

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