Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aws-ssm-cli

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-ssm-cli

A cli tool to help manage ssm variables across multiple aws accounts

  • 1.0.2
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

aws-ssm-cli

A cli tool to help manage ssm variables across multiple aws accounts

install

npm install aws-ssm-cli -g

usage

ssm export [options] [file]

Export ssm variables into a line separated JSON file.

  Usage: export [options] <file>

  Options:

    -r, --region <region>    Set the region
    -p, --profile <profile>  Which AWS profile to use
    -n, --prefix <prefix>    Export only keys matching prefix
    -h, --help               output usage information
ssm import [options] [file]

Import ssm variables stored as line separated JSON file.

  Usage: import [options] <file>

  Options:

    -r, --region <region>        Set the region
    -p, --profile <profile>      Which AWS profile to use
    -k, --encryptionKeyId <key>  A key to sign secure string parameters
    -h, --help                   output usage information

Keywords

FAQs

Package last updated on 01 Jun 2018

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc