-
-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run just as a terminal window - allow command line input? #777
Comments
Hi @nodecentral, I think you are asking for full-fledged terminal and bash support. For this you could just run |
Hi @bugy thanks so much for responding, having just When it comes to creating an interactive pick list, allowing me to select and run any one of a list of Organize Or does every file have to be hard coded into a file |
Hi @nodecentral , sure. You can use this parameter type https://github.com/bugy/script-server/wiki/Script-config#server_file |
Thanks @bugy I was looking at the
the dynamic option looks interesting, but it’s well out of my coding skills.. |
Script path will be |
Thanks @bugy , is this looking right ? Some questions.
|
Hey, please check my previous answer regarding script path In general, i highly recommend not to copy examples. They usually have way more stuff than needed for people's use cases. If you don't know what an option does, then most probably you don't need it |
Thanks @bugy, having not done this before, hopefully I’m getting closer, how is this looking ? Recap on the objective : Script that will allow me to look up to the
Not able to get it to work at the moment, pick list not returning anything, and if I execute it as it, it does this.. Not sure why/where it is pulling the string “config” as search criteria ? ![]() |
Sorry @bugy, any further advice on how I’d get this to work would be great.. many thanks |
Hi @nodecentral sorry for a late response. Where is your If you open "history" tab at the bottom, you can see, which command is actually executed. What does it show for you? |
You can also check script-server logs (either stdout or logs/server.log) |
I created |
Hey @bugy thanks for responding. I've moved it around since, trying different locations, using the
|
and where is script-server located? |
Hey @nodecentral , any update? |
Hey @bugy, sorry I didnt get your reply. I've installed ScriptServer via docker, here are my volume/binds
|
And in which host (original) folder are your yaml files located? Is it |
Hi,
Is it possible to have a runner & script that just allows a user to interact via just the command line, and see their commands and responses come up ? I hoped it might be as simple as having a having a .json runner with something as simple as below, but that doesn’t seem to work ?
To provide more context, one of the drivers for this is to load .yaml files for an application called
Organize
which from the command line I would run a configuration like thisorganize sim config_tech.yaml
? The good thing about this is that the yaml files do not have to be executables..Would a potential option to achieve this, be to use parameters and see if it’s possible to have people load these Organize configuration files from a pick list (as they are all stored in a folder) ?
Any ideas suggestions much appreciated.
The text was updated successfully, but these errors were encountered: