文件名称:reflex-cli:用于运行Reflex Engine的CLI工具
文件大小:1.24MB
文件格式:ZIP
更新时间:2024-04-15 23:55:46
Python
反射cli 快速生成可配置的基础架构,作为部署代码方法。 构建基础结构代码后,只需通过terraform部署基础结构即可。 完整的反射文档(包括CLI用法)可以在我们的上找到。 反射 Reflex通过事件驱动的自动化在云环境中实施安全最佳实践。 通过访问开始使用。 安装 pip install reflex-cli 基本用法 生成配置文件: reflex init 构建terraform输出文件: reflex build 部署这些文件: terraform init && terraform apply 晚上睡得更好! 演示版
【文件预览】:
reflex-cli-master
----MANIFEST.in(41B)
----.github()
--------.releaserc.json(172B)
--------renovate.json(74B)
--------workflows()
----.pylintrc(17KB)
----requirements-dev.txt(353B)
----requirements.txt(316B)
----.isort.cfg(51B)
----LICENSE(16KB)
----test()
--------test_template_utils.py(756B)
--------test_terraform_skeleton.py(1KB)
--------test_rule.py(374B)
--------test_measure_discoverer.py(527B)
--------test_region_template_generator.py(3KB)
--------test_template_generator.py(2KB)
--------__init__.py(0B)
--------test_reflex_github.py(1KB)
--------test_package_generator.py(859B)
--------test_user_input.py(4KB)
--------test_config_version_updater.py(3KB)
--------test_repo_foundation_skeleton.py(1KB)
--------test_cli_environment.py(462B)
--------test_reflex_initializer.py(3KB)
--------test_rule_template_generator.py(2KB)
--------test_config_parser.py(955B)
--------resources()
--------test_reflex_cli.py(1KB)
----setup.py(448B)
----README.md(1KB)
----Makefile(927B)
----.pre-commit-config.yaml(702B)
----docs()
--------_templates()
--------make.bat(794B)
--------conf.py(2KB)
--------requirements.txt(676B)
--------index.rst(240B)
--------Makefile(633B)
--------cli.rst(81B)
--------reflex-config-file.rst(978B)
--------_static()
----.gitignore(2KB)
----reflex_cli()
--------repo_foundation_skeleton.py(5KB)
--------rule_discoverer.py(2KB)
--------config_version_updater.py(5KB)
--------create_template_utils.py(884B)
--------commands()
--------package_generator.py(5KB)
--------config_parser.py(3KB)
--------__init__.py(0B)
--------user_input.py(5KB)
--------region_template_generator.py(5KB)
--------rule.py(2KB)
--------cli_environment.py(266B)
--------cli.py(1KB)
--------reflex_cli.py(1KB)
--------template_generator.py(5KB)
--------terraform_skeleton.py(5KB)
--------child_template_generator.py(5KB)
--------templates()
--------reflex_github.py(3KB)
--------reflex_initializer.py(5KB)
----.pre-commit(6KB)
----.coveragerc(83B)