Getting StartedΒΆ

Jumpstarter provides an admin CLI tool called jmpctl, which is useful for the administration of exporters and clients in the distributed service, installation instructions can be found here.

and a client CLI called jmp, you can use it to interact with your connected hardware, request leases, write tests, and develop custom drivers for your hardware.

and a exporter CLI called jmp-exporter, you can use it to manage local exporter configurations, and run transient or persistent exporter instances.

The jmp and jmp-exporter CLI tools are available as part of the jumpstarter Python package. You can learn how to install this package here, but it is also available as a container image

quay.io/jumpstarter/jumpstarter:0.5.0

To check if you have the client CLI installed, run:

$ jmp version