Skip to content

CLI (loom)

Envloom provides a CLI entrypoint named loom for common local stack tasks.

It is designed to complement the UI, not replace it.

Terminal window
loom current

Use this first when something looks wrong. It confirms what Envloom considers “current” on your machine.

Terminal window
loom list php
loom list node
Section titled “Link the current project to Envloom with a PHP version”
Terminal window
loom link 8.5

Run this from your project directory. Envloom links that project so it can be served by Nginx using the specified PHP version.

Terminal window
loom unlink
Terminal window
loom ssl on
loom ssl off
Terminal window
loom php 8.5
Terminal window
loom node 22
loom node 22.14.0

Check environment before running project scripts

Section titled “Check environment before running project scripts”
Terminal window
loom current
loom node 22
loom php 8.5
Terminal window
loom link 8.5
loom unlink
Terminal window
loom ssl off
loom ssl on
  • If loom is not recognized, restart your terminal and verify Envloom’s CLI/shim installation.
  • If a command succeeds but behavior does not change, run loom current to confirm the active state.
  • If a runtime/service fails after switching, inspect Envloom logs.