在aws-cli / 1.10.56上找不到aws cloudformation package命令

时间:2017-03-06 00:01:24

标签: amazon-web-services amazon-cloudformation aws-cli


我是一名AWS noob,负责调查无服务器部署。

我正在关注以下示例: http://docs.aws.amazon.com/lambda/latest/dg/serverless-deploy-wt.html 以及 http://docs.aws.amazon.com/cli/latest/reference/cloudformation/package.html 并且正在经历上述情况。似乎“ aws cloudformation ”根本没有“ package ”命令。

这是我的“aws cloudformation package”命令的输出:

usage: aws [options] <command> <subcommand> [<subcommand> ...]
[parameters] To see help text, you can run:

aws help   aws <command> help   aws <command> <subcommand> help aws:
error: argument operation: Invalid choice, valid choices are:

cancel-update-stack |
continue-update-rollback |
create-change-set | 
create-stack |
delete-change-set | 
delete-stack |
describe-account-limits | 
describe-change-set |
describe-stack-events | 
describe-stack-resource |
describe-stack-resources | 
describe-stacks |
estimate-template-cost | 
execute-change-set |
get-stack-policy | 
get-template |
get-template-summary | 
list-change-sets |
list-stack-resources | 
list-stacks |
set-stack-policy | 
signal-resource |
update-stack | 
validate-template |
wait | 
help

任何建议都非常感谢!提前谢谢!

1 个答案:

答案 0 :(得分:3)

AWS CLI 1.11.19中添加了

aws cloudformation package。有关详细信息,请参阅1.11.19 changelog

只需从1.10.56更新并再试一次,因为您当前使用的旧版本将没有新命令。

暂且不说:AWS CLI Changelog似乎比官方release notes页面更新;我不确定这是不一致还是他们刚刚停止支持他们。