Registry / devops / revisium

revisium

JSON →
library2.4.0jsnpmunverified

Revisium CLI (v2.4.0) is a command-line tool for managing Revisium instances, enabling migration management, schema export, and data export. It is distributed as an npm package and is used via npx or global install. The tool supports ESM and CJS environments and requires Node.js 18+. Key differentiators include first-class TypeScript support and a focus on schema versioning.

npm install revisium
INSTALL
IMPORT
SIG · REVISIUM
R
revisium
devopsjavascriptv2.4.0
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.

revisium (CLI)
npx revisium migrate run
npm revisium migrate run
Use npx to avoid global install. Or install globally: npm i -g revisium
migrate (command)
npx revisium migrate run
npx revisium migration-run
Subcommand is 'migrate', not 'migration'.
schema (command)
npx revisium schema export --format json
npx revisium schema --export json
Use 'export' subcommand with --format flag.

Runs pending migrations on a Revisium instance using environment variables for authentication.

npx revisium migrate run --url $REVISIUM_URL --api-key $REVISIUM_API_KEY
Debug
Known issues
breakingv2.0.0 dropped support for Node 14 and 16
fix
Upgrade to Node 18+
affects: >=2.0.0
deprecatedThe '--endpoint' flag is deprecated in favor of '--url' since v2.2.0
fix
Use --url instead
affects: >=2.2.0
gotchaAPI key must be passed via environment variable or --api-key flag; stdin not supported
fix
Use REVISIUM_API_KEY env var or --api-key option
affects: *
Errors
Common errors & fixes
Error: Cannot find module 'revisium'
Running without npx or global install
fix
Use npx revisium or install globally: npm i -g revisium
Error: Missing required argument: url
--url flag omitted or misspelled
fix
Provide --url flag with valid Revisium instance URL
Upgrade
Version history
2.4.0latest on npm
Audit
Dependencies
noderequiredRequires Node.js 18+ for runtime
Agent activity
6 hits · last 30 days
node
6
Resources
revisium — npm install revisium · libregistry