Skip to content

Dagon-/ps-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

The parameter store client is a cli tool which will

  • Retrieve a list of AWS SSM parameter values in the target account.
  • Search for parameter names.
  • Retrieve parameter values.
  • Copy values to the clipboard.

Passing credentials

ps-client uses AWS credentials.

A profile can be passed with the --profile switch and the region set with --region

If no profile is passed it will attempt to automatically detect credentials in the following order of precedence.

  • Environment variables

  • Shared credential file (~/.aws/credentials)

  • AWS config file (~/.aws/config)

  • Assume Role provider

Usage

psclient

psclient --profile

psclient --region eu-west-1

psclient --profile test --region eu-west-1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages