Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryotarai/awsword
Sword for AWS (under development)
https://github.com/ryotarai/awsword
Last synced: 9 days ago
JSON representation
Sword for AWS (under development)
- Host: GitHub
- URL: https://github.com/ryotarai/awsword
- Owner: ryotarai
- License: mit
- Created: 2015-02-16T01:12:35.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-08T07:19:27.000Z (almost 10 years ago)
- Last Synced: 2024-11-07T17:04:16.133Z (about 2 months ago)
- Language: Ruby
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Awsword
## Installation
$ gem install awsword
## Usage
```
$ awsword ec2
```## Configuration
awsword loads configuration located at `~/.awsword.yml`.
```yaml
default:
ec2:
vpc:
vpc-123456:
fqdn_suffix: .your.domain
```### Profiles
You can define another configuration:
```yaml
your_profile:
ec2:
vpc:
vpc-123456:
fqdn_suffix: .your.domain
``````
$ awsword ec2 --profile=your_profile
```## Contributing
1. Fork it ( https://github.com/[my-github-username]/awsword/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request