Updated Migration from Devine (markdown)

Sp5rky
2025-07-20 00:04:13 -06:00
parent cd131a81da
commit 0fa719ff44

@@ -9,8 +9,6 @@ find unshackle/services/ -type f -name "*.py" -exec sed -i 's/from devine/from u
This command will recursively search for Python files in services and replace all instances of `from devine` with `from unshackle`. This command will recursively search for Python files in services and replace all instances of `from devine` with `from unshackle`.
Heres a suggested markdown snippet for your migration wiki:
### Configuration Files ### Configuration Files
Your `devine.yaml` will function the same—just place its contents into `unshackle.yaml`. All service, credential, and CDM mappings will be recognized by Unshackle without modification. No need to rename keys or restructure; simply copy the configuration over. Your `devine.yaml` will function the same—just place its contents into `unshackle.yaml`. All service, credential, and CDM mappings will be recognized by Unshackle without modification. No need to rename keys or restructure; simply copy the configuration over.