Skip to content

FriendsOfSilverStripe/upgrade-path

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Find out which modules keep you from upgrading SilverStripe Build Status Latest Stable Version Scrutinizer Code Quality Total Downloads License

SilverStripe upgrade path

installation

Choose, adjust and run:

// composer require plus dev/build to ensure the framework knows.
composer require friendsofsilverstripe/upgrade-path --dev;
php ./framework/cli-script.php dev/build;
clear;

// show and tell how to use it.
php ./framework/cli-script.php dev/tasks/UpgradePath;
echo "To re-run use: sake dev/tasks/UpgradePath"

// saving to git
git add composer.json composer.lock
git commit -m 'MINOR: adding upgrade-path :)'

It is recommendated to install this only as dev dependency!

usage

sake dev/tasks/UpgradePath

misc: future ideas/development, issues, contributing, license

made with