InstallFlags

class InstallFlags

Flags to alter the behavior of install_full().

Fields

class InstallFlags
NONE

Default

NO_DEPLOY

Don’t install any new builds that might be fetched

NO_PULL

Don’t try to fetch new builds from the remote repo

NO_STATIC_DELTAS

Don’t use static deltas when pulling

NO_TRIGGERS

Don’t call triggers after installing. If used, the caller must later call run_triggers() to update the exported files. (Since: 1.0.3)