This commit is contained in:
james.haytko
2023-04-12 10:24:07 -05:00
parent 5c31e9c327
commit b1fa9b2fd1

View File

@@ -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
```