Command line wrapper for the Apache Ivy project.
See here. (The ivy cli is born)
-
Checkout the Ivy CLI into your homedirectory
~/.ivy-cli
git clone https://github.com/jasonewall/ivy-cli .ivy-cli
-
Add the CLI bin directory to your path
PATH=$PATH:~/.ivy-cli/bin
-
Initialize the ivy command
eval "$(ivy init -)"
-
(Optional) set the
IVY_HOME
env variable By default the CLI looks for an Apache Ivy jar in~/.ivy2/bin
. It will use any jar matchingivy*.jar
so download whatever version you want. I developed this CLI using2.4.0-rc1
, so there might be compatibility issues using earlier or later versions. If you want the CLI to look for the jar in another directory, you can override it using theIVY_HOME
variable. The defaultIVY_HOME
is~/.ivy2
-
(Optional) Test your ivy-cli setup with the ivy example application
To see usage run:
ivy commands