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

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

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

Last synced: 7 days 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
```