-
Notifications
You must be signed in to change notification settings - Fork 15
tt cartridge #34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
0x501D
added a commit
that referenced
this issue
Jun 19, 2022
This patchset adds cartridge-cli commands to tt: * admin * bench * build * clean * create * failover * pack * repair * replicasets Closes #34
0x501D
added a commit
that referenced
this issue
Jun 19, 2022
Cartridge-cli must be patched in order to connect to tt cobra commands tree. Also before build tt we must generate all cartridge-cli codegen files. Follow up #34
0x501D
added a commit
that referenced
this issue
Jun 19, 2022
Some long commands from cartridge-cli does not fit in tt help logic and tt raisies nil pointer dereference error. Follow up #34
0x501D
added a commit
that referenced
this issue
Jun 19, 2022
Cartridge-cli needs golang version >= 1.18 Follow up #34
Merged
0x501D
added a commit
that referenced
this issue
Jun 21, 2022
Cartridge-cli needs golang version >= 1.18 Part of #34
0x501D
added a commit
that referenced
this issue
Jun 21, 2022
0x501D
added a commit
that referenced
this issue
Jun 21, 2022
This patchset adds cartridge-cli commands to tt: * admin * bench * build * create * failover * pack * repair * replicasets Cartridge-cli must be patched in order to connect to tt cobra commands tree. Also before build tt we must generate all cartridge-cli codegen files. Closes #34
0x501D
added a commit
that referenced
this issue
Jun 21, 2022
Some long commands from cartridge-cli does not fit in tt help logic and tt raisies nil pointer dereference error. Follow up #34
0x501D
added a commit
that referenced
this issue
Jun 21, 2022
This patchset adds cartridge-cli commands to tt: * admin * bench * build * create * failover * pack * repair * replicasets Cartridge-cli must be patched in order to connect to tt cobra commands tree. Also before build tt we must generate all cartridge-cli codegen files. Closes #34
0x501D
added a commit
that referenced
this issue
Jun 21, 2022
Some long commands from cartridge-cli does not fit in tt help logic and tt raisies nil pointer dereference error. Follow up #34
LeonidVas
pushed a commit
that referenced
this issue
Jun 21, 2022
Cartridge-cli needs golang version >= 1.18 Part of #34
LeonidVas
pushed a commit
that referenced
this issue
Jun 21, 2022
LeonidVas
pushed a commit
that referenced
this issue
Jun 21, 2022
This patchset adds cartridge-cli commands to tt: * admin * bench * build * create * failover * pack * repair * replicasets Cartridge-cli must be patched in order to connect to tt cobra commands tree. Also before build tt we must generate all cartridge-cli codegen files. Closes #34
LeonidVas
pushed a commit
that referenced
this issue
Jun 21, 2022
Some long commands from cartridge-cli does not fit in tt help logic and tt raisies nil pointer dereference error. Follow up #34
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
To work with the "cartridge" we want to reuse the https://github.com/tarantool/cartridge-cli module, except the following commands:
and probably:
The following implementation is suggested:
Add "cartridge-cli" to "tt" as a submodule with some wrapper that will mask excluded commands and pass others. Exceptions must also be taken into account for the "help" command.
Commands:
must be updated in this task to support "cartridge" functionality.
The text was updated successfully, but these errors were encountered: