Registry / devops / parse-migration-tool

parse-migration-tool

JSON →
library0.2.3jsnpmunverified

Parse Migration Tool is a CLI utility for migrating data from Parse.com to alternative push notification platforms like Growth Push. Version 0.2.3 is the latest stable release. It retrieves installation objects and converts them into CSV files for import. Key differentiators: simple credential-based authentication, targeted migration to Growth Push (to CSV), and CLI-focused workflow. Alternatives include direct REST API or manual exports.

npm install parse-migration-tool
INSTALL
IMPORT
SIG · PARSE-MIGRATION-TO
P
parse-migration-tool
devopsjavascriptv0.2.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

parse-migration-tool
npm install -g parse-migration-tool
npm install parse-migration-tool (missing -g)
Global install required for CLI usage.
CLI commands
parse migrate -s growthpush credential.json
parse migrate credential.json
Requires -s flag to specify service.
Configuration file
Create credencial.json with parse.applicationId and parse.masterKey
Create credential.json (missing 'e')
Filename must be 'credencial.json' (typo).

Install globally, create credential file, run migration to Growth Push, output CSV files.

npm install -g parse-migration-tool # Create credencial.json: echo '{"parse":{"applicationId":"YOUR_APP_ID","masterKey":"YOUR_MASTER_KEY"}}' > credencial.json parse migrate -s growthpush credencial.json ls ios.csv android.csv
Debug
Known issues
gotchaFilename must be 'credencial.json' (typo), not 'credential.json'.
fix
Rename file to credencial.json.
affects: >=0.0.0
breakingOnly supports migration to Growth Push via CSV; other destinations require file modifications.
fix
Fork or request new service support.
affects: >=0.0.0
deprecatedParse.com service is deprecated; this tool's usefulness may end.
fix
Consider migrating to alternatives like MongoDB directly.
affects: >=0.0.0
Errors
Common errors & fixes
Error: Cannot find module 'parse-migration-tool'
Package not installed globally.
fix
Run npm install -g parse-migration-tool.
Error: ENOENT: no such file or directory, open 'credential.json'
Filename is 'credencial.json' (missing 'e').
fix
Rename file to credencial.json.
Upgrade
Version history
0.2.3latest on npm
Audit
Dependencies
commanderrequiredCLI command parsing
Agent activity
7 hits · last 30 days
node
6
Resources
parse-migration-tool — npm install parse-migration-tool · libregistry