Skip to content

Commit

Permalink
update README for the added 'vagrant share' support
Browse files Browse the repository at this point in the history
  • Loading branch information
tknerr committed Sep 15, 2016
1 parent 7785c51 commit 735679d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@ This is a [Vagrant](http://www.vagrantup.com) 1.6+ plugin that adds a provider f

Since you don't control the lifecycle:
* `up` and `destroy` are re-interpreted as "linking" / "unlinking" vagrant with a managed server
* once "linked", the `ssh` and `provision` commands work as expected and `status` shows the managed server as either "running" or "not reachable"
* once "linked", the `ssh`, `provision` and `share` commands work as expected, and `status` shows the managed server as either "running" or "not reachable"
* `reload` will issue a reboot command on the managed server (cross your fingers ;-))
* `halt`, `suspend` and `resume` are no-ops in this provider

Expand All @@ -18,6 +18,7 @@ Credits: this provider was initially based on the [vagrant-aws](https://github.c
* Provision managed servers with any built-in Vagrant provisioner.
* Reboot a managed server.
* Synced folder support.
* Provide access to a managed server via Vagrant Share.

## Usage

Expand Down

0 comments on commit 735679d

Please sign in to comment.