
pyinfra
List of commands for pyinfra:
-
pyinfra:tldr:1d34b pyinfra: Execute commands on locally.$ pyinfra @local ${path-to-deploy-py}try on your machineexplain this command
-
pyinfra:tldr:4456e pyinfra: Execute commands over Docker.$ pyinfra @docker/${container} ${path-to-deploy-py}try on your machineexplain this command
-
pyinfra:tldr:68b60 pyinfra: Execute contents of a deploy file on a list of targets.$ pyinfra ${path-to-target_list-py} ${path-to-deploy-py}try on your machineexplain this command