travelport-czech/compile_conf
最新稳定版本:1.0.11
Composer 安装命令:
composer require travelport-czech/compile_conf
包简介
Simple builder configuration files from environment, encrypted values or user input
README 文档
README
Simple builder configuration files from environment, encrypted values or user input
Complete syntax is:
compile_conf [{-k|--aes-key} aes_key_file] [{-K|--rsa-key} rsa_key_file] [{-d|--diff} diff_file] [{-D|--def} comment key value] {support|production|testing|internal|devel} sample_file config_file
but typical usage is very easier:
compile_conf production config.sample config.cfg
where
- production defines environment where be config.cfg used
- config.sample is source of configuration - contain definitions for all enviromnents
- config.cfg is output file
Tool is available by composer:
composer require travelport-czech/compile_conf '*'
Depends on package PyCrypto(deprecated) or PyCryptodome(recommended)
统计信息
- 总下载量: 394.29k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-03-29