Migrating Existing Apps

Migrating Existing Apps

You can convert an existing extension into an app format using the SOAR SDK. In extension’s directory, run the following command to generate the Dockerfile, apikey_permissions.txt and entrypoint.sh files.

resilient-sdk codegen --reload -p app_name

Perform the procedure in the App Developer’s Guide to edit the files, including updating Dockerfile and permissions, and packaging the app.

You can find additional information in Github, or click here to see a webinar.