Skip to content
jacob-carlborg edited this page Jul 16, 2011 · 3 revisions

This is the tool used to interact with the package manager. It used for installing, building orb packages, uninstalling and other things.

Use cases

Installing All Packages Listed in an Orbfile

$ orb install

See Orbfile for a detailed explanation.

Installing a Single Package

$ orb install dwt # will install the latest version of the dwt package

Install a Specific Version of a Package

$ orb install dwt --version 0.3.1

Uninstall a Package

$ orb uninstall dwt --version 0.3.1

Use a Specific Package

$ orb use dwt --version 0.3.1

Commands

install

Installs a specific package

uninstall

Uninstalls a specific package

build

Builds an orbspec file into an orb package.

upload

Uploads an orb package to the central repository

list

Lists all installed packages

search

Searches for a package in the repository

(use)

Flags

-v/--version
-h/--help
-V/--verbose
-s/--source

Clone this wiki locally