Skip to content

sjurgis/get-changeset-bookmarklet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

get-changeset-bookmarklet

This bookmarklet is an alternative to Workbench method of retrieving package.xml and components. It can be used with ANT migration toolkit, as a way to backup or distribute your application.

Usage

If you are have outbound changeset open, it will download the corresponding .zip file. If you have ANY inbound changeset open, it will request package.xml file (you can find it in .zip file from previous step) and download a new .zip file with current metadata (great for backing up code).

Go to my Github page to install it.

Requirements

User must have 'API Enabled' and 'Modify All Data' permissions enabled. (Optional) Bookmarklet uses notifications to let you know on retrieve status.

How it works

Session cookie is extracted from cookies store, while package name is scraped out of DOM Bookmarklet uses salesforce-metadata wrapper that uses connection.js file from Salesforce. It performs retrieve() call to metadata API, does some magic around base64binary decode and uses FileSaver.js to download file to your file system.

About

Download outbound changeset as a ZIP file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published