Script Deployment from RadishKit and CLI

Deploy scripts with code compare, backup and rollback. See exactly what's changing before deployment and restore previous versions with one click.

No more copy and pasting script code into Accela Classic! Deploy scripts directly from RadishKit with powerful code comparison, automatic backups, and one-click rollback capabilities.

Features

Code Compare

See exactly what's changing before deployment with side-by-side diff views. Review changes carefully and catch potential issues before they reach production.

Automatic Backups

Every deployment creates an automatic backup of the previous version. Your script history is preserved and easily accessible.

One-Click Rollback

Restore previous versions instantly if something goes wrong. No manual recovery process needed.

CLI Deployment Commands

Deploy scripts directly from the command line:

# Deploy a single script
accli deploy script Scripts/MyScript.js

# Deploy with custom name
accli deploy script Scripts/MyScript.js --name "PERMIT_VALIDATION_SCRIPT"

# Deploy multiple scripts in sequence
for script in Scripts/Solution/*.js; do
  accli deploy script "$script" --yes
done

VS Code/Cursor Extension

Right-click any JavaScript file in VS Code or Cursor and select "Deploy Script" from the context menu for instant deployment. Deploy with a single click without leaving your editor.

Benefits

  • Faster Deployments: No more manual copy-paste into Accela Classic
  • Safer Releases: Review changes and create automatic backups
  • Easy Recovery: Roll back to previous versions instantly
  • Automation Ready: Integrate deployments into CI/CD pipelines

Transform your deployment workflow from manual and error-prone to fast, safe, and automated.