| name | setup-holistics-cli |
| description | Use this skill to set up Holistics CLI and enable useful tools such as `holistics aml validate`, `holistics sync-code`, and `holistics mcp` tools such as `holistics mcp execute_aql`, `holistics mcp list_datasets` |
Holistics CLI
Install
macOS and Linux
curl -fsSL https://raw.githubusercontent.com/holistics/holistics-cli/refs/heads/master/install.sh | bash
The CLI is not compatible with MacOS 12.x (Monterey), which reached end of life on September 16, 2024. There are 2 solutions:
Windows
At the moment, we do not have an installation script for Windows. Please manually download the latest release, then add it to your Path in the Environment Variables.
Login
- Use
holistics auth to login
- Use
holistics auth --help first to find out the login region/domains
- Ask user to pick or enter their login region or custom domain
References
- Refer to skill to see how CLI fits in the development workflow.