An open API service indexing awesome lists of open source software.

https://github.com/someengineering/fixinventory-apps

Fix Inventory Infrastructure Apps
https://github.com/someengineering/fixinventory-apps

Last synced: about 2 months ago
JSON representation

Fix Inventory Infrastructure Apps

Awesome Lists containing this project

README

          

# fixinventory-apps
Fix Inventory Infrastructure Apps

## Usage of `fixinventoryappbundler`

```bash
fixinventoryappbundler --discover --path . > index.json
```

This command discovers all apps in the current directory and writes the index to `index.json`. This file can then be uploaded to a http server like a CDN and used as an app index in Fix Inventory.

## Usage of the `app` command in Fix Inventory

```bash
apps search [pattern] [--index-url https://cdn.some.engineering/fixinventory/apps/index.json]
app info [--index-url https://cdn.some.engineering/fixinventory/apps/index.json]
app install [--index-url https://cdn.some.engineering/fixinventory/apps/index.json]
app edit
app uninstall
app update |all
apps list
app run [--dry-run] [--validate] --config [config_name]
config create
config copy
```