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

Privet There are some Engineer Stories with vshard. - bootstrap - show shards info: - weight - bucket count - pinned buckets - diag some cases - uninitialised (no _bucket...

feature

Add the ARM architecture build to goreleaser and publish packages to the appropriate distribution repositories.

ci

Hi! I've tried to build cartridge-cli on alpine 3.15.4 via mage and got an error: ``` cli/create/create.go:20:12: pattern all:templates/cartridge/*: no matching files found Error: Failed to build cartridge-cli executable: running...

I've made a list of 'flaky' tests, using avaliable run logs : | flaky tests | test | error | |-------------|----------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 1 | test_setup | | | 2 |...

After #726 will be closed tests on GitHub will last 30-40 minutes. I suggest to think about splitting integration tests into 2 parts, so tests will last 18-20 minutes.(since other...

code health

If something goes wrong after the detached start of the instance, cartridge start will show the status OK anyway. Cartridge-cli version 2.12.2 Steps to reproduce: 1) cartridge start -d 2)...

bug

Command **cartridge pack rpm** does not work properly If cartridge project directory contains symbolic links. I used tarantool-enterprise-bundle-2.10.2, so in my reproduce script you must change corresponding lines: ``` #!/bin/bash...

bug

``` shell cartridge pack tgz --filename ./${PRODUCT_NAME}-${APP_VERSION}.tar.gz --version ${APP_VERSION} ``` The command does not have the ability to use the local SDK. In recent versions, flags have appeared for similar...

`cartridge` allows to start a process with any name disregarding `instances.yml` contents: ```bash cat ./instances.yml ``` ```yaml --- myapp.router: advertise_uri: localhost:3301 http_port: 8081 myapp.s1-master: advertise_uri: localhost:3302 http_port: 8082 myapp.s1-replica: advertise_uri:...

bug

Предлагаю добавить опцию при сборке docker контейнера, которая включит сборку coredump в отдельный volume. Для создания coredump внутри docker контейнера, необходимо: - Установленный GDB, для работы https://github.com/tarantool/tarantool/blob/master/tools/tarabrt.sh - ulimit -c...

feature