Nick Mills-Barrett
Nick Mills-Barrett
I like this idea, not quite sure on a good CLI that wouldn't clash with existing commands/etc, but I'm keen to implement this or similar!
Historically I have achieved this kind of thing using `config.py` as @benridley suggested - specifically for things like building frontend bundles with webpack before uploading. It should also be possible...
Hi @jankatins! This sounds incredibly frustrating! It is possible to provide a pty for operations (global argument `get_pty=True`) - however this is per-command so I don't believe it will fix...
Shifting this to a documentation issue now sudo has a fix for this, need to make sure this is well highlighted alongside sudo documentation.
YES this is 100% needed!
I think this is correct - by default the `files.[link|directory|file]` operations will raise these errors if the path exists and doesn't match the desired type. The `force=True` argument can be...
I'm keen to add support for these; perhaps as two separate modules, plus a server operation, ie: + `docker.container` (+`docker.network`, etc) + `podman.container` (+anything relevant) + `server.container` that works like...
Apologies for the big delay here - definitely want to implement the suggested ideas. Regarding project - although the line is not exact, I'd like to keep pyinfra itself limited...
Nice spot @taranlu-houzz, little bug in checking the command when using `cron_name`, fixed in https://github.com/Fizzadar/pyinfra/commit/228460d004175ebd539bba641d27773eb955bc40 for release in `1.3.7` shortly!
It did! Will reopen this to investigate :grimacing: