Socket
Book a DemoInstallSign in
Socket

rake-wordpress_upgrader_former03

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rake-wordpress_upgrader_former03

bundlerRubygems
Version
0.0.1
Version published
Maintainers
1
Created
Source

Gem rake-wordpress_upgrader_former03

Rake tasks for upgrading wordpress with wp-cli

Installation

Add this line to your application's Gemfile:

gem 'rake-wordpress_upgrader_former03'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install rake-wordpress_upgrader_former03

Finally add to your Rakefile:

begin
    require 'rake/wordpress_upgrader_former03/task'
      Rake::WordpressUpgraderFormer03::Task.new(:wpupgrade)
rescue LoadError
end

Usage

rake wpupgrade:all      # Upgrade everything
rake wpupgrade:core     # Upgrade core
rake wpupgrade:json     # Write json file
rake wpupgrade:plugins  # Upgrade all wordpress plugins

FAQs

Package last updated on 18 Mar 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts