Skip to main content
Version: 4.0.5

app install Command

The app install command installs an infrastructure app.

Usage

apps install <app_name> [--index-url <index_url>]

Options

OptionDescription
--index-url <index_url>Index URL (e.g., https://cdn.some.engineering/fixinventory/apps/index.json)

Parameters

ParameterDescriptionRequired?Default Value
app_nameInfrastructure app name✔️

Example

> apps install tagvalidator
App tagvalidator version 1.0.0 installed successfully

Further Reading