Skip to content

Releases: woblerr/pgbackrest-bash-completion

v0.9

04 Feb 00:12
1998540
Compare
Choose a tag to compare

Add completion of parameters depending on the specified --config* options #8. Fix issue with --repo for repo-ls/repo-get commands. When --repo flag was specified not last, it wan't used in completion.

Full Changelog: v0.8...v0.9

v0.8

22 Sep 19:01
617c0b5
Compare
Choose a tag to compare

Skip completion for --repo-storage-upload-chunk-size parameter #7.

Full Changelog: v0.7...v0.8

v0.7

22 May 21:27
55e7f64
Compare
Choose a tag to compare

Fix function name for --type option for info command #6.

Full Changelog: v0.6...v0.7

v0.6

19 May 04:59
8aaaf84
Compare
Choose a tag to compare

Synchronization with pgBackRest v2.39 #5 :

  • Add completion for --output option for verify command.
  • Add completion for --type option for info command.

Full Changelog: v0.5...v0.6

v0.5

06 Jan 21:07
0aef670
Compare
Choose a tag to compare

Add completion for --buffer-size commands option #4.

v0.4

07 Nov 09:14
116c52e
Compare
Choose a tag to compare

Fix --repo key usage #3:

  • When using --repo in any command, an addition was executed for the repo-ls/repo-get commands. Now the --repo key is working correctly.

Refactoring:

  • For all executed pgBackRest commands stderr is sent to /dev/null. Errors are not needed for completion. They will be displayed when the command is finally executed.
  • The binding to significant figures has been removed.

v0.3

12 Apr 23:02
Compare
Choose a tag to compare
  • Add support multi repos for repo-ls/repo-get commands via --repo option #2 .
  • Add simple demo.

v0.2

17 Mar 08:43
e421419
Compare
Choose a tag to compare
  • Add completion for repo-ls/repo-get commands #1 .
  • Use __ prefix for internal functions.
  • Specify values for --output option.

v0.1

15 Mar 08:15
a12c8b1
Compare
Choose a tag to compare

Initial release