Michael Housh michael
  • Joined on 2024-04-01
michael pushed to dev at michael/swift-hpa 2024-12-16 17:41:59 +00:00
8c402f3f5f feat: Adds command documentation about piping to other commands.
1429c51821 feat: Adds output values to some of the commands to allow them to be piped into other commands
Compare 2 commits »
michael pushed to dev at michael/swift-hpa 2024-12-16 16:20:43 +00:00
1302b15ee2 feat: Integrates vault-client into hpa-executable.
michael pushed to dev at michael/swift-hpa 2024-12-16 15:30:13 +00:00
da810d0a45 feat: Integrates playbook client into hpa-executable.
michael synced commits to main at michael/dotfiles from mirror 2024-12-16 06:20:14 +00:00
f325d61131 feat: Updates tmux-sessionator to also open yazi in a 3rd window.
ae13738a4d feat: Updates tmux-sessionator to also create session properly when tmux isn't running.
6c84428179 feat: Updates nvim, fidget and removes neo-dev.
Compare 3 commits »
michael pushed to dev at michael/swift-hpa 2024-12-16 02:16:23 +00:00
35d9422f07 feat: Updates playbook client initialization.
michael pushed to dev at michael/swift-hpa 2024-12-15 22:27:41 +00:00
601869d457 feat: Adds vault client
michael pushed to dev at michael/swift-hpa 2024-12-15 17:00:01 +00:00
6d0108da0c feat: Adds createProject and createJson tests for playbook-client.
michael pushed to dev at michael/swift-hpa 2024-12-15 04:14:14 +00:00
bc0b740f95 feat: Moves playbook run into playbook client, need to move tests.
michael pushed to dev at michael/swift-hpa 2024-12-14 15:06:44 +00:00
303cdef84b feat: Preparing to move items out of cli-client module into playbook-client
michael pushed to dev at michael/swift-hpa 2024-12-14 04:00:54 +00:00
b5afc77428 feat: Beginning to refactor cli-client
michael pushed to dev at michael/swift-hpa 2024-12-13 20:33:31 +00:00
3f56dda568 feat: Adds generate commands that call to pandoc to generate pdf, latex, and html files from a project.
michael pushed to dev at michael/swift-hpa 2024-12-13 16:27:57 +00:00
d1b3379815 feat: Adds playbook client
michael pushed to dev at michael/swift-hpa 2024-12-13 13:19:47 +00:00
b557a60fa3 feat: Adds build-with-version plugin.
michael pushed to dev at michael/swift-hpa 2024-12-13 00:40:14 +00:00
5f4ef3b5b5 feat: Moves playbook into resources of cli-client.
michael pushed to dev at michael/swift-hpa 2024-12-12 23:21:21 +00:00
ba1e61d99e feat: Updates 'extraArgs' naming to 'extraOptions' as it's more inline with the usage of them
michael pushed to dev at michael/swift-hpa 2024-12-12 23:01:39 +00:00
bd56660683 feat: fixes improper json when creating a project using a repository
michael pushed to main at michael/ansible-hpa-playbook 2024-12-12 22:57:14 +00:00
be73219aaa feat: fixes not cloning repo when not using a local template directory when setting up a project.
michael pushed to dev at michael/swift-hpa 2024-12-12 22:02:03 +00:00
a480e942bc feat: fixes install dependencies to use texlive
2b265a4ca5 feat: Adds install-dependencies command.
Compare 2 commits »
michael pushed to dev at michael/swift-hpa 2024-12-12 17:37:21 +00:00
56a0bca00c feat: Fixes not creating default config directory
michael pushed to dev at michael/swift-hpa 2024-12-12 16:16:39 +00:00
7b30b78b67 feat: Moves logging setup and generate-json for the create command to cli-client module.