{"id":35747751,"url":"https://github.com/salesforcecli/plugin-omnistudio-migration-tool","last_synced_at":"2026-01-29T20:01:05.732Z","repository":{"id":210101864,"uuid":"490382206","full_name":"salesforcecli/plugin-omnistudio-migration-tool","owner":"salesforcecli","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-16T06:31:15.000Z","size":4071,"stargazers_count":2,"open_issues_count":17,"forks_count":11,"subscribers_count":6,"default_branch":"main","last_synced_at":"2026-01-17T11:55:27.036Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/salesforcecli.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-05-09T17:31:25.000Z","updated_at":"2025-11-07T14:57:07.000Z","dependencies_parsed_at":"2023-11-30T20:28:59.697Z","dependency_job_id":"9839a125-3a6d-4263-9d88-34d4a9b1a2b9","html_url":"https://github.com/salesforcecli/plugin-omnistudio-migration-tool","commit_stats":null,"previous_names":["salesforcecli/plugin-omnistudio-migration-tool"],"tags_count":204,"template":false,"template_full_name":"salesforcecli/plugin-template","purl":"pkg:github/salesforcecli/plugin-omnistudio-migration-tool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salesforcecli%2Fplugin-omnistudio-migration-tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salesforcecli%2Fplugin-omnistudio-migration-tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salesforcecli%2Fplugin-omnistudio-migration-tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salesforcecli%2Fplugin-omnistudio-migration-tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/salesforcecli","download_url":"https://codeload.github.com/salesforcecli/plugin-omnistudio-migration-tool/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salesforcecli%2Fplugin-omnistudio-migration-tool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28883961,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T19:55:09.949Z","status":"ssl_error","status_checked_at":"2026-01-29T19:55:08.490Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-06T18:21:53.259Z","updated_at":"2026-01-29T20:01:05.727Z","avatar_url":"https://github.com/salesforcecli.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OmniStudio Migration Tool\n\n## 🚀 Before You Begin\n\n⚠️ IMPORTANT: Before installing and using the Omnistudio Migration Tool, contact Salesforce support.\n\nFollow the steps in [Migration Process from Omnistudio for Managed Packages to Omnistudio](https://help.salesforce.com/s/articleView?id=xcloud.os_migrate_omnistudio_custom_objects_to_standard_objects.htm\u0026language=en_US\u0026type=5)\n\n## Running SFDX plugin\n\n1. Install SFDX cli using the official documentation located [here](https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_setup_install_cli.htm).\n2. Authenticate your SFDX cli into the org you are going to use for development. You can follow authentication steps [here](https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/cli_reference_auth_web.htm).\n3. In a new terminal session, install the plugin using the following command\n\n```\nsfdx plugins:install @salesforce/plugin-omnistudio-migration-tool\n```\n\n4. To run the migration tool, run the following command from your command line tool:\n\n```\n// To migrate everything\nsfdx omnistudio:migration:migrate -u YOUR_ORG_USERNAME@DOMAIN.COM --namespace=VLOCITY_PACKAGE_NAMESPACE\n\n//to migrate specific components: FlexCards, DataRaptors, Integration Procedures, or OmniScripts, add the following parameters:\n--only=dr\n--only=ip\n--only=os\n--only=fc\n\n//to migrate all versions of the components and not just the active ones:\n--allversions\n```\n\n5. An HTML page will be open in your default browser with the results of your migration job.\n\n### Usage \u0026 parameters\n\n```\nUSAGE\n  $ sfdx omnistudio:migration:migrate [-n \u003cstring\u003e] [-f] [-v \u003cstring\u003e] [-u \u003cstring\u003e] [--apiversion \u003cstring\u003e] [--json] [--loglevel\n  trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]\n\nOPTIONS\n  -n, --namespace=namespace                                                         the namespace of the vertical package\n\n  -u, --targetusername=targetusername                                               username or alias for the target\n                                                                                    org; overrides default target org\n\n  -v, --targetdevhubusername=targetdevhubusername                                   username or alias for the dev hub\n                                                                                    org; overrides default dev hub org\n\n  --apiversion=apiversion                                                           override the api version used for\n                                                                                    api requests made by this command\n\n  --json                                                                            format output as json\n\n  --loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)  [default: warn] logging level for\n                                                                                    this command invocation\n\n  -a, --allversions                                                                 migrate all versions and not\n                                                                                    and not just the active ones.\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalesforcecli%2Fplugin-omnistudio-migration-tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsalesforcecli%2Fplugin-omnistudio-migration-tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalesforcecli%2Fplugin-omnistudio-migration-tool/lists"}