Fabric
fabric 3.2.2
Pythonic remote execution
https://www.fabfile.org/BSD 2-clause "Simplified" License
main program: fabprograms: fab
Platforms (32)
m68k-linuxx86_64-freebsdmips64el-linuxriscv32-linuxi686-freebsdarmv6l-linuxx86_64-linuxmicroblazeel-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ Fabric ];
Ad-hoc shell
nix-shell -p Fabric
Flake (nix run)
nix run nixpkgs#Fabric