routine.json
The routine.json configures the details of how your routine runs
Routine
As covered in concepts, a routine is a collection of files and tests (written for Mocha), that is executed on an interval.
This interval, and the rest of the routine configuration is specified in the routine.json
file within the .asserted
directory of a given repo.
.asserted/routine.json
This is what a typical routine.json
file looks like after running asrtd init
inside a given repo.
Updates
Updating the routine.json
is the only way to modify the interval and other routine configuration parameters. They cannot be modified within the UI.
Updating is simple though, simply open the file in the text editor or IDE of your choice, make the modifications, and then run asrtd push
using the CLI to push the latest routine code and configuration.
Last updated