The getOperate flow
list command is used to list all flows in the remote workspace.
Pushing a flow to a getOperate instance is done using the getOperate flow push
command.
Argument | Description |
---|---|
file_path | The path to the flow file to push. |
remote_path | The remote path where the flow specification should be pushed. |
path/to/local/flow.yaml
to the remote path f/flows/test
.The getOperate flow bootstrap command is used to create a new flow locally.
Argument | Description |
---|---|
path | The path of the flow to be created. |
Create a new flow f/flows/flashy_flow
Running a flow by its path s done using the getOperate flow run
command.
Argument | Description |
---|---|
remote_path | The path of the flow 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 flow 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. |
The getOperate flow
list command is used to list all flows in the remote workspace.
Pushing a flow to a getOperate instance is done using the getOperate flow push
command.
Argument | Description |
---|---|
file_path | The path to the flow file to push. |
remote_path | The remote path where the flow specification should be pushed. |
path/to/local/flow.yaml
to the remote path f/flows/test
.The getOperate flow bootstrap command is used to create a new flow locally.
Argument | Description |
---|---|
path | The path of the flow to be created. |
Create a new flow f/flows/flashy_flow
Running a flow by its path s done using the getOperate flow run
command.
Argument | Description |
---|---|
remote_path | The path of the flow 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 flow 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. |