{
    "cli": "edq.cli.config.encrypt",
    "setup_funcs": [
        "edq.config.testing.set_testing_application_config_class",
        "edq.testing.cli.create_directory_structure",
    ],
    "teardown_funcs": [
        "edq.config.testing.clear_testing_application_config_class",
    ],
    "extra_options": {
        "directory_structure": [
            ["some-file.json", {
                "token": "my-token",
            }],
        ],
    },
    "arguments": [
        "__TEMP_DIR__(some-file.json)"
    ],
    "work_dir": "__TEMP_DIR__()"
}
---
Found 1 unencrypted secret(s) in '__TEMP_DIR__(some-file.json)': ['token'].
Encrypted 1 secret(s).
