
Security News
Researcher Exposes Zero-Day Clickjacking Vulnerabilities in Major Password Managers
Hacker Demonstrates How Easy It Is To Steal Data From Popular Password Managers
template_configurator
Advanced tools
Template Configurator is a utility to write configuration files from ERB templates. When the file's content changes, it can then call an init script to intelligently reload the configuration. Through out the entire process exclusive file locks are used on the output file and json file to help ensure they are unmanipulated during the transformation process.
Add this line to your application's Gemfile:
gem 'template_configurator'
And then execute:
$ bundle
Or install it yourself as:
$ gem install template_configurator
Usage: bin/template_configurator
--service:command EXECUTABLE action to execute to command service (default: /sbin/service)
--service:name INITRC initrc used to control service (default: )
--service:status ACTION action to execute to get status of service (default: status)
--service:reload ACTION action to execute to reload service (default: reload)
--service:restart ACTION action to execute to restart service (default: restart)
--service:start ACTION action to execute to start service (default: start)
--service:stop ACTION action to execute to stop service (default: stop)
--service:retries NUMBER number of attempts to reload service (default: 5)
--service:retry-delay SECS seconds to sleep between retries (default: 2)
--template:input-file FILE Where to read ERB template
--template:output-file FILE Where to write the output of the template
--template:json-file FILE Base port to initialize haproxy listening for mysql clusters
--log:level LEVEL Logging level
--log:file FILE Write logs to FILE (default: STDERR)
--log:age DAYS Rotate logs after DAYS pass (default: 7)
--log:size SIZE Rotate logs after the grow past SIZE bytes
--dry-run Dry run (do not commit changes to disk)
-V, --version Display version information
-h, --help Display this screen
Generate a new configuration file in /tmp/test.cfg using /tmp/test.cfg.erb using JSON data from /tmp/test.js. Reload "test" service when configuration changes.
template_configurator --template:input-file "/tmp/test.cfg.erb" --template:output-file "/tmp/test.cfg" --template:json-file "/tmp/test.js" --service:name "test"
git checkout -b my-new-feature
)git commit -am 'Added some feature'
)git push origin my-new-feature
)FAQs
Unknown package
We found that template_configurator demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Hacker Demonstrates How Easy It Is To Steal Data From Popular Password Managers
Security News
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.