bl alias
Manage reusable command aliases
Synopsis
Section titled “Synopsis”Manage command aliases stored in boiler.conf.json.
Usage patterns:
- bl alias List all aliases
- bl alias name=cmd Set or update an alias
- bl alias name='cmd --flag value' Set alias with default args
- bl alias name Get one alias value
- bl unalias name Remove an alias (use 'unalias' command)
Alias names are normalized internally:
- Names are case-insensitive
- Hyphens and underscores are preserved
Examples:
- bl alias ll=ls
- bl alias sexp='search express -r --registry
https://github.com/rishiyaduwanshi/boiler' - bl alias s=search
- bl alias ll
bl alias [name|name=command [args...]] [flags]Options
Section titled “Options” -h, --help help for aliasOptions inherited from parent commands
Section titled “Options inherited from parent commands” -V, --verbose Enable verbose debug output