https://github.com/uswitch/botoenv
Load AWS credentials into environment variables from .boto
https://github.com/uswitch/botoenv
Last synced: 9 months ago
JSON representation
Load AWS credentials into environment variables from .boto
- Host: GitHub
- URL: https://github.com/uswitch/botoenv
- Owner: uswitch
- Created: 2014-10-24T17:01:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-27T15:51:06.000Z (over 11 years ago)
- Last Synced: 2024-12-15T06:12:16.545Z (over 1 year ago)
- Language: Ruby
- Size: 122 KB
- Stars: 0
- Watchers: 54
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
botoenv
=======
Load AWS credentials into environment variables from .boto
# Installation
## With bundler
Add this line to the top of your application's Gemfile:
```
gem 'botoenv'
```
And then execute:
```
bundle install
```
## Plain ruby
Install the gem:
```
gem install botoenv
```
# Usage
As early as possible in your application bootstrap process, load:
```
require 'botoenv'
Botoenv.load
```
## Any application
You can run any application with .boto credentials using:
```
botoenv [command]
```