djcrabhat / aws-ssm-commander

A utility for dealing with values in AWS SSM Parameter Store
MIT License
7 stars 6 forks source link

fix documentation to use ssm-commander instead of aws-ssm-commander #1

Closed MAliNaqvi closed 5 years ago

MAliNaqvi commented 5 years ago

README says to use aws-ssm-commander, instead it should be ssm-commander

$ pipsi install aws-ssm-commander

$ aws-ssm-commander
-bash: aws-ssm-commander: command not found

$ ssm-commander
Usage: ssm-commander [OPTIONS] COMMAND [ARGS]...

Options:
  --debug
  --help   Show this message and exit.

Alternatively modifying this line to aws-ssm-commander: https://github.com/djcrabhat/aws-ssm-commander/blob/master/setup.py#L23

djcrabhat commented 5 years ago

@MAliNaqvi thanks so much for filing this! You'll have to pip install --upgrade aws-ssm-commander to get this fix, as I bumped to version 0.0.2, but appreciate you pointing out this inconsistency a bunch!

djcrabhat commented 5 years ago

I've uploaded new version to https://pypi.org/project/aws-ssm-commander/ . I'll close out this issue once you confirm this upgrade works for you.

MAliNaqvi commented 5 years ago

Upgrade works! Can be closed.