You can send information from Bash to Ray via one of these third party packages:
##node-ray-cli
Install the package normally with npm
:
npm install node-ray-cli
...install it globally to be able to access it from any script/directory:
npm install -g node-ray-cli
...or run it without installing using npx
:
npx node-ray-cli --help
permafrost-dev/node-ray-cli
##ray-cli
permafrost-dev/ray-cli