wlstcmd
wlstcmd is a command-line utility included with Oracle WebLogic Server that runs the WebLogic Scripting Tool (WLST) in batch mode to automate administration tasks. It provides a non-interactive way to execute WLST scripts for domain configuration, server lifecycle operations, deployments, and monitoring.
WLST is a Python-based scripting interface (built on Jython) that exposes a rich set of functions for
wlstcmd executes a WLST script file and can be integrated into automation pipelines, CI/CD, or scheduled tasks.
Environment and availability: wlstcmd is shipped with supported WebLogic Server distributions and relies on the same
See also: WebLogic Scripting Tool, WebLogic Server, Oracle Fusion Middleware.