mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-10 04:26:17 +02:00
changed alias mct to mcr, as it collides with existing alias mct=microk8s.ctr
This commit is contained in:
parent
80bd87cca7
commit
6882a5fd0f
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ plugins=(... molecule)
|
||||||
| Alias | Command | Description |
|
| Alias | Command | Description |
|
||||||
| :---- | :---------------- | ---------------------------------------------------------------------------------- |
|
| :---- | :---------------- | ---------------------------------------------------------------------------------- |
|
||||||
| mol | molecule | Molecule aids in the development and testing of Ansible roles. |
|
| mol | molecule | Molecule aids in the development and testing of Ansible roles. |
|
||||||
| mct | molecule create | Use the provisioner to start the instances. |
|
| mcr | molecule create | Use the provisioner to start the instances. |
|
||||||
| mcv | molecule converge | Use the provisioner to configure instances (dependency, create, prepare converge). |
|
| mcv | molecule converge | Use the provisioner to configure instances (dependency, create, prepare converge). |
|
||||||
| mls | molecule list | List status of instances. |
|
| mls | molecule list | List status of instances. |
|
||||||
| mvf | molecule verify | Run automated tests against instances. |
|
| mvf | molecule verify | Run automated tests against instances. |
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ _MOLECULE_COMPLETE=zsh_source molecule >| "$ZSH_CACHE_DIR/completions/_molecule"
|
||||||
# Alias
|
# Alias
|
||||||
# molecule: https://docs.ansible.com/projects/molecule/
|
# molecule: https://docs.ansible.com/projects/molecule/
|
||||||
alias mol='molecule'
|
alias mol='molecule'
|
||||||
alias mct='molecule create'
|
alias mcr='molecule create'
|
||||||
alias mcv='molecule converge'
|
alias mcv='molecule converge'
|
||||||
alias mls='molecule list'
|
alias mls='molecule list'
|
||||||
alias mvf='molecule verify'
|
alias mvf='molecule verify'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue