.blocks
directory in your current working directory. All automation source code needs to be placed there.
Once initialized, the easiest way to create an automation is to use the create
command.
.blocks
directory with the following structure:
README.md
to your automation folder to provide a description of the automation, which will display in the dashboard.configure
command.
push
command to register it. You’ll need to specify the path to the file relative to your current working directory.
For the above folder hello_world
automation, you’d run:
pip
or plugin
dependencies have changed. Additionally, subsequent pushes for a registered automation will create a new revision
or version
of your automation.
name
in the task decorator will create a new automation.