run: Execute a task

Description Usage Arguments Details

View source: R/mngr.R

Description

Actually run a task, and any prerequisites that have changed since the last run.

Usage

1
run(name = "default", dry_run = FALSE, debug = FALSE, scheduler = NULL)

Arguments

name

a task name

dry_run

Don't actually execute tasks

debug

A logical, indicating whether to show debug messages

scheduler

Override the default scheduler

Details

The process is as follows: 1. Ensures the current directory is a git work tree 2. Ensures the current directory is a clean git work directory 3. Loads the Mngrfile 4. Invokes the supplied task


rjbgoudie/mngr documentation built on May 27, 2019, 9:13 a.m.