Skip to content

mannuel/lando-alias-zsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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:

Alias Lando command Description
lcfg lando config Displays the lando configuration
linf lando info Prints info about your app
loff lando poweroff Spins down all lando related containers
lrbld lando rebuild --y --verbose Rebuilds your app from scratch, preserving data, non-interactively with extra verbosity
lstp lando stop Stops your app
lssh lando ssh --user root Drops into a shell on a service, runs commands as root
lstrt lando start Starts your app

Author:

About

This plugin adds aliases for various Lando commands

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages