How to enable queue to accept incoming messages from CLI

first of all Thank you very much @Aaron for you answer , its like having an autograph from my favorite Youtuber ?.
for the context , I’m spinning a Solace container using TestContainers for Integration testing purposes , Given the limitation in the TestContainers API configuration capabilities, I found my self learning Solace Cli ( at least I understand now why the broker given name is “ROUTER” :slight_smile: ).
However I’m facing an issue when I execute the script as following :
cli -A -es /usr/sw/jail/cliscripts/script.cli
I receive the following output:
Solace PubSub+ Standard Version 10.6.1.67

This Solace product is proprietary software of
Solace Corporation. By accessing this Solace product
you are agreeing to the license terms and conditions
located at http://www.solace.com/license-software

Copyright 2004-2024 Solace Corporation. All rights reserved.

To purchase product support, please contact Solace at:

Operating Mode: Message Routing Node
But non of the expected queues or topics or users are created !?
do you have any magical solution ? Thank you
I ve also tried :
/usr/sw/loads/currentload/bin/cli -A -es /usr/sw/jail/cliscripts/script.cli
I received :
Failed to execute init script /usr/sw/jail/cliscripts/script.cli
the : ls -l output is
-rwxrwxrwx 1 appuser root 1323 Feb 20 04:33 /usr/sw/jail/cliscripts/script.cli