Installation
This plugin is not bundled with Lando. Install it explicitly.
sh
lando plugin-add @lando/upsunsh
mkdir -p ~/.lando/plugins
docker run --rm -it -v ${HOME}/.lando/plugins:/plugins -w /tmp node:20-alpine sh -c \
"npm init -y \
&& npm install @lando/upsun --production --flat --no-default-rc --no-lockfile --link-duplicates \
&& npm install --production --cwd /tmp/node_modules/@lando/upsun \
&& mkdir -p /plugins/@lando \
&& mv --force /tmp/node_modules/@lando/upsun /plugins/@lando/upsun"
lando --clearVerify with lando config --path plugins and look for @lando/upsun.