Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scopen-coop/scopen-frappe-diff
https://github.com/scopen-coop/scopen-frappe-diff
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/scopen-coop/scopen-frappe-diff
- Owner: scopen-coop
- License: gpl-3.0
- Created: 2024-09-30T08:39:50.000Z (3 months ago)
- Default Branch: develop
- Last Pushed: 2024-10-18T16:41:08.000Z (2 months ago)
- Last Synced: 2024-10-19T11:35:33.654Z (2 months ago)
- Language: Python
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
- awesome-frappe - Frappe Diff Custom - Easy way to compare Custom Fields and Property Setters between the git version of an App (Uncategorized / Uncategorized)
README
## Scopen Frappe Diff
INSTALL
bench get-app bench get-app https://github.com/scopen-coop/scopen-frappe-diff.git
USAGE
bench frappe-diff-custom [app-name] [OPTIONS]
OPTIONS
--source-branch [arg]
Source branch name, default : current branch
--source-commit [arg]
Source commit name, default : local files
--target-branch [arg]
Target branch name, default : current branch
--target-commit [arg]
Target commit name, default HEAD~1DESCRIPTION
This commands helps you compare two versions of custom_field.json and property_setter.json.
When launched, diff.html is generated in the fixtures folder of the app used on.
With no options, it compares the last version commited and the local files.#### License
gpl-3.0