Skip to content

ok pkg install

Install or update Boilerplate packages.

Synopsis

Install or update Boilerplate packages.

If no arguments are used, the command installs all the packages specified in the package manifest file.

If one or more output folders are specified, the command installs only the packages whose OutputFolder matches the specified folders. (OutputFolder is a field in the package manifest file.)

Set the environment variable BASE_URL to specify where package templates are downloaded from.

ok pkg install [outputFolder ...] [flags]

Examples

ok pkg install networking
ok pkg install networking my-app
BASE_URL=../boilerplate/terraform ok pkg install networking my-app

Options

  -h, --help          help for install
  -i, --interactive   Select package(s) to install interactively

See also

  • ok pkg - Group of package related commands for managing Boilerplate packages.