Command Line Interface (rever.main)

Main CLI entry point for rever

rever.main.check_activities(ns)

Check activities.

rever.main.compute_activities_completed()

Computes which activities have actually been successfully completed.

rever.main.compute_activities_to_run(activities=None, force=False)

Computes which activities to execute based on the DAG, which activities the user requested, and which activites the log file says are already done. Returns the list of needed activities and the list of completed ones.

rever.main.compute_setup_completed()

Computes which activities’ setups have been successfully completed.

rever.main.env_main(args=None)

The main function that must be called with the rever environment already started up.

rever.main.main(args=None)

Main function for rever.

rever.main.run_activities(ns)

Actually run activities.

rever.main.running_activities(ns)

Sets the $RUNNING_ACTIVITIES environment variable.

rever.main.setup_activities(ns)

Setup activities.

rever.main.setup_project(ns)

Perform top-level project setup.

rever.main.undo_activities(ns)

Run undoer for specified activities.