reproman-install

Synopsis

reproman-install [--version] [-h]
               [-l {critical,error,warning,info,debug,1,2,3,4,5,6,7,8,9}]
               [--resref-type TYPE]
               RESOURCE SPEC [SPEC ...]

Description

Install packages according to the provided specification(s)

Examples

$ reproman install docker recipe_for_failure.yml

Options

RESOURCE

Name or ID of the resource to operate on. To see available resources, run ‘reproman ls’. Constraints: value must be a string

SPEC

file with specifications (in supported formats) of packages used in executed environment. Constraints: value must be a string

–version

show the program’s version and license information and exit

-h, –help, –help-np

show this help message and exit. –help-np forcefully disables the use of a pager for displaying the help message

-l {critical,error,warning,info,debug,1,2,3,4,5,6,7,8,9}, –log-level {critical,error,warning,info,debug,1,2,3,4,5,6,7,8,9}

level of verbosity. Integers provide even more debugging information

–resref-type TYPE

A resource can be referenced by its name or ID. In the unlikely case that a name collides with an ID, explicitly specify ‘name’ or ‘id’ to disambiguate. Constraints: value must be one of (‘auto’, ‘name’, ‘id’) [Default: ‘auto’]

Authors

reproman is developed by The ReproMan Team and Contributors <team@reproman.org>.