PHP Class HMImportCommand, hm-dev

Adds easy synching of db and uploads between dev and production
Inheritance: extends WP_CLI_Command
显示文件 Open project: humanmade/hm-dev

Public Methods

Method Description
db ( $command = '', $args = '' )
get_description ( )
help ( ) Help function for this command
site ( $command, $args ) Import a specific site from wordpress multisite site
uploads ( $command = [], $args = [] )

Private Methods

Method Description
db_help ( )
uploads_help ( )

Method Details

db() public method

public db ( $command = '', $args = '' )

get_description() public static method

public static get_description ( )

help() public method

Help function for this command
public help ( )

site() public method

Import a specific site from wordpress multisite site
public site ( $command, $args )

uploads() public method

public uploads ( $command = [], $args = [] )