Documentation

Develop and Publish (Beta)

lms clone

Clone an artifact from LM Studio Hub to a local folder (beta).

Use lms clone to copy an artifact from LM Studio Hub onto your machine.

Flags

<artifact> : string

Artifact identifier in the form owner/name

[path] (optional) : string

Destination folder. Defaults to a new folder named after the artifact.

If no path is provided, lms clone owner/name creates a folder called name in the current directory. The command exits if the target path already exists.

Clone the latest revision

lms clone alice/sample-plugin

Clone into a specific directory

lms clone alice/sample-plugin ./my-folder

This page's source is available on GitHub