Here it is!
It's been a while since we released a new version 😞
The resticprofile team has been busy preparing some really cool new features:
- simplify the command line by allowing the use of [profile].[command] - Thanks @Syphdias for the PR #89
- shell completion (for
bash
, can also be used byzsh
with bash compatibility) - Thanks @jkellerer for the PR #90 - run a shell command to use as a stdin input (like
mysqldump
) - Thanks @jkellerer for the PR #98 - run a shell command in the background when non fatal errors are detected from restic - Thanks @jkellerer for the PR #99
and a lot of bug fixes 👍🏻
Changelog
- 83e423e Add run flag to to be able to have profile and job name as one argument (#89)
- 20a3b81 Added "generate" command to create resources (#110)
- 1d2b214 Added missing cmds that filter by host, tag & path
- 8cef157 Feature: Take command output as stdin for restic (#98)
- fe336ff Fix and unit tests for #91
- ad511c4 Fix config includes when any pattern has no match (#95)
- 3e856ce Implemented stream-error callbacks (#99)
- 3688b90 Merge pull request #101 from jkellerer/fix-common-args
- 4f13930 Merge pull request #94 from jkellerer/ft-add-missing-commands
- a72f635 Only pass common CLI args to command hooks [#100]
- 7553a24 Shell completion (#90)
- ea52e93 display a neat stack trace on panic
- ff13660 fix for profiles command not showing inherited commands fixes second part of #97
- 69dd965 remove "includes" section from profiles in "profiles" command