Home

Awesome

Lando alias (lando-alias)

This plugin adds aliases for various Lando CLI Default Commands.

To use it, add lando-alias-zsh folder to the .oh-my-zsh/custom/plugins/ folder and then add lando-alias-zsh to the plugins array in your zshrc file:

plugins=(... lando-alias)

ALIASES:

AliasLando commandDescription
lcfglando configDisplays the lando configuration
linflando infoPrints info about your app
lofflando poweroffSpins down all lando related containers
lrbldlando rebuild --y --verboseRebuilds your app from scratch, preserving data, non-interactively with extra verbosity
lstplando stopStops your app
lsshlando ssh --user rootDrops into a shell on a service, runs commands as root
lstrtlando startStarts your app

Author: