Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/printercu/cartridge-cli

Tarantool Cartridge framework CLI
https://github.com/printercu/cartridge-cli

Last synced: about 9 hours ago
JSON representation

Tarantool Cartridge framework CLI

Awesome Lists containing this project

README

        

# Cartridge Command Line Interface

## Building

Simply run

```sh
tarantoolctl rocks install cartridge-cli
```

## Running end-to-end tests

```sh
vagrant up
vagrant ssh 1_10 < tests/end-to-end.sh
vagrant halt
```