项目-zer0 / pz-aws
A pz 模块用于 AWS - 官方亚马逊 AWS 命令行界面
0.1.1
2021-02-03 06:36 UTC
Requires
- php: ^8.0
- project-zer0/pz: ^0
Requires (Dev)
README
A pz 模块用于 AWS - 官方亚马逊 AWS 命令行界面
安装
通过 composer
$ composer require --dev project-zer0/pz-aws
配置
此模块为 .pz.yaml
文件提供以下配置块
project-zer0: aws: image: amazon/aws-cli # Docker image name to use for aws command config_dir: $PZ_PWD/.pz/.aws # A path where to keep AWS config
命令
此模块在 pz
工具中提供以下命令
$ pz aws:cli [aws] The AWS Command Line Interface is a unified tool to manage your AWS services. $ pz aws:login Configure AWS and login into Docker AWS ECR Registry
测试
运行测试用例
$ composer test
运行测试用例(HTML 格式,带覆盖率)
$ composer test-coverage
运行 PHP 风格检查器
$ composer cs-check
运行 PHP 风格修复器
$ composer cs-fix
运行所有持续集成测试
$ composer ci-run
贡献
请参阅 CONTRIBUTING 和 CONDUCT 以获取详细信息。
许可证
有关更多信息,请参阅 许可证文件。