Commit Graph

25 Commits

Author SHA1 Message Date
78d7e90e68 feat: Environment variable interpolation in the Gman configuration file 2025-09-30 11:10:20 -06:00
efc8af2c93 docs: Updated the gopass provider docs 2025-09-29 18:15:30 -06:00
1b83d9b199 feat: gopass support 2025-09-29 16:34:51 -06:00
9abd2f88cf feat: Added dynamic tab completions for the profile, providers, and the secrets in any given secret manager 2025-09-29 16:30:16 -06:00
29acad5eed feat: Users can now specify a default provider to use with each run config, so they don't need to explicitly specify which to use when wanting to run different applications. 2025-09-29 15:18:56 -06:00
1f7f5dbcae ci: Created single-line installation scripts to also install gman automatically without any package managers 2025-09-17 12:47:08 -06:00
2a01189a07 ci: Manually created first winget package: ready for full release (hopefully) 2025-09-16 10:55:59 -06:00
8252191317 ci: Migrated Windows install to winget 2025-09-15 11:20:12 -06:00
8c5dd6fd84 build: Specify proper version in cargo toml 2025-09-13 13:33:52 -06:00
03bc44a9f6 test: Added tests for the Azure Key Vault provider 2025-09-12 19:35:54 -06:00
a303f2fdaa docs: Updated the docs to show how to use the GCP Secret Manager provider 2025-09-12 18:48:47 -06:00
ac45287336 feat: Full AWS SecretsManager support 2025-09-12 17:24:47 -06:00
81989f8c94 feat: AWS Secrets Manager support 2025-09-12 17:11:44 -06:00
f46434ca44 feat: Added two new flags to output where gman writes logs to and where it expects the config file to live 2025-09-12 13:21:50 -06:00
07302bca8e docs: Updated the config file location for Macs 2025-09-12 12:33:23 -06:00
d92976ba29 docs: Updated README with additional package manager installation instructions 2025-09-12 11:47:24 -06:00
194f86144b refactor: Renamed the provider field in a config file to type to make things a little easier to understand; also removed husky 2025-09-12 11:20:02 -06:00
ca990f460e ci: Preparing the repo to go public 2025-09-11 17:19:52 -06:00
9e8e317daf Updated the README with a more clear example of what the purpose of gman is, and also support fully isolated, multiple local based configurations with isolated git repositories so users can have separate repos for different environments 2025-09-11 16:21:47 -06:00
a8d959dac3 Added support for multiple providers and wrote additional regression tests. Also fixed a bug with local synchronization with remote Git repositories when the CLI was just installed but the remote repo already exists with stuff in it. 2025-09-11 15:07:16 -06:00
083245b447 Updated the README to properly show managarr config injection 2025-09-10 21:48:09 -06:00
17eba4413d Full support for secret injection into configuration files 2025-09-10 20:53:10 -06:00
186dfea837 Updated README and forced all secret names to be in UPPER_CAMEL_CASE 2025-09-09 16:42:27 -06:00
8ac9ca40df Full local password management support 2025-09-08 15:13:13 -06:00
Alex Clarke
e4f983618f Initial commit 2025-09-08 09:12:32 -06:00