From 0fa719ff44e2757b73fbf2729be3d1e44d07433a Mon Sep 17 00:00:00 2001 From: Sp5rky Date: Sun, 20 Jul 2025 00:04:13 -0600 Subject: [PATCH] Updated Migration from Devine (markdown) --- Migration-from-Devine.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Migration-from-Devine.md b/Migration-from-Devine.md index 1be0209..38aa6df 100644 --- a/Migration-from-Devine.md +++ b/Migration-from-Devine.md @@ -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`. -Here’s a suggested markdown snippet for your migration wiki: - ### 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.