Issue
How to get readable output with CLI in Imunify360?
Environment
- Imunify360
- CLI
Solution
To have output from CLI tools with Imunify360/ImunifyAV, arguments --json and --v can be used. For example:
imunify360-agent config show --json -v
{
"eula": null,
"items": {
"ADMIN_CONTACTS": {
"emails": [],
"enable_icontact_notifications": true
},
{.....}
"WEB_SERVICES": {
"http_ports": [],
"https_ports": []
}
},
"license": {
"expiration": null,
"id": "SS6abcR123vUUaaM",
"license_type": "imunify360Trial",
"message": "",
"redirect_url": "",
"status": true,
"user_count": 7,
"user_limit": 2147483647
},
"strategy": "CSF_COOP",
"version": "6.7.2-2"
Comments
0 comments
Please sign in to leave a comment.