Supported commands
Installing
Section titled “Installing”eiipm install <PACKAGE> # or eiipm i <PACKAGE>
Downloads, builds if needed, and installs a package.
Options:
--debug
Show debug logs.
Examples:
eiipm install statictranspleiipm i ewwii
Uninstalling
Section titled “Uninstalling”eiipm uninstall <PACKAGE> # or eiipm rm <PACKAGE>
Removes a package and its tracked files.
Options:
--debug
Show debug logs.
Examples:
eiipm rm statictranspl
Updating
Section titled “Updating”eiipm update [PACKAGE] # or eiipm up [PACKAGE]
Updates a specific package or all installed packages if none specified.
Options:
--debug
Show debug logs.
Examples:
eiipm up # update alleiipm up statictranspl # update one
Listing
Section titled “Listing”eiipm list [OPTIONS] # or eiipm l [OPTIONS]
Shows installed packages. Can filter by name, show detailed info, or count.
Options:
-v
,--verbose
Detailed info-t
,--total-count
Show total number-q <NAME>
,--query <NAME>
Info for a single package--debug
Show debug logs
Examples:
eiipm leiipm l -veiipm l -teiipm l -q statictranspleiipm l -q statictranspl -v