envilder 0.6.2 → 0.6.3
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 +0 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -138,8 +138,6 @@ Watch how easy it is to automate your .env management in less than 1 minute:
|
|
|
138
138
|
After configuring the AWS CLI and ensuring you have the necessary permissions to create SSM parameters,
|
|
139
139
|
you can begin pushing your first environment variables.
|
|
140
140
|
|
|
141
|
-
Let me know if you want it split into two lines to resolve the markdown lint warning.
|
|
142
|
-
|
|
143
141
|
1. **Create a mapping file:**
|
|
144
142
|
|
|
145
143
|
```json
|