Available CLI commands - Precisely Data Integrity Suite

Data Integrity Suite

Product
Spatial_Analytics
Data_Integration
Data_Enrichment
Data_Governance
Precisely_Data_Integrity_Suite
geo_addressing_1
Data_Observability
Data_Quality
dis_core_foundation
Services
Spatial Analytics
Data Integration
Data Enrichment
Data Governance
Geo Addressing
Data Observability
Data Quality
Core Foundation
ft:title
Data Integrity Suite
ft:locale
en-US
PublicationType
pt_product_guide
copyrightfirst
2000
copyrightlast
2026

The list of available CLI commands provides a comprehensive overview of the command-line interface (CLI) commands that can be used to manage and interact with the agent. This section is essential for understanding the various operations you can perform through the CLI, including installation, configuration, and maintenance tasks. By familiarizing yourself with these commands, you can efficiently execute and automate processes, troubleshoot issues, and ensure proper management of the agent within your environment. This list serves as a reference guide to help you navigate and utilize the CLI effectively throughout your workflow.

CLI commands for Agent

This section provides an overview of the CLI commands used to manage and control the agent within the Data Integrity Suite.

Category Command Description
Renew Certificates of IoT Agent ./discli agent renewCerts

Use this command when the agent’s certificate has expired, become invalid, or failed to renew automatically—resulting in the agent becoming non-functional.

Actions performed:
  • Generates a new Certificate Signing Request (CSR).

  • Requests a new certificate from the trust-manager.

  • Installs the new certificate to restore agent functionality.

Note: Run this command only after reviewing the cloud credential management logs to confirm that the certificate renewal process has failed.
Agent CLI version ./discli version Retrieves the current CLI version.
./discli updateCli Updates the CLI version.
Agent CLI help ./discli help Views a list of available CLI commands.

./discli agent install --help

OR

./discli updateCli --help

Accesses help for a specific CLI command.
Agent Kafka service Manual Update ./discli agent applyKafkaVersion x.x.x Manually update the Kafka service if necessary, or if the service fails to start.
Operator Version ./discli agent applyOperatorVersion x.x.x Apply operator version if necessary.

CLI commands for Agent Operations

This section explains the basic CLI commands used to manage the agent in the Data Integrity Suite. These commands allow you to start, stop, update, and perform other actions. The CLI helps ensure the agent runs smoothly and supports efficient data replication.

Category Command Description
Agent install ./discli agent install --agent-id --regKey --installUrl Installs a new agent.
Agent start ./discli agent start Starts all of the agent services.
./discli agent start <service-name> Starts a specific service of the agent.
Agent stop ./discli agent stop Stops all of the agent services.
./discli agent stop <service-name> Stops a specific service of the agent.
Agent restart ./discli agent restart Restarts all of the agent services.
./discli agent restart <service-name> Restarts a specific service of the agent.
Agent status ./discli agent status Checks the status of all the running services.
Agent list all services ./discli agent services Retrieves the names of all the services.
Agent service logs ./discli agent logs -s <service-name> -n <no-of-lines> Retrieves the logs of a specific service
Note: The -s or --serviceName is mandatory while the -n is an optional parameter.
Agent details ./discli agent details Retrieves the agent details from the Cloud.
Agent update service ./discli agent update -s <service name> --version <version-name> -l <log-level> Updates the specific service version.
Note: The -s or --serviceName and --version are mandatory while the -l is an optional parameter.
Agent force update service ./discli agent update -s <service-name> --version <version> -f

When a standard update fails due to Helm constraints, use a force update instead. This uninstalls the service and reinstalls it with the specified version.

Note: The -s or --serviceName and --version are mandatory while the -l is an optional parameter.
Agent cleanup ./discli agent cleanup Cleans up the installation of agent.
Agent preflight ./discli agent pre-flight Checks the environment compatibility before installation.
Note: Run this command before the install command.