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

Есть такой кейс: необходимо в докере собрать стенд, который содержит в себе приложение на Tarantool Cartridge, Реляционную базу данных и репликатор из базы данных в таратнту. Перед стартом репликатора необходимо...

feature

As 2.7.1 version of cartridge-cli can do many things with Tarantool cluster, but only on localhost it will be great if cartridge-cli will have an onboard ssh-client and can do...

feature

See error here: https://github.com/tarantool/cartridge-cli/runs/2902949154?check_suite_focus=true

code health
ci

Currently `cartridge.post-build` is not used by build, but used by pack. This is confusing. Let's do `cartridge.pre-pack` instead of `cartridge.post-build`.

feature

Now, if you build a project via ``cartridge build``, and then build it with other rocks (for example, changing their version), then they will be duplicated. We can add the...

Currently there is no ability to add additional parameters to `tarantoolctl rocks ...`, for example there is no possibility to add `--server` to `cartridge build` command I'd like to have...

feature
in design

Now, in the ``cartridge replicasets`` command we have no way of knowing whether vshard is bootstrapped. If I have to check if vshard is bootstrapped, I need to type command...

feature
in design

There is a service that ran on the enterprise bundle version **2.4.2**, the image of which was built via `source ./sdk/env.sh && cartridge pack docker --sdk-path ./sdk/ ...` and started...

customer

[Now](https://github.com/tarantool/cartridge-cli/pull/629/commits) we are getting Tarantool 2.10.0-beta into CI manually. We need to change this in CI when https://github.com/tarantool/setup-tarantool/issues/19 is fixed.

ci
blocked

Have strange error `/usr/share/tarantool/sdk/tarantool: /usr/share/tarantool/sdk/tarantool: cannot execute binary file` when i trying pack app on local MacOS machine. Log: ``` ➜ feedback git:(tag-deploy) ✗ cartridge pack tgz --use-docker --sdk-path ./sdk...

bug