CLI Commands List
1. Overview
This page provides a list of the commands you can use in tandem with Cinchy's Command LIne Interface (CLI).
Prior to attempting to use any of the below commands, ensure that you have installed the CLI.
Global Command List
Command
Description
syncdata
Update a target dataset (e.g. a Cinchy table, a database table, etc.) with data from an input source (e.g. a delimited file, Salesforce, etc.) using a defined key to match records View the parameters for this command below.
exportdata
Exports the results of a saved query to a delimited file.
View the parameters for this command below. Ex:
./Cinchy.Connections.CLI.exe exportdata -h -s sandbox.cinchy.net/dev-aurora-2 -d Sandbox -n "Query With Over 1000" -u admin -p cinchy -o 'C:\Users\MyUser\Downloads\output.csv' -r
matchdata
Matches data across sources to create a master record in Cinchy
appdiff
Generates a report outlining the differences between the physical implementation of an application across Cinchy environments
encrypt
Generates an encrypted string for use in other areas of the CLI. View the parameters for this command below.
--version
Outputs the current version of the CLI
Parameters
Last updated
Was this helpful?