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
- Host: GitHub
- URL: https://github.com/printercu/cartridge-cli
- Owner: printercu
- Created: 2019-08-26T11:52:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-28T13:56:48.000Z (over 6 years ago)
- Last Synced: 2026-01-01T16:34:55.994Z (4 months ago)
- Language: Python
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 0
- 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
```