Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:19:22 +08:00
commit bfadf58584
8 changed files with 182 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# Scripts
Bundled resources for environment-config-manager skill
- [ ] generate_config.py: Generates environment configuration files based on specified parameters and templates.
- [ ] update_config.py: Updates existing environment configuration files with new values.
- [ ] retrieve_config.py: Retrieves specific configuration values or entire configuration files for a given environment.
- [ ] validate_config.py: Validates the syntax and structure of environment configuration files.
- [ ] encrypt_secrets.py: Encrypts sensitive information (secrets) within configuration files.
- [ ] decrypt_secrets.py: Decrypts secrets within configuration files for authorized access.