diff --git a/navbar.js b/navbar.js
index ad13801fc..bde642f65 100644
--- a/navbar.js
+++ b/navbar.js
@@ -16,6 +16,8 @@ module.exports = {
{to: '/idn/api/beta', label: 'Beta APIs', className: 'indent'},
{to: '#', label: 'Documentation', className: 'navbar__section'},
{to: 'idn/docs', label: 'IDN Documentation', className: 'indent'},
+ {to: '#', label: 'Tools', className: 'navbar__section'},
+ {to: 'idn/tools/cli', label: 'CLI', className: 'indent'},
{to: '#', label: 'External Links', className: 'navbar__section'},
{
href: 'https://documentation.sailpoint.com',
diff --git a/products/idn/sidebar.js b/products/idn/sidebar.js
index 9afe66c0e..002be2440 100644
--- a/products/idn/sidebar.js
+++ b/products/idn/sidebar.js
@@ -60,5 +60,11 @@ const sidebars = {
dirName: 'docs',
},
],
+ sdkSidebar: [
+ {
+ type: 'autogenerated',
+ dirName: 'tools',
+ },
+ ],
};
module.exports = sidebars;
diff --git a/products/idn/tools/cli/_category_.json b/products/idn/tools/cli/_category_.json
new file mode 100644
index 000000000..9e90632aa
--- /dev/null
+++ b/products/idn/tools/cli/_category_.json
@@ -0,0 +1,3 @@
+{
+ "collapsible": false
+}
\ No newline at end of file
diff --git a/products/tools/cli/connectors.md b/products/idn/tools/cli/connectors.md
similarity index 100%
rename from products/tools/cli/connectors.md
rename to products/idn/tools/cli/connectors.md
diff --git a/products/tools/cli/index.md b/products/idn/tools/cli/index.md
similarity index 97%
rename from products/tools/cli/index.md
rename to products/idn/tools/cli/index.md
index 870ad985d..32cb6ddcf 100644
--- a/products/tools/cli/index.md
+++ b/products/idn/tools/cli/index.md
@@ -7,7 +7,7 @@ sidebar_position: 1
sidebar_class_name: cli
keywords: ['cli']
description: Learn how to use the SailPoint CLI in this guide.
-slug: /products/tools/cli
+slug: /tools/cli
tags: ['CLI']
---
@@ -61,7 +61,7 @@ Then make sure you can run the `sail` command.
sail
```
-
+[Linux Make Gif](./assets/img/vhs/MacOSAndLinux.gif)
To manually install the CLI on **Windows**, open PowerShell as an administrator, navigate to the project directory, and run
this command:
@@ -108,7 +108,7 @@ If you are using a **PAT**, run this command:
sail configure pat
```
-
+[configure PAT](./assets/img/vhs/configure/configure-pat.gif)
If you are using an **OAuth client**, run this command:
@@ -116,7 +116,7 @@ If you are using an **OAuth client**, run this command:
sail configure oauth
```
-
+[configure OAuth](./assets/img/vhs/configure/configure-oauth.gif)
### Manual configuration
diff --git a/products/tools/cli/transforms b/products/idn/tools/cli/transforms.md
similarity index 96%
rename from products/tools/cli/transforms
rename to products/idn/tools/cli/transforms.md
index 88589daf5..496c810e8 100644
--- a/products/tools/cli/transforms
+++ b/products/idn/tools/cli/transforms.md
@@ -23,7 +23,7 @@ sail transform list
This will produce a table of the available transforms.
-
+[transform list](./../../assets/img/vhs/transform/transform-list.gif)
## Download transforms
@@ -33,7 +33,7 @@ Run the following command to download all of the transforms in your tenant and s
sail transform download -d transform_files
```
-
+[transform download](./../../assets/img/vhs/transform/transform-download.gif)
This command will overwrite any existing files with the same name, so take care when running this in a directory that has modified transforms that have not yet been saved.