Skip to content

Command Line Examples

Eric Domke edited this page Jun 10, 2021 · 1 revision

Exporting all data in the database

export
  -l http://host/alias
  -d Database
  -u admin
  -p password
  -o "OUTPUT_FILE_PATH.innpkg"
  --multiple
  --clean
  -f "XML_DESCRIBING_WHAT_TO_EXPORT.xml"

Difference between git commits

Creates a package that applies the changes between two commits.

diff
  --base "git:///BASE_REPO_PATH?path=FOLDER_IN_REPO&commit=SHA_OF_COMMIT"
  --outputfile OUTPUT_PATH.innpkg
  --ours "git:///BASE_REPO_PATH?path=FOLDER_IN_REPO&commit=SHA_OF_COMMIT"