Initial commit
This commit is contained in:
10
skills/environment-config-manager/scripts/README.md
Normal file
10
skills/environment-config-manager/scripts/README.md
Normal 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.
|
||||
Reference in New Issue
Block a user