đŸ–Ĩī¸Coretex CLI

Command line interface for your Terminal

Coretex CLI is a command line tool which enables you to easily interact with the Coretex platform directly from your terminal.

This has multiple benefits:

  1. You can easily connect your computer to the Coretex platform as a node to execute runs. This is a great way to use the platform for free instead of paying the Coretex Cloud costs.

  2. Move large datasets between your computer and Coretex reliably in the background. Using the web UI to upload or download datasets is quicker, but data transfer stops as soon you close the browser tab, while Coretex CLI will continue moving the data in the background and intelligently resume as soon as possible even if you power off your computer.

  3. Keep your self-managed compute cluster updated at all times. If you configured compute nodes in your on-premise cluster using Coretex CLI they will automatically check for updates and update to the latest version once available so you don't have to think about it.

  4. Integrate experimentation flow with standard CI/CD tool chain. Coretex.ai can be controlled wherever you can execute shell commands, including your Jenkins pipelines.

Last updated