mirror of
https://github.com/unshackle-dl/unshackle.git
synced 2026-05-17 06:09:29 +00:00
Updated Migration from Devine (markdown)
@@ -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:
|
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
|
```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:
|
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.
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user