mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
TOC Fix.
This commit is contained in:
@@ -21,14 +21,15 @@ For more information about VAs, refer to the [Virtual Appliance Reference Guide]
|
|||||||
## Commands
|
## Commands
|
||||||
|
|
||||||
To use the CLI to interact with VAs connected to your tenant, run these commands:
|
To use the CLI to interact with VAs connected to your tenant, run these commands:
|
||||||
- [Collect]
|
- [Collect](#collect)
|
||||||
- [Flags]
|
- [Flags](#flags)
|
||||||
- [Example]
|
- [Example](#example)
|
||||||
- [Parse]
|
- [Parse](#parse)
|
||||||
- [Flags]
|
- [Flags](#flags-1)
|
||||||
- [Example]
|
- [Example](#example-1)
|
||||||
- [Update]
|
- [Update](#update)
|
||||||
- [Flags]
|
- [Flags](#flags-2)
|
||||||
|
- [Example](#example-2)
|
||||||
|
|
||||||
### Collect
|
### Collect
|
||||||
|
|
||||||
@@ -107,3 +108,10 @@ sail va update {VA IP address} {flags}
|
|||||||
You can add these flags to the `update` command:
|
You can add these flags to the `update` command:
|
||||||
- `-h, --help`: View the command's help with examples within the CLI.
|
- `-h, --help`: View the command's help with examples within the CLI.
|
||||||
|
|
||||||
|
#### Example
|
||||||
|
|
||||||
|
Here is an example command:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
sail va update 10.10.10.10 10.10.10.11
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user