cartridge-cli icon indicating copy to clipboard operation
cartridge-cli copied to clipboard

Command-line utility to manage tarantool cartridge applications

Results 57 cartridge-cli issues
Sort by recently updated
recently updated
newest added

I didn't forget about - [x] Tests - [x] Changelog - [x] Documentation

``` user@cartridge-cli % ./cartridge bench --leader=127.0.0.1:3301 --replica=127.0.0.1:3302 Tarantool 2.10.2 (Binary) b6820873-f007-4413-b2f0-69fe833c0e14 Parameters: Leaders: 127.0.0.1:3301 Replicas: 127.0.0.1:3302 user: guest connections: 10 simultaneous requests: 10 duration: 10 seconds key size: 10 bytes...

Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.37 to 3.1.41. Release notes Sourced from gitpython's releases. 3.1.41 - fix Windows security issue The details about the Windows security issue can be found in this...

dependencies
python

Since we do cartridge releases that you don't have to build yourself, we don't need to force the user to install node and npm (which is a burden). Please check...

good first issue

When we use cartridge-cli interactively, we should keep in mind that the user can be new to Tarantool and doesn't know that in order to build his app, he needs...

feature

For new users it's a hassle to set up tarantool runtime. Think about both enterprise and opensource users: cartridge-cli can easily be downloaded as a single binary, and put into...

Since Tarantool 2.2 we have "decimal" module to manipulate with numbers without losing precision. Since Tarantool 2.3 we could insert decimals to spaces (as any simple type). I believe that...

documentation

After implementing #367, it will be possible for cartridge-cli to pick a correct runtime for the script, by either using a default, or looking at `runtime.txt` file if it's present...

Since packages (tgz/rpm) built upon Enterprise SDK are self-sufficient, it would be nice to ship cartirdge cli along with tarantoolctl. Starting from cli 2.3 support operations scenarios (such as `cartridge...

feature
proposed for tt

Stateboard instance must be monitored alongside other cartridge instances. We must be able to check stateboard availability and current status.

feature