Index: wp-content/themes/pub/wporg-developer/page-home-landing.php
===================================================================
--- wp-content/themes/pub/wporg-developer/page-home-landing.php	(revision 5624)
+++ wp-content/themes/pub/wporg-developer/page-home-landing.php	(working copy)
@@ -30,6 +30,11 @@
 						<p class="widget-description"><?php _e( 'Getting started on making WordPress applications?', 'wporg' ); ?></p>
 						<a href="<?php echo esc_url( get_post_type_archive_link( 'rest-api-handbook' ) ); ?>" class="rest-api-go get-started go button"><?php _e( 'Make Applications ', 'wporg' ); ?><span class="dashicons dashicons-arrow-right-alt2"></span></a>
 					</div>
+					<div class="widget box box-right transparent">
+						<h3 class="widget-title"><div class="dashicons dashicons-arrow-right-alt2"></div><?php _e( 'WP-CLI', 'wporg' ); ?></h3>
+						<p class="widget-description"><?php _e( 'Want to accelerate your workflow managing WordPress?', 'wporg' ); ?></p>
+						<a href="<?php echo esc_url( home_url( 'cli/commands/' ) ); ?>" class="wp-cli-go get-started go button"><?php _e( 'Run Commands ', 'wporg' ); ?><span class="dashicons dashicons-arrow-right-alt2"></span></a>
+					</div>
 				</div>
 			</div><!-- /topic-guide -->
 
