mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 12:27:46 +00:00
added CLI to sidebar and navbar
This commit is contained in:
@@ -16,6 +16,8 @@ module.exports = {
|
|||||||
{to: '/idn/api/beta', label: 'Beta APIs', className: 'indent'},
|
{to: '/idn/api/beta', label: 'Beta APIs', className: 'indent'},
|
||||||
{to: '#', label: 'Documentation', className: 'navbar__section'},
|
{to: '#', label: 'Documentation', className: 'navbar__section'},
|
||||||
{to: 'idn/docs', label: 'IDN Documentation', className: 'indent'},
|
{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'},
|
{to: '#', label: 'External Links', className: 'navbar__section'},
|
||||||
{
|
{
|
||||||
href: 'https://documentation.sailpoint.com',
|
href: 'https://documentation.sailpoint.com',
|
||||||
|
|||||||
@@ -60,5 +60,11 @@ const sidebars = {
|
|||||||
dirName: 'docs',
|
dirName: 'docs',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
sdkSidebar: [
|
||||||
|
{
|
||||||
|
type: 'autogenerated',
|
||||||
|
dirName: 'tools',
|
||||||
|
},
|
||||||
|
],
|
||||||
};
|
};
|
||||||
module.exports = sidebars;
|
module.exports = sidebars;
|
||||||
|
|||||||
3
products/idn/tools/cli/_category_.json
Normal file
3
products/idn/tools/cli/_category_.json
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"collapsible": false
|
||||||
|
}
|
||||||
@@ -7,7 +7,7 @@ sidebar_position: 1
|
|||||||
sidebar_class_name: cli
|
sidebar_class_name: cli
|
||||||
keywords: ['cli']
|
keywords: ['cli']
|
||||||
description: Learn how to use the SailPoint CLI in this guide.
|
description: Learn how to use the SailPoint CLI in this guide.
|
||||||
slug: /products/tools/cli
|
slug: /tools/cli
|
||||||
tags: ['CLI']
|
tags: ['CLI']
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -61,7 +61,7 @@ Then make sure you can run the `sail` command.
|
|||||||
sail
|
sail
|
||||||
```
|
```
|
||||||
|
|
||||||
<img src="./assets/img/vhs/MacOSAndLinux.gif" alt="linux make gif">
|
[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
|
To manually install the CLI on **Windows**, open PowerShell as an administrator, navigate to the project directory, and run
|
||||||
this command:
|
this command:
|
||||||
@@ -108,7 +108,7 @@ If you are using a **PAT**, run this command:
|
|||||||
sail configure pat
|
sail configure pat
|
||||||
```
|
```
|
||||||
|
|
||||||
<img src="./assets/img/vhs/configure/configure-pat.gif" alt="configure PAT">
|
[configure PAT](./assets/img/vhs/configure/configure-pat.gif)
|
||||||
|
|
||||||
If you are using an **OAuth client**, run this command:
|
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
|
sail configure oauth
|
||||||
```
|
```
|
||||||
|
|
||||||
<img src="./assets/img/vhs/configure/configure-oauth.gif" alt="configure OAuth">
|
[configure OAuth](./assets/img/vhs/configure/configure-oauth.gif)
|
||||||
|
|
||||||
### Manual configuration
|
### Manual configuration
|
||||||
|
|
||||||
@@ -23,7 +23,7 @@ sail transform list
|
|||||||
|
|
||||||
This will produce a table of the available transforms.
|
This will produce a table of the available transforms.
|
||||||
|
|
||||||
<img src="./../../assets/img/vhs/transform/transform-list.gif" alt="transform list">
|
[transform list](./../../assets/img/vhs/transform/transform-list.gif)
|
||||||
|
|
||||||
## Download transforms
|
## 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
|
sail transform download -d transform_files
|
||||||
```
|
```
|
||||||
|
|
||||||
<img src="./../../assets/img/vhs/transform/transform-download.gif" alt="transform download">
|
[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.
|
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.
|
||||||
|
|
||||||
Reference in New Issue
Block a user