website/docs: rdp command

This commit is contained in:
Mitchell Hashimoto 2014-04-30 18:46:00 -07:00
parent 097d4ec2ad
commit 4a720bd096
2 changed files with 13 additions and 0 deletions

View File

@ -115,6 +115,7 @@
<li<%= sidebar_current("cli-package") %>><a href="/v2/cli/package.html">package</a></li>
<li<%= sidebar_current("cli-plugin") %>><a href="/v2/cli/plugin.html">plugin</a></li>
<li<%= sidebar_current("cli-provision") %>><a href="/v2/cli/provision.html">provision</a></li>
<li<%= sidebar_current("cli-rdp") %>><a href="/v2/cli/rdp.html">rdp</a></li>
<li<%= sidebar_current("cli-reload") %>><a href="/v2/cli/reload.html">reload</a></li>
<li<%= sidebar_current("cli-resume") %>><a href="/v2/cli/resume.html">resume</a></li>
<li<%= sidebar_current("cli-share") %>><a href="/v2/cli/share.html">share</a></li>

View File

@ -0,0 +1,12 @@
---
page_title: "vagrant rdp - Command-Line Interface"
sidebar_current: "cli-rdp"
---
# RDP
**Command: `vagrant rdp`**
This will start an RDP client for a remote desktop session with the
guest. This only works for Vagrant environments that support remote
desktop, which is typically only Windows.