Skip to content

slemarchand/katapult

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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