Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Better error handling.tar.gz | 2020-02-03 | 1.8 MB | |
Better error handling.zip | 2020-02-03 | 1.8 MB | |
README.md | 2020-02-03 | 714 Bytes | |
Totals: 3 Items | 3.7 MB | 1 |
- Change exit code when remote cannot be accessed from 5 (ERROR_DOWNLOAD) to 4 (ERROR_UPLOAD)
- Fix directory creation with SFTP
- Fix submodule handling
- Fix/Add support for nested branch names by allowing
/
in scope names - Pass insecure-flag to submodules
- Pass ssh-keys to submodules if used
- Add support for config
disable-epsv
andno-commit
- Allow
true
andfalse
for boolean configurations (insecure
,disable-epsv
,no-commit
) - Add support for option
--insecure
for LFTP actions (download and pull) - Add support for FTPES for LFTP actions (download and pull)
- Add better error messages for curl errors
- Support --no-commit option for pull action
- Documentation updates