PHP 클래스 WP_CLI_SSH_Command, wp-cli-ssh

상속: extends WP_CLI_Command
파일 보기 프로젝트 열기: x-team/wp-cli-ssh

공개 메소드들

메소드 설명
__invoke ( $args, $assoc_args ) Forward command to remote host

비공개 메소드들

메소드 설명
check_disabled_commands ( array $args, array $ssh_config ) : void | error Check if the command run is disabled on local config

메소드 상세

__invoke() 공개 메소드

## OPTIONS ... : The command to run. [--=...] : associative args to pass to the command [--flag...] : flag to pass to the command --host= : name of the host to connect to ## EXAMPLES wp ssh plugin status --host=vagrant
public __invoke ( $args, $assoc_args )