NAME

enblder - utility command for Enbld

SYNOPSIS

$ enblder available      # displays all software supported by Enbld
$ enblder available git  # displays all version of target software
$ enblder install git    # installs target software
$ enblder list           # displays installed software
$ enblder list git       # displays all installed version of target software
$ enblder outdated       # displays all outdated software
$ enblder upgrade git    # installs upgraded target software
$ enblder freeze         # displays configuration file reproduce installed software
$ enblder deploy ~/path  # deploys all installed software to specific path
$ enblder selfupgrade    # upgrade Enbld

DESCRIPTION

enblder is utility command for Enbld.

COMMANDS

available

Displays all software supported by Enbld.

$ enblder available

If a target software is specified as an argument, displays the list of the versions which can be obtained by the software.

$ enblder available target_software
install

Installs target software.

$ enblder install target_software

If a target software is already instlled, It becomes an error. however, the case where he would like to reinstall compulsorily '--force' option is used.

$ enblder install target_software --force

The case where a test is performed at the time of installation '--test' option is used.

However, when a test goes wrong, installation also goes wrong.

$ enblder install target_software --test
list

Displays all installed software.

$ enblder list

If a target software is specified as an argument, displays the list of the versions which is installed.

$ enblder list target_software
outdated

Displays all outdated software.

$ enblder outdated
upgrade

Installs upgraded target software.

$ enblder upgrade target_software

Nothing is done when a high version is not released.

rehash

Re-create target software's symbolic link.

$ enblder rehash perl

When you install an executable file using the module management tool of a programming language ( e.g. CPAN), please restretch a symbolic link using this command.

freeze

Displays configuration file reproduce installed software.

$ enblder freeze

If '--current' option is attached, the version installed now will be displayed.

$ enblder freeze --current
deploy

Deploys all installed software to specific path.

$ enblder deploy ~/path/to/deploy
off

Disables target software.

$ enblder off target_software
use

Enables specfic version of target.

$ enblder use target_software installed_version
selfupgrade

Upgrade Enbld itself.

$ enblder selfupgrade
help

Displays the short help message.

version

Displays the version number.

OPTIONS

-f, --force
-n, --notest
-t, --test
-c, --current
-h, --help
-v, --version

SEE ALSO

Enbld Enbld::Tutorial

COPYRIGHT

copyright 2013- Magnolia <magnolia.k@me.com>.

LICENSE

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.