All notable changes to this project will be documented in this file.
- Better support for package installation
INSTALLER
config variable to specify script defining install commands.INSTALL_WITH
config variable to specify package manager info passed toINSTALLER
.Install
keyword to specify packages or other arguments passed toINSTALLER
.
-
Interactive
keyword argumentfail_on_rc
now defaults toTrue
. -
Deep Link
andShallow Link
keywords now raiseFileNotFoundError
if given an invalid path.
- Fix bugs involving
Add Ignore
andSet Ignore
.
0.1.0 - 2021-01-22
-
Support for absolute symlink deploys with
Deep Link
andShallow Link
- Globbing support for arguments.
-
Suite scoped setters for target directory, current working directory, and ignored files.
-
MODE
config variable to set method for resolving conflicting files in the target.- Supports
skip
,backup
, orreplace
modes. backup
mode adds a non-configurabel suffix to the file name until a non-conflicting name is reached.
- Supports
-
Interactive
keyword to run shell commands in the foreground. -
No-op
Emit
keyword that can be used with listeners for pluggable operations.