Skip to Content

Running the CLI locally

Overview

During development it is useful to be able to run the cli locally to test any changes you make.

The CLI is maintained in a separate repository and is not part of this monorepo.

Source code

Clone the CLI repository first:

git clone https://github.com/runtipi/cli

Build and run

Follow the build and run instructions from the CLI repository itself, because the toolchain and commands can change independently from the main runtipi codebase.

Last updated on