dotfiles/.bash_it/vendor/github.com/rparree/jboss-bash-completion
2022-02-27 20:00:49 +01:00
..
jboss5 Dotfiles config update (2022-02-27) 2022-02-27 20:00:49 +01:00
jboss7 Dotfiles config update (2022-02-27) 2022-02-27 20:00:49 +01:00
LICENSE Dotfiles config update (2022-02-27) 2022-02-27 20:00:49 +01:00
README.md Dotfiles config update (2022-02-27) 2022-02-27 20:00:49 +01:00

jboss-bash-completion

JBoss Bash Completion for JBoss 5 and 7 (EAP 6)

Overview

Completion for the run.sh (JBoss5) and standalone.sh/domain.sh

Some of the options available in jboss7:

  • --admin-only -h -help -version -V -v
  • -Djboss.home.dir
  • --server-config (options the xml files in the configuration directory relative to -Djboss.server.base.dir)
  • -b -bmanagement -bunsecure -bpublic -Djboss.domain.master.address -Djboss.bind.address.* (options: your local IP addresses and 0.0.0.0)
  • -Djboss.socket.binding.port-offset (options: 100 200 300 400 10000 20000 30000 40000)
  • -u (options 239.255.0.1 239.255.0.2 239.255.0.3)
  • -P -Djboss.node.name

Install

Make sure you have installed bash_completion 1.3 (or higher):

Debian/Ubuntu: apt-get install bash-completion RHEL/CentOS: yum install bash-completion

Copy the file(s) to your /etc/bash_completion.d folder:

sudo cp jboss* /etc/bash_completion.d