Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cknoll/sarce
state aware remote command executor (on top of fabric)
https://github.com/cknoll/sarce
Last synced: about 20 hours 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 4 years ago)
- Default Branch: master
- Last Pushed: 2020-02-23T21:05:20.000Z (over 4 years ago)
- Last Synced: 2024-10-13T11:31:05.979Z (about 1 month 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.