https://github.com/cknoll/sarce
state aware remote command executor (on top of fabric)
https://github.com/cknoll/sarce
Last synced: 4 months ago
JSON representation
state aware remote command executor (on top of fabric)
- Host: GitHub
- URL: https://github.com/cknoll/sarce
- Owner: cknoll
- Created: 2020-02-23T14:15:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-23T21:05:20.000Z (over 5 years ago)
- Last Synced: 2025-01-19T17:15:57.859Z (6 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SARCE - State Aware Remote Command Execution
## Overview
This package provides a thin layer on top of fabric to execute commands with a state like
- current working directory
- activated virtual environment## Motivation
The package is mainly intended to facilitate deployment tasks (eg. for django apps) by running a simple python script.
Compared to configuration management tools like Ansible this approach is far less powerful and scalable.
However, it might be easier to understand for developers and thus lowering the hurdle to deploy applications by them selves.