From f4d65c85b0684d836cffda7679cfefdc229ca345 Mon Sep 17 00:00:00 2001 From: Will Hannon Date: Wed, 8 May 2024 11:42:42 -0700 Subject: [PATCH] Harmoize command line API naming --- preparing-data/command-line-api/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/preparing-data/command-line-api/index.md b/preparing-data/command-line-api/index.md index 5fc80d8..2b00d87 100644 --- a/preparing-data/command-line-api/index.md +++ b/preparing-data/command-line-api/index.md @@ -1,10 +1,10 @@ # Command Line API -You'll need to use the command line tool `configure_dms_viz` to prepare your data for **`dms-viz`**. Follow the instructions in [Getting Started](/introduction/getting-started/) to install `configure_dms_viz` on your operating system. +You'll need to use the command line tool `configure-dms-viz` to prepare your data for **`dms-viz`**. Follow the instructions in [Getting Started](/introduction/getting-started/) to install `configure-dms-viz` on your operating system. ## Basic Usage -`configure_dms_viz` is a command-line tool designed to create a `.json` format specification file for [**`dms-viz`**](https://dms-viz.github.io/). You provide the data that you'd like to visualize along with additional information to customize the analysis. The resulting specification file can be uploaded to **`dms-viz`** for interactive visualization of your data. Below is an overview of the process of using `configure_dms_viz`. +`configure-dms-viz` is a command-line tool designed to create a `.json` format specification file for [**`dms-viz`**](https://dms-viz.github.io/). You provide the data that you'd like to visualize along with additional information to customize the analysis. The resulting specification file can be uploaded to **`dms-viz`** for interactive visualization of your data. Below is an overview of the process of using `configure-dms-viz`. `configure-dms-viz` has two commands; `format` and `join`. To format your data, you execute the `configure-dms-viz format` command with the required and optional arguments as needed: