\Jetpack_CLI

Control your local Jetpack installation.

Summary

Methods
Properties
Constants
status()
disconnect()
module()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

status()

status( $args,  $assoc_args)

Get Jetpack Details

OPTIONS

None. Simply returns details about whether or not your blog is connected, its Jetpack version, and WordPress.com blog_id.

EXAMPLES

wp jetpack status

Parameters

$args
$assoc_args

disconnect()

disconnect( $args,  $assoc_args)

Disconnect Jetpack Blogs or Users

OPTIONS

blog: Disconnect the entire blog.

user : Disconnect a specific user from WordPress.com.

Please note, the primary account that the blog is connected to WordPress.com with cannot be disconnected without disconnecting the entire blog.

EXAMPLES

wp jetpack disconnect blog wp jetpack disconnect user 13 wp jetpack disconnect user username wp jetpack disconnect user [email protected]

Parameters

$args
$assoc_args

module()

module( $args,  $assoc_args)

Manage Jetpack Modules

OPTIONS

list: View all available modules, and their status.

activate : Activate a module.

deactivate : Deactivate a module.

toggle : Toggle a module on or off.

EXAMPLES

wp jetpack module list wp jetpack module activate stats wp jetpack module deactivate stats wp jetpack module toggle stats

Parameters

$args
$assoc_args