Ecosyste.ms: Awesome
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: about 9 hours ago
JSON representation
Tarantool Cartridge framework CLI
- Host: GitHub
- URL: https://github.com/printercu/cartridge-cli
- Owner: printercu
- Created: 2019-08-26T11:52:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-28T13:56:48.000Z (over 5 years ago)
- Last Synced: 2024-11-19T05:29:19.529Z (2 months ago)
- Language: Python
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```