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-pluginClone into a specific directory
lms clone alice/sample-plugin ./my-folder