Sha256: 9f9a9900e7d83a507f7f5aef413a6b415cdf3b7122a2abcd2a5de6b6f4836575

Contents?: true

Size: 1.29 KB

Versions: 2

Compression:

Stored size: 1.29 KB

Contents

# DOCLI

![Linux Build Status](https://img.shields.io/travis/wayarmy/docli/master.svg?label=Linux%20build)

a commandline tool for DigitalOcean

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'docli'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install docli

## Usage

```
$ docli
Commands:
  docli config          # Init or update config
  docli create          # Create a resource by filename or stdin
  docli delete          # Delete resources by filenames, stdin, resources and names, or by resources and label selector
  docli get             # Display one or many resource
  docli help [COMMAND]  # Describe available commands or one specific command
  docli version         # Show version information
```

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/wayarmy/docli. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.

## Roadmap

* May 2017: Able to create/show droplets from YAML config file
> Vision: DigitalOcean infrastructure as code

## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
docli-0.0.2.pre.alpha.pre.15 README.md
docli-0.0.2.pre.alpha.pre.12 README.md