You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, running watchmaker will immediately start executing. A safer default would be just to print the help. The current functionality could be implemented behind a sub-command, instead, e.g. watchmaker run. This would be introduced without changing the current behavior, just implementing the sub-command(s) and printing a deprecation warning when invoked without a sub-command.
Some sub-command ideas...
init - Copy config file to /etc/watchmaker.yaml or /etc/watchmaker/config.yaml
install - Invoke an install method from workers in the config, intended to install the config mgmt pkgs
run - Invoke the run method from workers, intended to run the config mgmt tool
clean - Invoke the clean method from workers, intended to remove config mgmt pkgs (not any hardening applied by the tool)
worker - Run a specific worker from the config
The text was updated successfully, but these errors were encountered:
Right now, running
watchmaker
will immediately start executing. A safer default would be just to print the help. The current functionality could be implemented behind a sub-command, instead, e.g.watchmaker run
. This would be introduced without changing the current behavior, just implementing the sub-command(s) and printing a deprecation warning when invoked without a sub-command.Some sub-command ideas...
init
- Copy config file to /etc/watchmaker.yaml or /etc/watchmaker/config.yamlinstall
- Invoke aninstall
method from workers in the config, intended to install the config mgmt pkgsrun
- Invoke therun
method from workers, intended to run the config mgmt toolclean
- Invoke theclean
method from workers, intended to remove config mgmt pkgs (not any hardening applied by the tool)worker
- Run a specific worker from the configThe text was updated successfully, but these errors were encountered: