Command Line Interface
This chapter lists the commands used to perform various tasks.
Commands
Command | Description |
---|---|
backup | Backup Infoworks configuration (specify the target location of the config file using the -target |
build | Build entity (specify the entity using the -pipeline |
workflow-execute | Execute an action on a workflow (Pass an action using -workflow-action, -workflow |
delete | Delete entity (specify the entity using the (–group |
ingest | Ingest table groups for a source (specify the source and group using the –source |
ingest-segment | Ingest table segment for a source (specify the source and segment group ID using the –source |
export | Export a table group or a pipeline target to an external database |
list | List entities (specify the entity type using the –type |
restore | Restore Infoworks configuration (specify the location of the config file using the –target |
status | List jobs in the job queue (running or blocked) |
validate | Validate a license key for DF pro feature |
reorganize-data | Reorganize table data for a source (specify the source using –source |
data-reconciliation | Reconcile table group data for a source (specify the source using –source |
get-auth-token | Get authentication token for an Infoworks user (specify the username using –username |
Optional Arguments
Argument | Description |
---|---|
-h, -help | Show this help message and exit. |
-debug | Toggle debug output |
-quiet | Suppress all output |
-u | Username of Infoworks user |
-p | Password of Infoworks user |
-at | 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 | Name of the source |
-dom | Name of the domain |
-pl | 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 | Name of the cube |
-tb , –table | Name of the table |
-g | Name of the table group |
-sg | Table segment group id |
-sfg | Source name for table group |
-lkey | License key validator for DF Pro |
-j | IW job id |
-tgt | Target directory where the mongo backup should be stored |
-pm, -purge-metadata | Delete the metadata of the entity |
-hu, -humanize | Return 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>