Documentation

daemon

lms daemon update

Update llmster to the latest version.

The lms daemon update command fetches and installs the latest version of llmster.

Flags

--beta (optional) : flag

Update to the latest beta release

Update the daemon

Stop the daemon first:

lms daemon down

Then run the update:

lms daemon update

Fetches the latest stable release and installs it.

Update to the beta channel

lms daemon update --beta

After updating

Start the daemon again to use the new version:

lms daemon up

To find out more about llmster, see Headless Mode.

This page's source is available on GitHub