No commit activity in last 3 years
No release in over 3 years
A Lita handler for interacting with Atlantic.net
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0
>= 0
>= 3.0.0

Runtime

>= 0.1.4
>= 4.7
 Project Readme

lita-atlantic-net

Build Status Coverage Status Gem Version MIT licensed

lita-atlantic-net is a handler plugin for Lita that interacts with Atlantic.net.

Installation

Add lita-atlantic-net to your Lita instance's Gemfile:

gem "lita-atlantic-net"

Configuration

Required attributes

  • access_key (String) - The access key for your Atlantic.net acccount.
  • private_key (String) - The private key for your Atlantic.net acccount.

Example

Lita.configure do |config|
  config.handlers.atlantic_net.access_key = "<your atlantic.net access key>"
  config.handlers.atlantic_net.private_key = "<your atlantic.net private key>"
end

Usage

In order to use the Atlantic.net handler commands, you must ensure that the user running the commands is in the :atlantic_net_admins group.

List Instances

To list the instances associated with your atlantic.net account:

Lita: atlantic instances

Reboot Instance

To reboot an instance associated with your atlantic.net account:

Lita: atlantic reboot INSTANCE_ID

License

MIT