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
- Host: GitHub
- URL: https://github.com/someengineering/fixinventory-apps
- Owner: someengineering
- License: apache-2.0
- Created: 2023-03-29T16:54:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-09T17:39:13.000Z (about 1 year ago)
- Last Synced: 2025-02-06T02:17:55.464Z (about 1 year ago)
- Language: Jinja
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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
```