cartridge-cli
cartridge-cli copied to clipboard
Rename post-build to pre-pack
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.
I'll highlight: we should keep the compatibility. So, we can deprecate (or even remove) the old file name in the documentation, but we should still support it in the code.
Let's deprecate the old name and support the new variant of file name