iann0036 / AWSConsoleRecorder

Records actions made in the AWS Management Console and outputs the equivalent CLI/SDK commands and CloudFormation/Terraform templates.
MIT License
1.42k stars 87 forks source link

CodeDeploy is using the wrong aws cli command codedeploy instead of deploy #26

Closed jverhoeks closed 5 years ago

jverhoeks commented 5 years ago

Describe the bug CodeDeploy is using the wrong aws cli command codedeploy instead of deploy

Related Mapping CodeDeploy

Related Language AWS CLI https://docs.aws.amazon.com/cli/latest/reference/deploy/index.html

To Reproduce Steps to reproduce the behavior:

  1. To the aws codedeploy and list deployments
  2. In AWS Cli recording tab: aws codedeploy list-deployments --region eu-west-1

Expected behavior aws deploy list-deployments --region eu-west-1

iann0036 commented 5 years ago

Hi Jacob,

Thank you very much for your report. I'll have that fixed in the next release, 0.3.10.