Skip to content

nzroller/asadmin-completion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

asadmin-completion

Bash completion support for asadmin.

The contained completion routines provide support for completing:

  • asadmin undeploy - tab complete on deployed modules
  • asadmin deploy - lists directories and java archives (ear, war and jar)

Installation for Bash

To achieve asadmin completion nirvana:

  1. Install bash-completion.

  2. Install this file. Either:

    a. Place it in a bash-completion.d folder:

    • /etc/bash-completion.d
    • /usr/local/etc/bash-completion.d
    • ~/bash-completion.d

    b. Or, copy it somewhere (e.g. ~/.asadmin-completion.bash) and put the following line in your .bashrc:

       source ~/.asadmin-completion.bash
    

About

Glassfish asadmin bash completion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages