Command Line Interface

This chapter lists the commands used to perform various tasks.

Commands

CommandDescription
backupBackup Infoworks configuration (specify the target location of the config file using the -target <path-to-directory> option.)
buildBuild entity (specify the entity using the -pipeline <pipeline-name> or -cube <cube-name> option)
workflow-executeExecute an action on a workflow (Pass an action using -workflow-action, -workflow <name of the workflow> , -domain <name of the domain where the workflow is present>)
deleteDelete entity (specify the entity using the (–group <table-group-name> –source-for-group <source-name>), –source <source-name>, –pipeline <pipeline-name> or –cube <cube-name> option. To also purge the metadata, use the option –purge-metadata.)
ingestIngest table groups for a source (specify the source and group using the –source <source-name> –group <group-name> options. To only perform a certain type of ingestion, use the –ingest-type option.)
ingest-segmentIngest table segment for a source (specify the source and segment group ID using the –source <source-name> –segment-group <segment-group-id> options.)
exportExport a table group or a pipeline target to an external database
listList entities (specify the entity type using the –type <entity-type> option)
restoreRestore Infoworks configuration (specify the location of the config file using the –target <path-to-file> option)
statusList jobs in the job queue (running or blocked)
validateValidate a license key for DF pro feature
reorganize-dataReorganize table data for a source (specify the source using –source <source-name> –table <table-name> options.)
data-reconciliationReconcile table group data for a source (specify the source using –source <source-name> –source-for-group <group-name> options.)
get-auth-tokenGet authentication token for an Infoworks user (specify the username using –username <iw-username> –password <iw-password> options.)

Optional Arguments

ArgumentDescription
-h, -helpShow this help message and exit.
-debugToggle debug output.
-quietSuppress all output
-u <username>, –username <username>Username of Infoworks user.
-p <password>, –password <password>Password of Infoworks user.
-at <auth_token>, –auth-token <auth_token>
Authentication Token (generated using iw-keygen).
-t <sources,domains,pipelines,cubes,groups>, –type <sources,domains,pipelines,cubes,groups>Type of entities.
-it <cdc,merge,truncate-reload,cdc-merge,switch,all>, –ingest-type <cdc,merge,truncate-reload,cdc-merge,switch,all>Type of ingestion
-s <source_name>, –source <source_name>
Name of the source
-dom <domain>, –domain <domain>Name of the domain
-pl <pipeline>, –pipeline <pipeline>Name of the pipeline
-wa, –workflow-action [run|pause|resume|cancel|restart|get-metrics]Choose one of the actions from the list to apply it on the workflow.
-c <cube>, –cube <cube>Name of the cube
-tb <table name>, –table <table name>Name of the table
-g <table_group>, –group <table_group>
Name of the table group
-sg <segment_group_id>, –segment-group <segment_group_id>
Table segment group id
-sfg <source_name_for_table_group>, –source-for-group <source_name_for_table_group>
Source name for table group
-lkey <license_key>, –license-key <license_key>
License key validator for DF Pro
-j <job_id>, –jobid <job_id>
IW job id
-tgt <target>, –target <target>Target directory where the mongo backup should be stored
-pm, -purge-metadatadelete the metadata of the entity too.
-hu, -humanizereturn a human readable output

Examples

  • Ingest table group under a source: {$IW_HOME}/apricot-meteor/infoworks_python/infoworks/cli/infoworks.sh ingest –source <source_name> –group <table_group_name> –ingest_type <ingestion_type> –auth-token <auth_token>
  • Get status of all jobs in mongo queue: {$IW_HOME}/apricot-meteor/infoworks_python/infoworks/cli/infoworks.sh status –auth-token <auth_token>
  • Get auth token from IW username and password: {$IW_HOME}/apricot-meteor/infoworks_python/infoworks/cli/infoworks.sh get-auth-token –username <username> –password <password>
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard