envilder 0.8.0 → 0.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +20 -1
- package/ROADMAP.md +81 -18
- package/docs/CHANGELOG.md +161 -133
- package/lib/envilder/apps/cli/Cli.d.ts.map +1 -0
- package/lib/{apps → envilder/apps}/cli/Cli.js +5 -5
- package/lib/envilder/apps/cli/Cli.js.map +1 -0
- package/lib/envilder/apps/cli/Index.d.ts.map +1 -0
- package/lib/envilder/apps/cli/Index.js.map +1 -0
- package/lib/{apps → envilder/apps}/cli/Startup.d.ts +1 -1
- package/lib/envilder/apps/cli/Startup.d.ts.map +1 -0
- package/lib/envilder/apps/cli/Startup.js.map +1 -0
- package/lib/envilder/apps/gha/Gha.d.ts.map +1 -0
- package/lib/{apps → envilder/apps}/gha/Gha.js +4 -4
- package/lib/envilder/apps/gha/Gha.js.map +1 -0
- package/lib/envilder/apps/gha/Index.d.ts.map +1 -0
- package/lib/envilder/apps/gha/Index.js.map +1 -0
- package/lib/{apps → envilder/apps}/gha/Startup.d.ts +1 -1
- package/lib/envilder/apps/gha/Startup.d.ts.map +1 -0
- package/lib/envilder/apps/gha/Startup.js.map +1 -0
- package/lib/{apps → envilder/apps}/shared/ContainerConfiguration.d.ts +2 -2
- package/lib/envilder/apps/shared/ContainerConfiguration.d.ts.map +1 -0
- package/lib/{apps → envilder/apps}/shared/ContainerConfiguration.js +10 -10
- package/lib/envilder/apps/shared/ContainerConfiguration.js.map +1 -0
- package/lib/envilder/core/application/dispatch/DispatchActionCommand.d.ts.map +1 -0
- package/lib/envilder/core/application/dispatch/DispatchActionCommand.js.map +1 -0
- package/lib/envilder/core/application/dispatch/DispatchActionCommandHandler.d.ts.map +1 -0
- package/lib/envilder/core/application/dispatch/DispatchActionCommandHandler.js.map +1 -0
- package/lib/envilder/core/application/pullSecretsToEnv/PullSecretsToEnvCommand.d.ts.map +1 -0
- package/lib/envilder/core/application/pullSecretsToEnv/PullSecretsToEnvCommand.js.map +1 -0
- package/lib/envilder/core/application/pullSecretsToEnv/PullSecretsToEnvCommandHandler.d.ts.map +1 -0
- package/lib/envilder/core/application/pullSecretsToEnv/PullSecretsToEnvCommandHandler.js.map +1 -0
- package/lib/envilder/core/application/pushEnvToSecrets/PushEnvToSecretsCommand.d.ts.map +1 -0
- package/lib/envilder/core/application/pushEnvToSecrets/PushEnvToSecretsCommand.js.map +1 -0
- package/lib/envilder/core/application/pushEnvToSecrets/PushEnvToSecretsCommandHandler.d.ts.map +1 -0
- package/lib/envilder/core/application/pushEnvToSecrets/PushEnvToSecretsCommandHandler.js.map +1 -0
- package/lib/envilder/core/application/pushSingle/PushSingleCommand.d.ts.map +1 -0
- package/lib/envilder/core/application/pushSingle/PushSingleCommand.js.map +1 -0
- package/lib/envilder/core/application/pushSingle/PushSingleCommandHandler.d.ts.map +1 -0
- package/lib/envilder/core/application/pushSingle/PushSingleCommandHandler.js.map +1 -0
- package/lib/envilder/core/domain/CliOptions.d.ts.map +1 -0
- package/lib/envilder/core/domain/CliOptions.js.map +1 -0
- package/lib/envilder/core/domain/EnvironmentVariable.d.ts.map +1 -0
- package/lib/envilder/core/domain/EnvironmentVariable.js.map +1 -0
- package/lib/envilder/core/domain/MapFileConfig.d.ts.map +1 -0
- package/lib/envilder/core/domain/MapFileConfig.js.map +1 -0
- package/lib/envilder/core/domain/OperationMode.d.ts.map +1 -0
- package/lib/envilder/core/domain/OperationMode.js.map +1 -0
- package/lib/envilder/core/domain/errors/DomainErrors.d.ts.map +1 -0
- package/lib/envilder/core/domain/errors/DomainErrors.js.map +1 -0
- package/lib/envilder/core/domain/ports/ILogger.d.ts.map +1 -0
- package/lib/envilder/core/domain/ports/ILogger.js.map +1 -0
- package/lib/envilder/core/domain/ports/ISecretProvider.d.ts.map +1 -0
- package/lib/envilder/core/domain/ports/ISecretProvider.js.map +1 -0
- package/lib/envilder/core/domain/ports/IVariableStore.d.ts.map +1 -0
- package/lib/envilder/core/domain/ports/IVariableStore.js.map +1 -0
- package/lib/envilder/core/infrastructure/aws/AwsSecretProviderFactory.d.ts.map +1 -0
- package/lib/envilder/core/infrastructure/aws/AwsSecretProviderFactory.js.map +1 -0
- package/lib/envilder/core/infrastructure/aws/AwsSsmSecretProvider.d.ts.map +1 -0
- package/lib/envilder/core/infrastructure/aws/AwsSsmSecretProvider.js.map +1 -0
- package/lib/envilder/core/infrastructure/azure/AzureKeyVaultSecretProvider.d.ts.map +1 -0
- package/lib/envilder/core/infrastructure/azure/AzureKeyVaultSecretProvider.js.map +1 -0
- package/lib/envilder/core/infrastructure/azure/AzureSecretProviderFactory.d.ts.map +1 -0
- package/lib/envilder/core/infrastructure/azure/AzureSecretProviderFactory.js.map +1 -0
- package/lib/envilder/core/infrastructure/azure/AzureVaultUrlValidator.d.ts.map +1 -0
- package/lib/envilder/core/infrastructure/azure/AzureVaultUrlValidator.js.map +1 -0
- package/lib/envilder/core/infrastructure/logger/ConsoleLogger.d.ts.map +1 -0
- package/lib/envilder/core/infrastructure/logger/ConsoleLogger.js.map +1 -0
- package/lib/envilder/core/infrastructure/package/PackageVersionReader.d.ts.map +1 -0
- package/lib/envilder/core/infrastructure/package/PackageVersionReader.js.map +1 -0
- package/lib/envilder/core/infrastructure/variableStore/FileVariableStore.d.ts.map +1 -0
- package/lib/envilder/core/infrastructure/variableStore/FileVariableStore.js.map +1 -0
- package/lib/envilder/core/types.d.ts.map +1 -0
- package/lib/envilder/core/types.js.map +1 -0
- package/lib/iac/bin/main.d.ts +28 -0
- package/lib/iac/bin/main.d.ts.map +1 -0
- package/lib/iac/bin/main.js +201 -0
- package/lib/iac/bin/main.js.map +1 -0
- package/lib/iac/lib/core/types.d.ts +5 -0
- package/lib/iac/lib/core/types.d.ts.map +1 -0
- package/lib/iac/lib/core/types.js +9 -0
- package/lib/iac/lib/core/types.js.map +1 -0
- package/lib/iac/lib/stacks/customStack.d.ts +23 -0
- package/lib/iac/lib/stacks/customStack.d.ts.map +1 -0
- package/lib/iac/lib/stacks/customStack.js +34 -0
- package/lib/iac/lib/stacks/customStack.js.map +1 -0
- package/lib/iac/lib/stacks/staticWebsiteStack.d.ts +10 -0
- package/lib/iac/lib/stacks/staticWebsiteStack.d.ts.map +1 -0
- package/lib/iac/lib/stacks/staticWebsiteStack.js +163 -0
- package/lib/iac/lib/stacks/staticWebsiteStack.js.map +1 -0
- package/lib/iac/lib/stacks/utils.d.ts +6 -0
- package/lib/iac/lib/stacks/utils.d.ts.map +1 -0
- package/lib/iac/lib/stacks/utils.js +18 -0
- package/lib/iac/lib/stacks/utils.js.map +1 -0
- package/package.json +29 -28
- package/lib/apps/cli/Cli.d.ts.map +0 -1
- package/lib/apps/cli/Cli.js.map +0 -1
- package/lib/apps/cli/Index.d.ts.map +0 -1
- package/lib/apps/cli/Index.js.map +0 -1
- package/lib/apps/cli/Startup.d.ts.map +0 -1
- package/lib/apps/cli/Startup.js.map +0 -1
- package/lib/apps/gha/Gha.d.ts.map +0 -1
- package/lib/apps/gha/Gha.js.map +0 -1
- package/lib/apps/gha/Index.d.ts.map +0 -1
- package/lib/apps/gha/Index.js.map +0 -1
- package/lib/apps/gha/Startup.d.ts.map +0 -1
- package/lib/apps/gha/Startup.js.map +0 -1
- package/lib/apps/shared/ContainerConfiguration.d.ts.map +0 -1
- package/lib/apps/shared/ContainerConfiguration.js.map +0 -1
- package/lib/envilder/application/dispatch/DispatchActionCommand.d.ts.map +0 -1
- package/lib/envilder/application/dispatch/DispatchActionCommand.js.map +0 -1
- package/lib/envilder/application/dispatch/DispatchActionCommandHandler.d.ts.map +0 -1
- package/lib/envilder/application/dispatch/DispatchActionCommandHandler.js.map +0 -1
- package/lib/envilder/application/pullSecretsToEnv/PullSecretsToEnvCommand.d.ts.map +0 -1
- package/lib/envilder/application/pullSecretsToEnv/PullSecretsToEnvCommand.js.map +0 -1
- package/lib/envilder/application/pullSecretsToEnv/PullSecretsToEnvCommandHandler.d.ts.map +0 -1
- package/lib/envilder/application/pullSecretsToEnv/PullSecretsToEnvCommandHandler.js.map +0 -1
- package/lib/envilder/application/pushEnvToSecrets/PushEnvToSecretsCommand.d.ts.map +0 -1
- package/lib/envilder/application/pushEnvToSecrets/PushEnvToSecretsCommand.js.map +0 -1
- package/lib/envilder/application/pushEnvToSecrets/PushEnvToSecretsCommandHandler.d.ts.map +0 -1
- package/lib/envilder/application/pushEnvToSecrets/PushEnvToSecretsCommandHandler.js.map +0 -1
- package/lib/envilder/application/pushSingle/PushSingleCommand.d.ts.map +0 -1
- package/lib/envilder/application/pushSingle/PushSingleCommand.js.map +0 -1
- package/lib/envilder/application/pushSingle/PushSingleCommandHandler.d.ts.map +0 -1
- package/lib/envilder/application/pushSingle/PushSingleCommandHandler.js.map +0 -1
- package/lib/envilder/domain/CliOptions.d.ts.map +0 -1
- package/lib/envilder/domain/CliOptions.js.map +0 -1
- package/lib/envilder/domain/EnvironmentVariable.d.ts.map +0 -1
- package/lib/envilder/domain/EnvironmentVariable.js.map +0 -1
- package/lib/envilder/domain/MapFileConfig.d.ts.map +0 -1
- package/lib/envilder/domain/MapFileConfig.js.map +0 -1
- package/lib/envilder/domain/OperationMode.d.ts.map +0 -1
- package/lib/envilder/domain/OperationMode.js.map +0 -1
- package/lib/envilder/domain/errors/DomainErrors.d.ts.map +0 -1
- package/lib/envilder/domain/errors/DomainErrors.js.map +0 -1
- package/lib/envilder/domain/ports/ILogger.d.ts.map +0 -1
- package/lib/envilder/domain/ports/ILogger.js.map +0 -1
- package/lib/envilder/domain/ports/ISecretProvider.d.ts.map +0 -1
- package/lib/envilder/domain/ports/ISecretProvider.js.map +0 -1
- package/lib/envilder/domain/ports/IVariableStore.d.ts.map +0 -1
- package/lib/envilder/domain/ports/IVariableStore.js.map +0 -1
- package/lib/envilder/infrastructure/aws/AwsSecretProviderFactory.d.ts.map +0 -1
- package/lib/envilder/infrastructure/aws/AwsSecretProviderFactory.js.map +0 -1
- package/lib/envilder/infrastructure/aws/AwsSsmSecretProvider.d.ts.map +0 -1
- package/lib/envilder/infrastructure/aws/AwsSsmSecretProvider.js.map +0 -1
- package/lib/envilder/infrastructure/azure/AzureKeyVaultSecretProvider.d.ts.map +0 -1
- package/lib/envilder/infrastructure/azure/AzureKeyVaultSecretProvider.js.map +0 -1
- package/lib/envilder/infrastructure/azure/AzureSecretProviderFactory.d.ts.map +0 -1
- package/lib/envilder/infrastructure/azure/AzureSecretProviderFactory.js.map +0 -1
- package/lib/envilder/infrastructure/azure/AzureVaultUrlValidator.d.ts.map +0 -1
- package/lib/envilder/infrastructure/azure/AzureVaultUrlValidator.js.map +0 -1
- package/lib/envilder/infrastructure/logger/ConsoleLogger.d.ts.map +0 -1
- package/lib/envilder/infrastructure/logger/ConsoleLogger.js.map +0 -1
- package/lib/envilder/infrastructure/package/PackageVersionReader.d.ts.map +0 -1
- package/lib/envilder/infrastructure/package/PackageVersionReader.js.map +0 -1
- package/lib/envilder/infrastructure/variableStore/FileVariableStore.d.ts.map +0 -1
- package/lib/envilder/infrastructure/variableStore/FileVariableStore.js.map +0 -1
- package/lib/envilder/types.d.ts.map +0 -1
- package/lib/envilder/types.js.map +0 -1
- /package/lib/{apps → envilder/apps}/cli/Cli.d.ts +0 -0
- /package/lib/{apps → envilder/apps}/cli/Index.d.ts +0 -0
- /package/lib/{apps → envilder/apps}/cli/Index.js +0 -0
- /package/lib/{apps → envilder/apps}/cli/Startup.js +0 -0
- /package/lib/{apps → envilder/apps}/gha/Gha.d.ts +0 -0
- /package/lib/{apps → envilder/apps}/gha/Index.d.ts +0 -0
- /package/lib/{apps → envilder/apps}/gha/Index.js +0 -0
- /package/lib/{apps → envilder/apps}/gha/Startup.js +0 -0
- /package/lib/envilder/{application → core/application}/dispatch/DispatchActionCommand.d.ts +0 -0
- /package/lib/envilder/{application → core/application}/dispatch/DispatchActionCommand.js +0 -0
- /package/lib/envilder/{application → core/application}/dispatch/DispatchActionCommandHandler.d.ts +0 -0
- /package/lib/envilder/{application → core/application}/dispatch/DispatchActionCommandHandler.js +0 -0
- /package/lib/envilder/{application → core/application}/pullSecretsToEnv/PullSecretsToEnvCommand.d.ts +0 -0
- /package/lib/envilder/{application → core/application}/pullSecretsToEnv/PullSecretsToEnvCommand.js +0 -0
- /package/lib/envilder/{application → core/application}/pullSecretsToEnv/PullSecretsToEnvCommandHandler.d.ts +0 -0
- /package/lib/envilder/{application → core/application}/pullSecretsToEnv/PullSecretsToEnvCommandHandler.js +0 -0
- /package/lib/envilder/{application → core/application}/pushEnvToSecrets/PushEnvToSecretsCommand.d.ts +0 -0
- /package/lib/envilder/{application → core/application}/pushEnvToSecrets/PushEnvToSecretsCommand.js +0 -0
- /package/lib/envilder/{application → core/application}/pushEnvToSecrets/PushEnvToSecretsCommandHandler.d.ts +0 -0
- /package/lib/envilder/{application → core/application}/pushEnvToSecrets/PushEnvToSecretsCommandHandler.js +0 -0
- /package/lib/envilder/{application → core/application}/pushSingle/PushSingleCommand.d.ts +0 -0
- /package/lib/envilder/{application → core/application}/pushSingle/PushSingleCommand.js +0 -0
- /package/lib/envilder/{application → core/application}/pushSingle/PushSingleCommandHandler.d.ts +0 -0
- /package/lib/envilder/{application → core/application}/pushSingle/PushSingleCommandHandler.js +0 -0
- /package/lib/envilder/{domain → core/domain}/CliOptions.d.ts +0 -0
- /package/lib/envilder/{domain → core/domain}/CliOptions.js +0 -0
- /package/lib/envilder/{domain → core/domain}/EnvironmentVariable.d.ts +0 -0
- /package/lib/envilder/{domain → core/domain}/EnvironmentVariable.js +0 -0
- /package/lib/envilder/{domain → core/domain}/MapFileConfig.d.ts +0 -0
- /package/lib/envilder/{domain → core/domain}/MapFileConfig.js +0 -0
- /package/lib/envilder/{domain → core/domain}/OperationMode.d.ts +0 -0
- /package/lib/envilder/{domain → core/domain}/OperationMode.js +0 -0
- /package/lib/envilder/{domain → core/domain}/errors/DomainErrors.d.ts +0 -0
- /package/lib/envilder/{domain → core/domain}/errors/DomainErrors.js +0 -0
- /package/lib/envilder/{domain → core/domain}/ports/ILogger.d.ts +0 -0
- /package/lib/envilder/{domain → core/domain}/ports/ILogger.js +0 -0
- /package/lib/envilder/{domain → core/domain}/ports/ISecretProvider.d.ts +0 -0
- /package/lib/envilder/{domain → core/domain}/ports/ISecretProvider.js +0 -0
- /package/lib/envilder/{domain → core/domain}/ports/IVariableStore.d.ts +0 -0
- /package/lib/envilder/{domain → core/domain}/ports/IVariableStore.js +0 -0
- /package/lib/envilder/{infrastructure → core/infrastructure}/aws/AwsSecretProviderFactory.d.ts +0 -0
- /package/lib/envilder/{infrastructure → core/infrastructure}/aws/AwsSecretProviderFactory.js +0 -0
- /package/lib/envilder/{infrastructure → core/infrastructure}/aws/AwsSsmSecretProvider.d.ts +0 -0
- /package/lib/envilder/{infrastructure → core/infrastructure}/aws/AwsSsmSecretProvider.js +0 -0
- /package/lib/envilder/{infrastructure → core/infrastructure}/azure/AzureKeyVaultSecretProvider.d.ts +0 -0
- /package/lib/envilder/{infrastructure → core/infrastructure}/azure/AzureKeyVaultSecretProvider.js +0 -0
- /package/lib/envilder/{infrastructure → core/infrastructure}/azure/AzureSecretProviderFactory.d.ts +0 -0
- /package/lib/envilder/{infrastructure → core/infrastructure}/azure/AzureSecretProviderFactory.js +0 -0
- /package/lib/envilder/{infrastructure → core/infrastructure}/azure/AzureVaultUrlValidator.d.ts +0 -0
- /package/lib/envilder/{infrastructure → core/infrastructure}/azure/AzureVaultUrlValidator.js +0 -0
- /package/lib/envilder/{infrastructure → core/infrastructure}/logger/ConsoleLogger.d.ts +0 -0
- /package/lib/envilder/{infrastructure → core/infrastructure}/logger/ConsoleLogger.js +0 -0
- /package/lib/envilder/{infrastructure → core/infrastructure}/package/PackageVersionReader.d.ts +0 -0
- /package/lib/envilder/{infrastructure → core/infrastructure}/package/PackageVersionReader.js +0 -0
- /package/lib/envilder/{infrastructure → core/infrastructure}/variableStore/FileVariableStore.d.ts +0 -0
- /package/lib/envilder/{infrastructure → core/infrastructure}/variableStore/FileVariableStore.js +0 -0
- /package/lib/envilder/{types.d.ts → core/types.d.ts} +0 -0
- /package/lib/envilder/{types.js → core/types.js} +0 -0
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# 🗝️ Envilder ☁️
|
|
2
2
|
|
|
3
3
|
<p align="center">
|
|
4
|
-
<img src="https://github.com/user-attachments/assets/
|
|
4
|
+
<img src="https://github.com/user-attachments/assets/8a7188ef-9d8d-45fb-8c37-3af718fb5103" alt="Envilder">
|
|
5
5
|
</p>
|
|
6
6
|
|
|
7
7
|
<p align="center">
|
|
@@ -83,6 +83,7 @@ and streamline onboarding and CI/CD workflows.
|
|
|
83
83
|
- [Where Envilder fits best](#where-envilder-fits-best)
|
|
84
84
|
- [🏁 Roadmap](#-roadmap)
|
|
85
85
|
- [🤝 Contributing](#-contributing)
|
|
86
|
+
- [💜 Sponsors](#-sponsors)
|
|
86
87
|
- [📜 License](#-license)
|
|
87
88
|
|
|
88
89
|
---
|
|
@@ -246,6 +247,7 @@ Envilder is designed for automation, onboarding, and secure cloud-native workflo
|
|
|
246
247
|
|
|
247
248
|
### 📚 Quick Links
|
|
248
249
|
|
|
250
|
+
- [📖 Full Documentation](https://envilder.com) — Visit envilder.com for the complete guide
|
|
249
251
|
- [Requirements & Installation](docs/requirements-installation.md)
|
|
250
252
|
- [Push Command Guide](docs/push-command.md)
|
|
251
253
|
- [Pull Command Guide](docs/pull-command.md)
|
|
@@ -489,6 +491,23 @@ All help is welcome — PRs, issues, ideas!
|
|
|
489
491
|
|
|
490
492
|
---
|
|
491
493
|
|
|
494
|
+
## 💜 Sponsors
|
|
495
|
+
|
|
496
|
+
<p align="center">
|
|
497
|
+
<a href="https://localstack.cloud" target="_blank" rel="noopener noreferrer">
|
|
498
|
+
<img src="./src/website/public/localstack-logo-horizontal-Dark.svg#gh-light-mode-only"
|
|
499
|
+
alt="LocalStack" height="40">
|
|
500
|
+
<img src="./src/website/public/localstack-logo-horizontal-Light.svg#gh-dark-mode-only"
|
|
501
|
+
alt="LocalStack" height="40">
|
|
502
|
+
</a>
|
|
503
|
+
</p>
|
|
504
|
+
|
|
505
|
+
<p align="center">
|
|
506
|
+
Proudly supported by <a href="https://localstack.cloud">LocalStack</a> — powering Envilder's integration tests.
|
|
507
|
+
</p>
|
|
508
|
+
|
|
509
|
+
---
|
|
510
|
+
|
|
492
511
|
## 📜 License
|
|
493
512
|
|
|
494
513
|
MIT © [Marçal Albert](https://github.com/macalbert)
|
package/ROADMAP.md
CHANGED
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
# 🛣️ Envilder Roadmap
|
|
2
2
|
|
|
3
|
-
Envilder
|
|
4
|
-
|
|
3
|
+
Envilder is evolving from a CLI tool into a **multi-runtime secret management platform**.
|
|
4
|
+
The goal: one declarative map-file format becomes the universal standard for resolving
|
|
5
|
+
environment variables from cloud secret stores (AWS SSM Parameter Store, AWS Secrets Manager,
|
|
6
|
+
Azure Key Vault, GCP Secret Manager) — whether in local development, CI/CD pipelines,
|
|
7
|
+
or directly inside application code at runtime.
|
|
5
8
|
|
|
9
|
+
> **Vision:** One map-file. Every cloud. Every language. Every runtime.
|
|
10
|
+
>
|
|
6
11
|
> **Note:** This roadmap contains ideas and potential features based on initial vision and community feedback.
|
|
7
12
|
> Not all features are guaranteed to be implemented. Priorities may change based on user needs, feedback,
|
|
8
13
|
> and real-world usage patterns. Your input matters—feel free to share your thoughts and suggestions!
|
|
@@ -13,27 +18,85 @@ Envilder aims to be the simplest, most reliable way to generate `.env` files fro
|
|
|
13
18
|
|
|
14
19
|
<!-- markdownlint-disable MD013 -->
|
|
15
20
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
|
19
|
-
|
|
20
|
-
| **
|
|
21
|
-
|
|
|
22
|
-
| **
|
|
23
|
-
| **
|
|
24
|
-
| **
|
|
25
|
-
| **
|
|
26
|
-
| **
|
|
27
|
-
| **Documentation website** |
|
|
28
|
-
| **
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
21
|
+
### ✅ Shipped
|
|
22
|
+
|
|
23
|
+
| Feature | Notes |
|
|
24
|
+
|---------|-------|
|
|
25
|
+
| **Mapping-based resolution** | Core functionality |
|
|
26
|
+
| **`.env` file generation** | Core functionality |
|
|
27
|
+
| **AWS SSM Parameter Store** | Default provider |
|
|
28
|
+
| **AWS profile support** | `--profile` flag |
|
|
29
|
+
| **Push mode** (`--push`) | [Guide](./docs/push-command.md) |
|
|
30
|
+
| **GitHub Action** | [Documentation](./github-action/README.md) |
|
|
31
|
+
| **Azure Key Vault** | Multi-backend via `$config` map-file section ([#90](https://github.com/macalbert/envilder/pull/90)) |
|
|
32
|
+
| **Documentation website** | [envilder.com](https://envilder.com) |
|
|
33
|
+
| **Onboarding documentation** | [Setup guide](./docs/requirements-installation.md) |
|
|
34
|
+
|
|
35
|
+
### 🔥 Up Next
|
|
36
|
+
|
|
37
|
+
| Feature | Priority | Notes |
|
|
38
|
+
|---------|----------|-------|
|
|
39
|
+
| **TypeScript SDK** (`@envilder/sdk`) | 🔴 High | Native runtime library — load secrets directly into `process.env` from a map-file. No `.env` file needed. Published to npm |
|
|
40
|
+
| **Python SDK** (`envilder`) | 🔴 High | Runtime library for Python — Django/FastAPI/data pipelines. Published to PyPI |
|
|
41
|
+
| **Go SDK** (`envilder`) | 🔴 High | Runtime library for Go — cloud-native apps, Kubernetes tooling. Published as Go module |
|
|
42
|
+
| **.NET SDK** (`Envilder`) | 🔴 High | Runtime library for .NET — enterprise apps, Azure-native shops. Published to NuGet |
|
|
43
|
+
| **Java SDK** (`envilder`) | 🔴 High | Runtime library for Java/Kotlin — Spring Boot, Android backends. Published to Maven Central |
|
|
44
|
+
| **Map-file JSON Schema** | 🔴 High | Formal spec for the map-file format at `spec/` — serves as the contract between all SDKs and tools |
|
|
45
|
+
| **SDK conformance tests** | 🔴 High | Language-agnostic test fixtures (JSON input → expected output) that all SDKs must pass |
|
|
46
|
+
| **Exec mode** (`--exec`) | 🟡 Medium | Inject secrets into a child process env without writing to disk (`envilder exec -- node server.js`) |
|
|
47
|
+
| **GCP Secret Manager** | 🟡 Medium | Third cloud provider — similar DX to AWS SSM. Completes the multi-cloud trident (AWS + Azure + GCP) |
|
|
48
|
+
| **AWS Secrets Manager** | 🟡 Medium | Support AWS Secrets Manager alongside SSM Parameter Store for teams using JSON-structured secrets |
|
|
49
|
+
| **Check/sync mode** (`--check`) | 🟡 Medium | Validate cloud secrets vs local `.env`, fail CI if out-of-sync |
|
|
50
|
+
|
|
51
|
+
### 💡 Planned
|
|
52
|
+
|
|
53
|
+
| Feature | Priority | Notes |
|
|
54
|
+
|---------|----------|-------|
|
|
55
|
+
| **Auto-discovery mode** (`--auto`) | Medium | Fetch all parameters matching a given prefix (e.g., `/my-app/prod/*`) |
|
|
56
|
+
| **Exec with refresh** (`--refresh-interval`) | Low | Kill & restart child process periodically with fresh secrets (requires `--exec`) |
|
|
57
|
+
| **Hierarchical mapping** | Low | Per-environment `param-map.json` with inheritance/overrides |
|
|
32
58
|
|
|
33
59
|
<!-- markdownlint-enable MD013 -->
|
|
34
60
|
|
|
35
61
|
---
|
|
36
62
|
|
|
63
|
+
## 🏗️ Platform Architecture
|
|
64
|
+
|
|
65
|
+
All tools and SDKs live in a single monorepo and share the same map-file format:
|
|
66
|
+
|
|
67
|
+
```txt
|
|
68
|
+
param-map.json (universal contract)
|
|
69
|
+
│
|
|
70
|
+
├── envilder CLI → generates .env files
|
|
71
|
+
├── envilder GitHub Action → CI/CD secret injection
|
|
72
|
+
├── @envilder/sdk (npm) → Node.js / TypeScript runtime
|
|
73
|
+
├── envilder (PyPI) → Python runtime
|
|
74
|
+
├── Envilder (NuGet) → .NET runtime
|
|
75
|
+
├── envilder (Go module) → Go runtime
|
|
76
|
+
└── envilder (Maven) → Java / Kotlin runtime
|
|
77
|
+
```
|
|
78
|
+
|
|
79
|
+
### SDK Rollout
|
|
80
|
+
|
|
81
|
+
All five SDKs are developed **in parallel** — same map-file contract, same conformance tests, shipped simultaneously:
|
|
82
|
+
|
|
83
|
+
| SDK | Package | Registry |
|
|
84
|
+
|-----|---------|----------|
|
|
85
|
+
| **TypeScript** | `@envilder/sdk` | npm |
|
|
86
|
+
| **Python** | `envilder` | PyPI |
|
|
87
|
+
| **Go** | `envilder` | Go module |
|
|
88
|
+
| **.NET** | `Envilder` | NuGet |
|
|
89
|
+
| **Java** | `envilder` | Maven Central |
|
|
90
|
+
|
|
91
|
+
### Monorepo Principles
|
|
92
|
+
|
|
93
|
+
- **One map-file spec** — formal JSON Schema at `spec/` is the source of truth for all SDKs
|
|
94
|
+
- **Conformance tests** — language-agnostic fixtures that every SDK must pass
|
|
95
|
+
- **Independent versioning** — each SDK has its own semver (`sdk-ts@1.2.0`, `sdk-py@0.3.0`)
|
|
96
|
+
- **Shared test infrastructure** — LocalStack (AWS) and Lowkey Vault (Azure) via Docker Compose serve all SDKs
|
|
97
|
+
|
|
98
|
+
---
|
|
99
|
+
|
|
37
100
|
## 🙌 Contribute or Suggest Ideas
|
|
38
101
|
|
|
39
102
|
If you've faced similar problems or want to help improve this tool, feel free to:
|
package/docs/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
## [0.9.1] - 2026-03-30
|
|
2
|
+
|
|
3
|
+
### Added
|
|
4
|
+
|
|
5
|
+
* **Documentation website** — Full Astro-based docs site deployed at [envilder.com](https://envilder.com), with multi-language support (EN, ES, CA), dark/retro and light themes, and a dedicated changelog page
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
* Updated Envilder logo in README
|
|
10
|
+
|
|
11
|
+
### Fixed
|
|
12
|
+
|
|
13
|
+
* **deps:** Move `@types/node` from `dependencies` to `devDependencies` to prevent it from being bundled as a runtime dependency
|
|
14
|
+
* **e2e:** Use unique SSM paths per CLI test run to prevent race conditions between parallel test executions
|
|
15
|
+
|
|
16
|
+
### Dependencies
|
|
17
|
+
|
|
18
|
+
* Bump `brace-expansion` from 5.0.4 to 5.0.5 (security patch)
|
|
19
|
+
* Bump `@azure/core-rest-pipeline` and `@azure/identity` group updates
|
|
20
|
+
|
|
21
|
+
---
|
|
3
22
|
|
|
4
23
|
## [0.8.0] - 2026-03-22
|
|
5
24
|
|
|
@@ -25,7 +44,7 @@ from Azure Key Vault ([#90](https://github.com/macalbert/envilder/pull/90))
|
|
|
25
44
|
prints a warning. It will be removed in a future release.
|
|
26
45
|
* `configureInfrastructureServices()` now receives a single `MapFileConfig` object instead of separate parameters
|
|
27
46
|
* CLI and GHA entry points read `$config` from the map file and merge with CLI flags / GHA inputs
|
|
28
|
-
* Extracted shared `ContainerConfiguration` module (`src/apps/shared/`) for DI setup reused by CLI and GitHub Action
|
|
47
|
+
* Extracted shared `ContainerConfiguration` module (`src/envilder/apps/shared/`) for DI setup reused by CLI and GitHub Action
|
|
29
48
|
* Both `Startup.ts` files (CLI and GHA) now delegate to shared `configureInfrastructureServices()` and `configureApplicationServices()`
|
|
30
49
|
* Updated CLI description to include Azure Key Vault examples
|
|
31
50
|
* Updated `action.yml` description and inputs to reflect multi-provider support
|
|
@@ -45,6 +64,94 @@ prints a warning. It will be removed in a future release.
|
|
|
45
64
|
|
|
46
65
|
---
|
|
47
66
|
|
|
67
|
+
## [0.7.12] - 2026-03-22
|
|
68
|
+
|
|
69
|
+
### Fixed
|
|
70
|
+
|
|
71
|
+
* **ssm:** Upgrade AWS SDK to resolve fast-xml-parser CVEs ([#128](https://github.com/macalbert/envilder/pull/128))
|
|
72
|
+
|
|
73
|
+
### Changed
|
|
74
|
+
|
|
75
|
+
* **ci:** Upgrade `dorny/test-reporter` to v3 for Node.js 24 support ([#127](https://github.com/macalbert/envilder/pull/127))
|
|
76
|
+
* **dx:** Add AI workflow agents, prompts, and lefthook pre-commit hook ([#125](https://github.com/macalbert/envilder/pull/125))
|
|
77
|
+
|
|
78
|
+
### Dependencies
|
|
79
|
+
|
|
80
|
+
* Bump `undici` from 7.22.0 to 7.24.1 ([#126](https://github.com/macalbert/envilder/pull/126))
|
|
81
|
+
|
|
82
|
+
---
|
|
83
|
+
|
|
84
|
+
## [0.7.11] - 2026-03-08
|
|
85
|
+
|
|
86
|
+
### Security
|
|
87
|
+
|
|
88
|
+
* Bump AWS SDK packages to resolve `fast-xml-parser` vulnerability ([#124](https://github.com/macalbert/envilder/pull/124))
|
|
89
|
+
|
|
90
|
+
---
|
|
91
|
+
|
|
92
|
+
## [0.7.10] - 2026-03-02
|
|
93
|
+
|
|
94
|
+
### Changed
|
|
95
|
+
|
|
96
|
+
* **ci:** Update CI configuration for improved build reliability
|
|
97
|
+
* Bump AWS SDK SSM to 3.1000.0 and align CI/publish workflows ([#123](https://github.com/macalbert/envilder/pull/123))
|
|
98
|
+
|
|
99
|
+
### Dependencies
|
|
100
|
+
|
|
101
|
+
* Bump `@aws-sdk/credential-providers` from 3.995.0 to 3.1000.0 ([#122](https://github.com/macalbert/envilder/pull/122))
|
|
102
|
+
* Bump `@types/node` from 25.3.0 to 25.3.3 ([#121](https://github.com/macalbert/envilder/pull/121))
|
|
103
|
+
* Bump `minimatch` ([#119](https://github.com/macalbert/envilder/pull/119))
|
|
104
|
+
|
|
105
|
+
---
|
|
106
|
+
|
|
107
|
+
## [0.7.9] - 2026-02-22
|
|
108
|
+
|
|
109
|
+
### Fixed
|
|
110
|
+
|
|
111
|
+
* **security:** Patch transitive dependency vulnerabilities ([#118](https://github.com/macalbert/envilder/pull/118))
|
|
112
|
+
* **ci:** Simplify npm publish command in workflow
|
|
113
|
+
|
|
114
|
+
### Documentation
|
|
115
|
+
|
|
116
|
+
* Updated GitHub Action docs to reference v0.7.9
|
|
117
|
+
|
|
118
|
+
---
|
|
119
|
+
|
|
120
|
+
## [0.7.8] - 2026-02-05
|
|
121
|
+
|
|
122
|
+
### Fixed
|
|
123
|
+
|
|
124
|
+
* **deps:** Upgrade AWS SDK to resolve `fast-xml-parser` DoS vulnerability ([#116](https://github.com/macalbert/envilder/pull/116))
|
|
125
|
+
|
|
126
|
+
### Dependencies
|
|
127
|
+
|
|
128
|
+
* Bump `@isaacs/brace-expansion` ([#115](https://github.com/macalbert/envilder/pull/115))
|
|
129
|
+
* Bump `@secretlint/secretlint-rule-preset-recommend` ([#114](https://github.com/macalbert/envilder/pull/114))
|
|
130
|
+
* Bump `commander` from 14.0.2 to 14.0.3 ([#113](https://github.com/macalbert/envilder/pull/113))
|
|
131
|
+
* Bump `@aws-sdk/client-ssm` from 3.958.0 to 3.980.0 ([#112](https://github.com/macalbert/envilder/pull/112))
|
|
132
|
+
* Bump `secretlint` from 11.2.5 to 11.3.1 ([#110](https://github.com/macalbert/envilder/pull/110))
|
|
133
|
+
* Bump `@commitlint/cli` from 20.3.0 to 20.4.0 ([#111](https://github.com/macalbert/envilder/pull/111))
|
|
134
|
+
|
|
135
|
+
---
|
|
136
|
+
|
|
137
|
+
## [0.7.7] - 2026-01-27
|
|
138
|
+
|
|
139
|
+
### Added
|
|
140
|
+
|
|
141
|
+
* **push:** AWS throttling retry logic and duplicate SSM path validation ([#109](https://github.com/macalbert/envilder/pull/109))
|
|
142
|
+
|
|
143
|
+
### Fixed
|
|
144
|
+
|
|
145
|
+
* **ci:** Streamline `npm publish` workflow to prevent failures ([#106](https://github.com/macalbert/envilder/pull/106))
|
|
146
|
+
* **ci-publish:** Update publish command in workflow
|
|
147
|
+
|
|
148
|
+
### Dependencies
|
|
149
|
+
|
|
150
|
+
* Bump `lodash` ([#108](https://github.com/macalbert/envilder/pull/108))
|
|
151
|
+
* Bump `diff` ([#107](https://github.com/macalbert/envilder/pull/107))
|
|
152
|
+
|
|
153
|
+
---
|
|
154
|
+
|
|
48
155
|
## [0.7.6] - 2026-01-16
|
|
49
156
|
|
|
50
157
|
### Fixed
|
|
@@ -94,16 +201,7 @@ prints a warning. It will be removed in a future release.
|
|
|
94
201
|
|
|
95
202
|
---
|
|
96
203
|
|
|
97
|
-
## [0.7.3] - 2025-
|
|
98
|
-
|
|
99
|
-
### Dependencies
|
|
100
|
-
|
|
101
|
-
* Bump actions/checkout from 5 to 6 ([#98](https://github.com/macalbert/envilder/pull/98))
|
|
102
|
-
* Bump glob from 11.1.0 to 13.0.0 ([#97](https://github.com/macalbert/envilder/pull/97))
|
|
103
|
-
|
|
104
|
-
---
|
|
105
|
-
|
|
106
|
-
## [0.7.2] - 2025-11-29
|
|
204
|
+
## [0.7.3] - 2025-11-29
|
|
107
205
|
|
|
108
206
|
### Changed
|
|
109
207
|
|
|
@@ -114,6 +212,8 @@ prints a warning. It will be removed in a future release.
|
|
|
114
212
|
|
|
115
213
|
### Dependencies
|
|
116
214
|
|
|
215
|
+
* Bump actions/checkout from 5 to 6 ([#98](https://github.com/macalbert/envilder/pull/98))
|
|
216
|
+
* Bump glob from 11.1.0 to 13.0.0 ([#97](https://github.com/macalbert/envilder/pull/97))
|
|
117
217
|
* Bump pnpm/action-setup from 2 to 4 ([#92](https://github.com/macalbert/envilder/pull/92))
|
|
118
218
|
* Bump @commitlint/cli from 19.8.1 to 20.1.0 ([#94](https://github.com/macalbert/envilder/pull/94))
|
|
119
219
|
* Bump glob in the npm_and_yarn group ([#96](https://github.com/macalbert/envilder/pull/96))
|
|
@@ -138,37 +238,31 @@ prints a warning. It will be removed in a future release.
|
|
|
138
238
|
|
|
139
239
|
---
|
|
140
240
|
|
|
141
|
-
## [0.7.0]
|
|
142
|
-
|
|
143
|
-
* ♻️ Move GitHub Action to github-action/ subfolder ([d9bf4d2](https://github.com/macalbert/envilder/commit/d9bf4d2e81acbb1ef2b4e0034c0b6aaa8b307ba3))
|
|
241
|
+
## [0.7.0] - 2025-11-16
|
|
144
242
|
|
|
145
|
-
###
|
|
146
|
-
|
|
147
|
-
* **githubAction:** Correct author name in action.yml ([e964aff](https://github.com/macalbert/envilder/commit/e964affbca8410aada8494648dee62ab2a1ab5de))
|
|
148
|
-
* **githubAction:** Correct build command from ppnpm to pnpm ([c9df0c4](https://github.com/macalbert/envilder/commit/c9df0c4cb612de0f2b6ab6406235c54fcb45d0c2))
|
|
149
|
-
* **githubAction:** Correct path to GitHubAction.js in validation step ([94d1166](https://github.com/macalbert/envilder/commit/94d116632f4a6de656449f238ec007eeede2f5f2))
|
|
150
|
-
* **githubAction:** Remove source map generation from build:gha script ([8989448](https://github.com/macalbert/envilder/commit/898944898cdea866f28f8874b714bfe3fd2dd88e))
|
|
151
|
-
* **githubAction:** Update action references in documentation and code ([412601b](https://github.com/macalbert/envilder/commit/412601b7b56a90dd50e031addcaf192e2dec8ba3))
|
|
243
|
+
### Added
|
|
152
244
|
|
|
153
|
-
|
|
245
|
+
* **githubAction:** Add end-to-end tests for GitHub Actions simulation
|
|
246
|
+
* **githubAction:** Update action paths and add new GitHub Action implementation
|
|
247
|
+
* **packaging:** Add project build and uninstall functionality
|
|
154
248
|
|
|
155
|
-
|
|
156
|
-
* **githubAction:** Update action paths and add new GitHub Action implementation ([4310e50](https://github.com/macalbert/envilder/commit/4310e5040fa4952c50e800578fb91e00cf2f7a36))
|
|
157
|
-
* **githubAction:** Update action script paths and add entry point ([9f64e56](https://github.com/macalbert/envilder/commit/9f64e567d8c90832ee402accb6aba9264554a1e7))
|
|
158
|
-
* **packaging:** Add project build and uninstall functionality ([70fc574](https://github.com/macalbert/envilder/commit/70fc5745c1490f33322f5fb8af1b68dd7e565fc1))
|
|
249
|
+
### Fixed
|
|
159
250
|
|
|
160
|
-
|
|
251
|
+
* **githubAction:** Correct author name in action.yml
|
|
252
|
+
* **githubAction:** Correct build command from `ppnpm` to `pnpm`
|
|
253
|
+
* **githubAction:** Correct path to `GitHubAction.js` in validation step
|
|
254
|
+
* **githubAction:** Remove source map generation from `build:gha` script
|
|
255
|
+
* **githubAction:** Update action references in documentation and code
|
|
161
256
|
|
|
162
|
-
|
|
257
|
+
### Changed
|
|
163
258
|
|
|
164
|
-
|
|
259
|
+
* Move GitHub Action to `github-action/` subfolder
|
|
165
260
|
|
|
166
|
-
|
|
261
|
+
### Breaking Changes
|
|
167
262
|
|
|
168
|
-
|
|
263
|
+
* Action path changed from `macalbert/envilder@v1` to `macalbert/envilder/github-action@v1`
|
|
169
264
|
|
|
170
|
-
|
|
171
|
-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
265
|
+
---
|
|
172
266
|
|
|
173
267
|
## [0.6.6] - 2025-11-02
|
|
174
268
|
|
|
@@ -224,8 +318,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
224
318
|
|
|
225
319
|
### Changed
|
|
226
320
|
|
|
227
|
-
*
|
|
228
|
-
|
|
321
|
+
* Bump version to 0.6.3 in package.json
|
|
322
|
+
|
|
323
|
+
---
|
|
324
|
+
|
|
325
|
+
## [0.6.2] - 2025-07-20
|
|
326
|
+
|
|
327
|
+
### Changed
|
|
328
|
+
|
|
329
|
+
* **di:** Implement .NET-Style DIP Startup Pattern for dependency injection — improved separation of concerns in DI configuration ([#59](https://github.com/macalbert/envilder/pull/59))
|
|
330
|
+
|
|
331
|
+
---
|
|
229
332
|
|
|
230
333
|
## [0.6.1] - 2025-07-13
|
|
231
334
|
|
|
@@ -256,6 +359,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
256
359
|
* Created visual diagrams explaining Push Mode data flow
|
|
257
360
|
* Documented options and parameters for Push Mode operations
|
|
258
361
|
|
|
362
|
+
---
|
|
363
|
+
|
|
364
|
+
## [0.6.0] - 2025-07-13
|
|
365
|
+
|
|
366
|
+
### Added
|
|
367
|
+
|
|
368
|
+
* **push:** Introduced Push Mode — sync local `.env` variables to AWS SSM Parameter Store ([#57](https://github.com/macalbert/envilder/pull/57))
|
|
369
|
+
|
|
370
|
+
---
|
|
371
|
+
|
|
259
372
|
## [0.5.6] - 2025-07-06
|
|
260
373
|
|
|
261
374
|
### Added
|
|
@@ -352,7 +465,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
352
465
|
* CLI command not recognized after global install (`npm install -g envilder`)
|
|
353
466
|
* Fixed missing compiled `lib/` files in published package
|
|
354
467
|
|
|
355
|
-
|
|
468
|
+
---
|
|
469
|
+
|
|
470
|
+
> **Note:** Versions below 0.5.1 are deprecated on npm and no longer supported.
|
|
471
|
+
> They are preserved here for historical reference only.
|
|
472
|
+
|
|
473
|
+
---
|
|
474
|
+
|
|
475
|
+
## [0.3.0] - 2025-05-09 [DEPRECATED]
|
|
356
476
|
|
|
357
477
|
### Added
|
|
358
478
|
|
|
@@ -366,7 +486,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
366
486
|
* Bumped vite from 6.2.6 to 6.3.4
|
|
367
487
|
* Bumped @aws-sdk/client-ssm from 3.787.0 to 3.799.0
|
|
368
488
|
|
|
369
|
-
## [0.2.3] - 2025-04-12
|
|
489
|
+
## [0.2.3] - 2025-04-12 [DEPRECATED]
|
|
370
490
|
|
|
371
491
|
### Changed
|
|
372
492
|
|
|
@@ -378,7 +498,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
378
498
|
* @secretlint/secretlint-rule-preset-recommend from 8.5.0 to 9.0.0
|
|
379
499
|
* secretlint from 8.5.0 to 9.0.0
|
|
380
500
|
|
|
381
|
-
## [0.2.1] - 2024-10-16
|
|
501
|
+
## [0.2.1] - 2024-10-16 [DEPRECATED]
|
|
382
502
|
|
|
383
503
|
### Added
|
|
384
504
|
|
|
@@ -390,98 +510,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
390
510
|
|
|
391
511
|
* Updated README.md with improved documentation
|
|
392
512
|
|
|
393
|
-
## [0.1.4] - 2024-10-01
|
|
513
|
+
## [0.1.4] - 2024-10-01 [DEPRECATED]
|
|
394
514
|
|
|
395
515
|
Initial public release of Envilder.
|
|
396
|
-
|
|
397
|
-
---
|
|
398
|
-
|
|
399
|
-
## How to Update This Changelog
|
|
400
|
-
|
|
401
|
-
This changelog follows [Conventional Commits](https://www.conventionalcommits.org/) specification.
|
|
402
|
-
|
|
403
|
-
### Commit Message Format
|
|
404
|
-
|
|
405
|
-
```txt
|
|
406
|
-
<type>[optional scope]: <description>
|
|
407
|
-
|
|
408
|
-
[optional body]
|
|
409
|
-
|
|
410
|
-
[optional footer(s)]
|
|
411
|
-
```
|
|
412
|
-
|
|
413
|
-
### Types
|
|
414
|
-
|
|
415
|
-
* `feat`: A new feature (triggers MINOR version bump)
|
|
416
|
-
* `fix`: A bug fix (triggers PATCH version bump)
|
|
417
|
-
* `docs`: Documentation-only changes
|
|
418
|
-
* `style`: Changes that don't affect code meaning (formatting, etc.)
|
|
419
|
-
* `refactor`: Code change that neither fixes a bug nor adds a feature
|
|
420
|
-
* `perf`: Performance improvements
|
|
421
|
-
* `test`: Adding or correcting tests
|
|
422
|
-
* `chore`: Changes to build process or auxiliary tools
|
|
423
|
-
* `ci`: Changes to CI configuration files and scripts
|
|
424
|
-
|
|
425
|
-
### Breaking Changes
|
|
426
|
-
|
|
427
|
-
Add `BREAKING CHANGE:` in the footer or append `!` after type/scope:
|
|
428
|
-
|
|
429
|
-
```txt
|
|
430
|
-
feat!: remove AWS profile auto-detection
|
|
431
|
-
|
|
432
|
-
BREAKING CHANGE: Users must now explicitly specify --profile flag
|
|
433
|
-
```
|
|
434
|
-
|
|
435
|
-
This triggers a MAJOR version bump.
|
|
436
|
-
|
|
437
|
-
### Examples
|
|
438
|
-
|
|
439
|
-
```bash
|
|
440
|
-
# Feature addition (0.7.0 -> 0.8.0)
|
|
441
|
-
git commit -m "feat(gha): add GitHub Action support"
|
|
442
|
-
|
|
443
|
-
# Bug fix (0.7.0 -> 0.7.1)
|
|
444
|
-
git commit -m "fix(cli): handle empty environment files"
|
|
445
|
-
|
|
446
|
-
# Breaking change (0.7.0 -> 1.0.0)
|
|
447
|
-
git commit -m "feat!: redesign CLI interface"
|
|
448
|
-
```
|
|
449
|
-
|
|
450
|
-
---
|
|
451
|
-
|
|
452
|
-
## Maintenance
|
|
453
|
-
|
|
454
|
-
This project follows [Conventional Commits](https://www.conventionalcommits.org/) for commit messages.
|
|
455
|
-
|
|
456
|
-
**To update this changelog**:
|
|
457
|
-
|
|
458
|
-
1. Edit this file following the format above
|
|
459
|
-
2. Add entries under `[Unreleased]` section
|
|
460
|
-
3. Run `pnpm version [patch|minor|major]` to create a new release
|
|
461
|
-
4. Move `[Unreleased]` entries to the new version section
|
|
462
|
-
|
|
463
|
-
**Alternative**: Use [GitHub Releases](https://github.com/macalbert/envilder/releases) to auto-generate release notes
|
|
464
|
-
from commit messages.
|
|
465
|
-
|
|
466
|
-
[0.7.6]: https://github.com/macalbert/envilder/compare/v0.7.5...v0.7.6
|
|
467
|
-
[0.7.5]: https://github.com/macalbert/envilder/compare/v0.7.4...v0.7.5
|
|
468
|
-
[0.7.4]: https://github.com/macalbert/envilder/compare/v0.7.3...v0.7.4
|
|
469
|
-
[0.7.3]: https://github.com/macalbert/envilder/compare/v0.7.2...v0.7.3
|
|
470
|
-
[0.7.2]: https://github.com/macalbert/envilder/compare/v0.7.1...v0.7.2
|
|
471
|
-
[0.7.1]: https://github.com/macalbert/envilder/compare/v0.6.6...v0.7.1
|
|
472
|
-
[0.6.6]: https://github.com/macalbert/envilder/compare/v0.6.5...v0.6.6
|
|
473
|
-
[0.6.5]: https://github.com/macalbert/envilder/compare/v0.6.4...v0.6.5
|
|
474
|
-
[0.6.4]: https://github.com/macalbert/envilder/compare/v0.6.3...v0.6.4
|
|
475
|
-
[0.6.3]: https://github.com/macalbert/envilder/compare/v0.6.1...v0.6.3
|
|
476
|
-
[0.6.1]: https://github.com/macalbert/envilder/compare/v0.5.6...v0.6.1
|
|
477
|
-
[0.5.6]: https://github.com/macalbert/envilder/compare/v0.5.5...v0.5.6
|
|
478
|
-
[0.5.5]: https://github.com/macalbert/envilder/compare/v0.5.4...v0.5.5
|
|
479
|
-
[0.5.4]: https://github.com/macalbert/envilder/compare/v0.5.3...v0.5.4
|
|
480
|
-
[0.5.3]: https://github.com/macalbert/envilder/compare/v0.5.2...v0.5.3
|
|
481
|
-
[0.5.2]: https://github.com/macalbert/envilder/compare/v0.5.1...v0.5.2
|
|
482
|
-
[0.5.1]: https://github.com/macalbert/envilder/compare/v0.3.0...v0.5.1
|
|
483
|
-
[0.3.0]: https://github.com/macalbert/envilder/compare/v0.2.3...v0.3.0
|
|
484
|
-
[0.2.3]: https://github.com/macalbert/envilder/compare/v0.2.1...v0.2.3
|
|
485
|
-
[0.2.1]: https://github.com/macalbert/envilder/compare/v0.1.4...v0.2.1
|
|
486
|
-
[0.1.4]: https://github.com/macalbert/envilder/releases/tag/v0.1.4
|
|
487
|
-
<!-- markdownlint-enable MD024 -->
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Cli.d.ts","sourceRoot":"","sources":["../../../../src/envilder/apps/cli/Cli.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,CAAC;AA0B1B,wBAAsB,IAAI,kBAqHzB"}
|
|
@@ -23,10 +23,10 @@ import { dirname, join } from 'node:path';
|
|
|
23
23
|
import { fileURLToPath } from 'node:url';
|
|
24
24
|
import { Command } from 'commander';
|
|
25
25
|
import pc from 'picocolors';
|
|
26
|
-
import { DispatchActionCommand } from '../../
|
|
27
|
-
import { PackageVersionReader } from '../../
|
|
28
|
-
import { readMapFileConfig } from '../../
|
|
29
|
-
import { TYPES } from '../../
|
|
26
|
+
import { DispatchActionCommand } from '../../core/application/dispatch/DispatchActionCommand.js';
|
|
27
|
+
import { PackageVersionReader } from '../../core/infrastructure/package/PackageVersionReader.js';
|
|
28
|
+
import { readMapFileConfig } from '../../core/infrastructure/variableStore/FileVariableStore.js';
|
|
29
|
+
import { TYPES } from '../../core/types.js';
|
|
30
30
|
import { Startup } from './Startup.js';
|
|
31
31
|
let serviceProvider;
|
|
32
32
|
function executeCommand(options) {
|
|
@@ -114,7 +114,7 @@ export function main() {
|
|
|
114
114
|
function readPackageVersion() {
|
|
115
115
|
const __filename = fileURLToPath(import.meta.url);
|
|
116
116
|
const __dirname = dirname(__filename);
|
|
117
|
-
const packageJsonPath = join(__dirname, '
|
|
117
|
+
const packageJsonPath = join(__dirname, '../../../../package.json');
|
|
118
118
|
return new PackageVersionReader().getVersion(packageJsonPath);
|
|
119
119
|
}
|
|
120
120
|
//# sourceMappingURL=Cli.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Cli.js","sourceRoot":"","sources":["../../../../src/envilder/apps/cli/Cli.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Index.d.ts","sourceRoot":"","sources":["../../../../src/envilder/apps/cli/Index.ts"],"names":[],"mappings":";AAEA;;;GAGG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Index.js","sourceRoot":"","sources":["../../../../src/envilder/apps/cli/Index.ts"],"names":[],"mappings":";AAEA;;;GAGG;AAEH,OAAO,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAEhC,IAAI,EAAE,CAAC,KAAK,CAAC,CAAC,KAAK,EAAE,EAAE;IACrB,OAAO,CAAC,KAAK,CAAC,2DAA2D,CAAC,CAAC;IAC3E,OAAO,CAAC,KAAK,CAAC,KAAK,YAAY,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC;IACtE,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AAClB,CAAC,CAAC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Container } from 'inversify';
|
|
2
|
-
import type { MapFileConfig } from '../../
|
|
2
|
+
import type { MapFileConfig } from '../../core/domain/MapFileConfig.js';
|
|
3
3
|
import { type InfrastructureOptions } from '../shared/ContainerConfiguration.js';
|
|
4
4
|
export declare class Startup {
|
|
5
5
|
private readonly container;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Startup.d.ts","sourceRoot":"","sources":["../../../../src/envilder/apps/cli/Startup.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AACtC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,EAGL,KAAK,qBAAqB,EAC3B,MAAM,qCAAqC,CAAC;AAE7C,qBAAa,OAAO;IAClB,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAY;;IAMtC,MAAM,CAAC,KAAK,IAAI,OAAO;IAIvB,iBAAiB,IAAI,IAAI;IAKzB,uBAAuB,CACrB,MAAM,CAAC,EAAE,aAAa,EACtB,OAAO,CAAC,EAAE,qBAAqB,GAC9B,IAAI;IAKP,MAAM,IAAI,SAAS;IAInB,kBAAkB,IAAI,SAAS;CAGhC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Startup.js","sourceRoot":"","sources":["../../../../src/envilder/apps/cli/Startup.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAEtC,OAAO,EACL,4BAA4B,EAC5B,+BAA+B,GAEhC,MAAM,qCAAqC,CAAC;AAE7C,MAAM,OAAO,OAAO;IAGlB;QACE,IAAI,CAAC,SAAS,GAAG,IAAI,SAAS,EAAE,CAAC;IACnC,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO,IAAI,OAAO,EAAE,CAAC;IACvB,CAAC;IAED,iBAAiB;QACf,4BAA4B,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC7C,OAAO,IAAI,CAAC;IACd,CAAC;IAED,uBAAuB,CACrB,MAAsB,EACtB,OAA+B;QAE/B,+BAA+B,CAAC,IAAI,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC;QACjE,OAAO,IAAI,CAAC;IACd,CAAC;IAED,MAAM;QACJ,OAAO,IAAI,CAAC,SAAS,CAAC;IACxB,CAAC;IAED,kBAAkB;QAChB,OAAO,IAAI,CAAC,SAAS,CAAC;IACxB,CAAC;CACF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Gha.d.ts","sourceRoot":"","sources":["../../../../src/envilder/apps/gha/Gha.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,CAAC;AAkD1B,wBAAsB,IAAI,kBA6CzB"}
|
|
@@ -8,10 +8,10 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
8
8
|
});
|
|
9
9
|
};
|
|
10
10
|
import 'reflect-metadata';
|
|
11
|
-
import { DispatchActionCommand } from '../../
|
|
12
|
-
import { ConsoleLogger } from '../../
|
|
13
|
-
import { readMapFileConfig } from '../../
|
|
14
|
-
import { TYPES } from '../../
|
|
11
|
+
import { DispatchActionCommand } from '../../core/application/dispatch/DispatchActionCommand.js';
|
|
12
|
+
import { ConsoleLogger } from '../../core/infrastructure/logger/ConsoleLogger.js';
|
|
13
|
+
import { readMapFileConfig } from '../../core/infrastructure/variableStore/FileVariableStore.js';
|
|
14
|
+
import { TYPES } from '../../core/types.js';
|
|
15
15
|
import { Startup } from './Startup.js';
|
|
16
16
|
/**
|
|
17
17
|
* Reads GitHub Actions inputs from environment variables.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Gha.js","sourceRoot":"","sources":["../../../../src/envilder/apps/gha/Gha.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Index.d.ts","sourceRoot":"","sources":["../../../../src/envilder/apps/gha/Index.ts"],"names":[],"mappings":";AAEA;;;GAGG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Index.js","sourceRoot":"","sources":["../../../../src/envilder/apps/gha/Index.ts"],"names":[],"mappings":";AAEA;;;GAGG;AAEH,OAAO,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAEhC,IAAI,EAAE,CAAC,KAAK,CAAC,CAAC,KAAK,EAAE,EAAE;IACrB,OAAO,CAAC,KAAK,CAAC,2DAA2D,CAAC,CAAC;IAC3E,OAAO,CAAC,KAAK,CAAC,KAAK,YAAY,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC;IACtE,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AAClB,CAAC,CAAC,CAAC"}
|