vagrant
https://github.com/mitchellh/vagrant
Ruby
Vagrant is a tool for building and distributing development environments.
VagrantPlugins::AtlasPush::Config#token
The Atlas token to use. If the user has run `vagrant login`, this will use that token. If the environment variable `ATLAS_TOKEN` is set, the uploader will use this value. By default, this is nil.
Edit
git clone [email protected]:mitchellh/vagrant.git
cd vagrant
open plugins/pushes/atlas/config.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-VagrantPlugins--AtlasPush--Config-token-for-pr
# Commit to gitgit add plugins/pushes/atlas/config.rbgit commit -m "better docs for VagrantPlugins::AtlasPush::Config#token"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-VagrantPlugins--AtlasPush--Config-token-for-pr
hub pull-request
# Celebrate!