Add auto-completion and aliases for Puppet:
The plugin auto-completes the puppet sub-commands when you press <TAB>, this displays the sub-commands and a little help text. Once you select the sub-command, if you press <TAB> again, then options are displayed, again with a little help text. Added some common aliases for puppet commands.
This commit is contained in:
parent
df5b09e20b
commit
e0bfc56a7f
1203
plugins/puppet/_puppet
Normal file
1203
plugins/puppet/_puppet
Normal file
File diff suppressed because it is too large
Load Diff
5
plugins/puppet/puppet.plugin.zsh
Normal file
5
plugins/puppet/puppet.plugin.zsh
Normal file
@ -0,0 +1,5 @@
|
||||
alias pa='puppet agent'
|
||||
alias pat='puppet agent -t'
|
||||
alias patnp='puppet agent -t --noop'
|
||||
|
||||
alias pap='puppet apply'
|
Loading…
Reference in New Issue
Block a user