This repository contains the Stackable library, the Stackable CLI tool, and the Stackable server.
stackable-lib: The underlying library for all actions related to the Stackable Data Platformstackablectl: CLI tool to interact with local and remote deployments of the data platform. Linkstackabled: API server used by frontends to interact with the data platform. Link
This repository ships custom Git hooks. They are located in the .githooks directory. Before you enable them, make sure
to check out the code they execute. Currently, the pre-commit hook runs two tasks: gen-man and gen-comp. See
here what these tasks do. To enable all hooks inside the directory, use the following command:
git config --local core.hooksPath .githooks/