
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
ssm-env-tools
Advanced tools
Simplify your CICD pipeline and enhance development ease with these tools designed for managing AWS Systems Manager (SSM) Environment Variables. Effortlessly sync your local environment configurations with AWS SSM, making deployment and development a bree
SSM-Env-Tools is a Node.js command-line utility designed to streamline the management of AWS Systems Manager (SSM) parameters, specifically catering to the conventions /{env}/{service}/{env_name}. This tool simplifies the import and export of environment variables between your local development environment and AWS SSM.
Ensure you have Node.js installed on your machine. Then, install the utility using npm:
npm install -g ssm-env-tools
or you can use npx
Use the pull command to retrieve environment variables from AWS SSM and save them to a local .env file.
npx ssm-env-tools pull --env=<environment> \
--service=<service> \
--path=<local-path-with-filename> \
[--dry-run] [--skip-prompt] [--region=<region>]
<environment>: Environment name.<service>: Service name.<local-path-with-filename>: Local path, including the file name, where the .env file will be saved.--dry-run: Display the environment variables that will be saved to the .env file without actually saving them.--skip-prompt: Skip the prompt to confirm the saving of the environment variables to the .env file.--region: AWS region where the SSM parameters are stored. If not provided, the default profile region will be used.Use the push command to update AWS SSM with environment variables from a local .env file.
npx ssm-env-tools push --path=<local-path-with-filename> \
--env=<environment> \
--service=<service> \
[--dry-run] [--skip-prompt] [--region=<region>]
<local-path-with-filename>: Local path, including the file name, to the .env file.<environment>: Environment name.<service>: Service name.--dry-run: Display the environment variables that will be saved to AWS SSM without actually saving them.--skip-prompt: Skip the prompt to confirm the saving of the environment variables to AWS SSM.--region: AWS region where the SSM parameters are stored. If not provided, the default profile region will be used.npx ssm-env-tools pull --env='stage' --service='website' --path='.env'
npx ssm-env-tools push --path='.env' --env='stage' --service='website'
--version: Display the version number.-h, --help: Display help information.This project is licensed under the MIT License - see the LICENSE.md file for details.
FAQs
Simplify your CICD pipeline and enhance development ease with these tools designed for managing AWS Systems Manager (SSM) Environment Variables. Effortlessly sync your local environment configurations with AWS SSM, making deployment and development a bree
We found that ssm-env-tools demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.