authelia/internal/commands
James Elliott cc1e58e004
feat(configuration): load config from directory (#4616)
This allows specifying paths to a combination of files and directories with the --config option provided none of the specified file paths reside directly inside one of the specified directory paths. The directory paths are not recursive, and load .yml and .yaml files at this time.
2022-12-22 17:34:20 +11:00
..
acl.go refactor(commands): command context (#4539) 2022-12-22 11:21:29 +11:00
build-info.go refactor(commands): command context (#4539) 2022-12-22 11:21:29 +11:00
const.go feat(configuration): load config from directory (#4616) 2022-12-22 17:34:20 +11:00
context.go feat(configuration): load config from directory (#4616) 2022-12-22 17:34:20 +11:00
crypto.go refactor(commands): command context (#4539) 2022-12-22 11:21:29 +11:00
crypto_hash.go refactor(commands): command context (#4539) 2022-12-22 11:21:29 +11:00
crypto_helper.go refactor(commands): command context (#4539) 2022-12-22 11:21:29 +11:00
errors.go refactor(commands): command context (#4539) 2022-12-22 11:21:29 +11:00
helpers.go refactor(commands): command context (#4539) 2022-12-22 11:21:29 +11:00
helpers_test.go refactor(commands): command context (#4539) 2022-12-22 11:21:29 +11:00
root.go feat(configuration): load config from directory (#4616) 2022-12-22 17:34:20 +11:00
storage.go refactor(commands): command context (#4539) 2022-12-22 11:21:29 +11:00
storage_run.go refactor(commands): command context (#4539) 2022-12-22 11:21:29 +11:00
util.go feat(configuration): load config from directory (#4616) 2022-12-22 17:34:20 +11:00
util_test.go feat(configuration): load config from directory (#4616) 2022-12-22 17:34:20 +11:00
validate.go refactor(commands): command context (#4539) 2022-12-22 11:21:29 +11:00