fabric — Easy Playground
Remote command execution and deployment over SSH
Getting started with fabricRun locally
Install
pip install fabricPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: fabric)
fabric is a third-party package. Remote command execution and deployment over SSH. Install with: pip install fabric
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?