From 0cd5823fd6ddf9ad00e3ba424f80375d2a389a5e Mon Sep 17 00:00:00 2001 From: Sp5rky Date: Fri, 18 Jul 2025 16:04:49 -0600 Subject: [PATCH] Updated Migration from Devine (markdown) --- Migration-from-Devine.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Migration-from-Devine.md b/Migration-from-Devine.md index f6184cb..1be0209 100644 --- a/Migration-from-Devine.md +++ b/Migration-from-Devine.md @@ -1,3 +1,5 @@ +### Services + To migrate from Devine to Unshackle in your service modules, you can use the following one-liner to update all occurrences of "from devine" to "from unshackle" in files inside the services directory: ```bash @@ -9,6 +11,6 @@ This command will recursively search for Python files in services and replace al Here’s a suggested markdown snippet for your migration wiki: -### Migrating Configuration +### 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.