instantly-upgrade-migration
Installation
SKILL.md
Instantly Upgrade & Migration
Overview
Guide for upgrading Instantly SDK versions and handling breaking changes.
Prerequisites
- Current Instantly SDK installed
- Git for version control
- Test suite available
- Staging environment
Instructions
Step 1: Check Current Version
set -euo pipefail
npm list @instantly/sdk
npm view @instantly/sdk version
Related skills