tarantool / cartridge-cli

Command-line utility to manage tarantool cartridge applications
Other
49 stars 17 forks source link

Problem with local SDK #764

Open a1div0 opened 1 year ago

a1div0 commented 1 year ago
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 work with docker. However, this is not suitable for use in a circuit where there is no internet and the SDK is installed in a folder.

Requires a flag similar to "--only-server" in "tarantoolctl".

Without such a flag, we have to patch "tarantoolctl" for each version.

For example, here is a fix I had to do on SDK 2.10.4-r523: image