Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

wpe-deploy

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wpe-deploy

A command-line tool for deploying WordPress plugins and themes to WP Engine

  • 0.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

WPE Deploy

npm version

A command-line tool for deploying WordPress plugins and themes to WP Engine

Install

Install with npm:

$ npm install -g wpe-deploy

Usage

Note: You need to have your SSH key added to WP Engine to be able to deploy using wpedeploy.

First generate a config file wpedeploy.json at the root of the theme or plugin:

$ wpedeploy init

Then deploy the theme or plugin in the current directory to WP Engine:

$ wpedeploy

Options

To see all available options:

$ wpedeploy -h

  Usage: wpedeploy [command] [options]

  deploy a WordPress plugin or theme to WP Engine

  Options:

    -v, --version       output the version number

    -e, --env <env>     environment to deploy to, staging or production
    -s, --skip-confirm  push changes to WP Engine repo without asking for confirmation
    -f, --force         force push your changes to WP Engine repo
    -h, --help          output usage information

  Commands:

    init|i              interactively create a wpedeploy.json file

-e, --env <env>

By default your theme/plugin is deployed to production env if you are on master branch of your theme/plugin or staging otherwise. You can manually set the WP Engine environment you want to push your theme/plugin to using this option. Supported values are staging and production. To deploy theme/plugin to staging:

$ wpedeploy -e staging

-s, --skip-confirm

wpedeploy confirms before your theme or plugin is pushed to WP Engine so that you can review the changes. You can skip this confirmation using this option:

$ wpedeploy -s

-f, --force

This option will force push your changes to WP Engine repo:

$ wpedeploy -f

TODO

  • Improve documentation
  • Write tests

Keywords

FAQs

Package last updated on 21 Nov 2018

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc