How is it done? I have scoured the net and no combination that I have found and tried works.
it's easy: just run
:reload
But that does not work for me - I get
{
"outcome" => "failed",
"failure-description" => "WFLYCTL0031: No operation named 'reload' exists at address []",
"rolled-back" => true
}
This is what I've tried:
Either the CLI command (i.e. when inside the CLI) or the command line (i.e. as passed to /jboss-cli.sh) would be very much appreciated.
By the way, I think I am running in standalone mode (certainly, there is only one instance running on my computer).
Many thanks.

You're not running in standalone mode which is why the
:reloadoperation andreloadcommand do not exist. In your screenshot it shows[domain@localhost:9990]. That means you're running in domain mode.For domain mode you can still reload however. You just need to execute the operation on the host you're working on. By default the host name is
master. The command would be: