getOperate script
list command is used to list all scripts in the remote workspace.
Argument | Description |
---|---|
path | The path to the local script file that needs to be pushed. |
/path/to/script.js
Argument | Description |
---|---|
path | The path of the script to be created. |
language | The language of the new script. It should be one of deno , python3 , bun , bash , go , nativets , postgresql , mysql , bigquery , snowflake , mysql , graphql , powershell |
f/scripts/hallowed_script
f/scripts/auspicious_script
with a summary and a descriptionArgument | Description |
---|---|
path | The path of the script content file. |
Argument | Description |
---|---|
path | The path to the remote script file that needs to be shown. |
f/scripts/test
getOperate script run
command.
Argument | Description |
---|---|
remote_path | The path of the script to be run. |
Option | Parameters | Description |
---|---|---|
-d, --data | data | Inputs specified as a JSON string or a file using @filename or stdin using @- . Resources and variables must be passed using “var:…” For example getOperate script run u/henri/message_to_slack -d '{"slack":"$res:u/henri/henri_slack_perso","channel":"general","text":"hello dear team"}' |
-s, --silent | None | Do not ouput anything other then the final output. Useful for scripting. |