Aria Automation Orchestrator v8.x Command Line: Properties Set

by Simon Sparks · 7 February 2026

Command Line Description: Properties Set

vracli vro properties set --key KEY --value VALUE
Bash

Results:

# COMING SOON!
Bash

Example: Basic Authentication Enable

vracli vro properties set --key com.vmware.o11n.sso.basic-authentication.enabled --value true
Bash

Example: Check Existing Properties

vracli vro properties
Bash

Result:

[
  {
    "key": "com.vmware.o11n.sso.basic-authentication.enabled",
    "value": "true"
  }
]
JSON

Discover more from Cloud Build Tools

Subscribe to get the latest posts sent to your email.

You may also like