项目作者: alonsodomin

项目描述 :
AWS ECS Resources at your fingertips
高级语言: Haskell
项目地址: git://github.com/alonsodomin/groot.git
创建时间: 2017-11-08T21:31:24Z
项目社区:https://github.com/alonsodomin/groot

开源协议:Apache License 2.0

下载


Groot

CircleCI
Build status

Groot is a command line application with the purpose of remote managing AWS ECS Clusters and
their associated resources (Tasks, Instances, Services, etc.)

Installing

You will need cabal-install installed in your system, you either get it by installing the package using your favourite
package manager or installing the Haskell Platform. Once you have it, just run:

  1. cabal install groot

Building From Source

You will need Stack installed in your local machine. Once you´ve got that, then clone this
repository and install the binaries using Stack:

  1. git clone https://github.com/alonsodomin/groot
  2. cd groot
  3. stack install

Now step back, the whole of The Internet is going to be sucked into your machine.

First Steps

Now that you have it installed in your system, run it with the -h (or --help) command line
option to get an idea of what you can do.

  1. groot -h

Groot supports several sub-commands, use the same -h flag to get some help on what they can do,
i.e.: groot ls tasks -h.

Interactive Shell

There is also the option of running in an interactive shell, run the groot shell command and you’ll see a welcome message and the prompt:

  1. Welcome to the Groot Shell.
  2. Type 'help' for a list of available commands
  3. groot>

Enter exit to get back to your main shell. All the other commands available from the command line are also available in the shell session.

Status

Groot is a toy project started to solve the need for a proper tool to perform my most rutinary
tasks when managing ECS resources.

Don’t expect here the best Haskell code (and I should probably write more tests), if it serves
you then great, use it and feel free to contribute.

License

Apache License 2.0

Copyright 2017 Antonio Alonso Dominguez

Licensed under the Apache License, Version 2.0 (the “License”);
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an “AS IS” BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.