View the product version information.
sentinel --task=application:about| Option | Value | Description | 
|---|---|---|
| --show_product | <1|0> | Show product information. | 
| --show_environment | <1|0> | Show environment information. | 
| --show_license | <1|0> | Show license information. | 
| --show_all | <1|0> | Show all information. | 
// show license information
sentinel --task=application:about --show_environment=1
// show all information
sentinel --task=application:about --show_all=1