aboutsummaryrefslogtreecommitdiff
path: root/lib/subcommands
AgeCommit message (Expand)AuthorFilesLines
2023-03-14Don't look up vpn.ipv4 for ssh subcommandPatrick Spek1-2/+2
2023-03-14Drop --remote from pull commandPatrick Spek1-1/+1
2023-03-10Update license headers where applicablePatrick Spek1-1/+1
2023-03-10Update new code for shellcheck compliancyPatrick Spek3-5/+11
2023-03-10Add playbook_path()Patrick Spek3-3/+3
2023-03-10Add data.dPatrick Spek1-0/+1
2023-03-10No need to chgdir when using -C on gitPatrick Spek1-1/+0
2023-03-10Update copyright datesPatrick Spek3-3/+3
2023-03-09Implement BASHTARD_PLAYBOOK_VARSPatrick Spek2-0/+48
2023-03-08Add --init to initialize new submodulesPatrick Spek1-1/+1
2023-03-08Only stash and pop if the tree is dirtyPatrick Spek1-2/+9
2023-03-08Split pull functionality into its own subcommandPatrick Spek2-10/+18
2023-03-08Add diff subcommandPatrick Spek1-5/+1
2023-03-08Stash and pop changes when syncingPatrick Spek1-0/+4
2023-03-08Change remotes to simply be git submodulesPatrick Spek2-22/+2
2023-03-06Various fixes to make the latest shellcheck passPatrick Spek5-8/+12
2022-10-17Update backup subcommand to use new config_subkeys semanticsPatrick Spek1-8/+6
2022-05-26Fix up PGPASSWORD from botched debugging experimentPatrick Spek1-1/+1
2022-05-26And fix the same typo but for postgresql backupsPatrick Spek1-1/+1
2022-05-26Fix typo in remote_paths lookupPatrick Spek1-1/+1
2022-05-26Don't use --content-from-commandPatrick Spek1-5/+3
2022-05-26Add more logging to postgresql backupsPatrick Spek1-12/+26
2022-05-26Make borg read from stdin for pg_dump backupsPatrick Spek1-1/+2
2022-05-26Rename key to passphrasePatrick Spek1-2/+2
2022-05-26Put backup prune defaults in the default configuration filePatrick Spek1-8/+8
2022-05-26Add a first iteration of a backup subcommandPatrick Spek1-0/+155
2022-05-26Alter the configuration used for sshPatrick Spek1-9/+5
2022-05-11Implement pkg subcommandPatrick Spek1-0/+16
2022-05-11Make ssh use ssh.host properlyPatrick Spek1-5/+3
2022-05-06Implement "secrets"Patrick Spek2-2/+17
2022-05-06Add -p argument to var subcommandPatrick Spek1-1/+10
2022-05-04Add var subcommandPatrick Spek1-0/+40
2022-04-25Fixing typos created by renaming bootstrap to initPatrick Spek1-1/+1
2022-04-25Try out a simple patch commandPatrick Spek1-0/+15
2022-04-25Rename bootstrap to initPatrick Spek1-10/+10
2022-04-20Silence output of pushd/popdPatrick Spek1-5/+5
2022-04-20Pull latest changes on etcdirPatrick Spek1-0/+6
2022-04-17Fix bootstrap with a remotePatrick Spek1-3/+5
2022-04-17Make shellcheck happyPatrick Spek5-9/+18
2022-04-17Add licensePatrick Spek6-0/+24
2022-04-17Add a Makefile for easy installationPatrick Spek2-2/+3
2022-04-17Add functionality to work with playbooksPatrick Spek2-0/+102
2022-04-16Initial draft for sync subcommandPatrick Spek2-11/+67
2022-04-15Initial commitPatrick Spek3-0/+122