Downloading and installing the Reporting CLI tool
You can download and install the Reporting CLI tool from either the npm software registry or the OpenSearch.org Artifacts hub. Refer to the following sections for instructions.
To learn more about the npm software registry, see the npm documentation.
Downloading and installing the Reporting CLI from npm
To download and install the Reporting CLI from npm, run the following command to initiate installation:
npm i @opensearch-project/reporting-cli
Downloading and installing the Reporting CLI from OpenSearch.org
You can download the opensearch-reporting-cli
tool from the OpenSearch.org Artifacts hub.
Next, run the following command to install the .tar archive:
npm install -g opensearch-reporting-cli-1.0.0.tgz
To provide better security for artifacts, we recommend that you verify signatures by downloading the Reporting CLI signature file.
To learn more about verifying signatures, see How to verify signatures for downloadable artifacts.