Skip to content

Steps can be executed by remote hosts #98

@kilgaloon

Description

@kilgaloon

General idea is that different hosts can execute different steps sync or async.
If there is very heavy calculation of something you can run that command on remote host:

Steps maybe or can look something similar like this

  • remote("calculate something and return me output") }>
  • "i take previous output and do something" }>
  • anotherRemote("Do something again") }>
  • "save that here"

}> is newly introduced syntax for piping output from one step to another

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions