{"id":19852493,"url":"https://github.com/someengineering/fixinventoryappbundler","last_synced_at":"2026-06-13T05:32:07.339Z","repository":{"id":164437124,"uuid":"639881644","full_name":"someengineering/fixinventoryappbundler","owner":"someengineering","description":"Bundler and Runner for Fix Inventory Infrastructure Apps","archived":false,"fork":false,"pushed_at":"2025-03-06T03:08:28.000Z","size":65,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-09T23:57:04.412Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/someengineering.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-12T12:46:21.000Z","updated_at":"2025-03-06T23:18:06.000Z","dependencies_parsed_at":"2024-02-28T15:29:55.320Z","dependency_job_id":"25e42854-c050-487a-9723-2581b5830da5","html_url":"https://github.com/someengineering/fixinventoryappbundler","commit_stats":null,"previous_names":["someengineering/fixinventoryappbundler"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/someengineering/fixinventoryappbundler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/someengineering%2Ffixinventoryappbundler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/someengineering%2Ffixinventoryappbundler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/someengineering%2Ffixinventoryappbundler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/someengineering%2Ffixinventoryappbundler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/someengineering","download_url":"https://codeload.github.com/someengineering/fixinventoryappbundler/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/someengineering%2Ffixinventoryappbundler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34273788,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T14:03:02.796Z","updated_at":"2026-06-13T05:32:07.318Z","avatar_url":"https://github.com/someengineering.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `fixinventoryappbundler` / `fixinventoryapprunner`\nFix Inventory Infrastructure Apps Bundler and Runner\n\n\n## Table of contents\n\n* [Overview](#overview)\n* [Usage](#usage)\n* [Contact](#contact)\n* [License](#license)\n\n\n## Overview\n`fixinventoryappbundler` Bundles Fix Inventory Infrastructure Apps.\n\n`fixinventoryapprunner` Dry runs Fix Inventory Infrastructure Apps.\n\n\nCheck [the Fix Inventory Infrastructure Apps repo](https://github.com/someengineering/fixinventory-apps) for details.\n\n## Usage of `fixinventoryappbundler`\n\n```bash\nfixinventoryappbundler --path fixinventory-apps/ --discover \u003e index.json\n```\n\nThis 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.\n\n```bash\nusage: fixinventoryappbundler [-h] [--machine-help] [--verbose | --trace | --quiet] --path APP_PATH [--discover]\n\nFix Inventory Infrastructure Apps Bundler\n\noptions:\n  -h, --help            show this help message and exit\n  --machine-help        print machine readable help\n  --verbose, -v         Verbose logging\n  --trace               Trage logging\n  --quiet               Only log errors\n  --path APP_PATH, -p APP_PATH\n                        Path to app bundle(s)\n  --discover            Find all apps in the path\n```\n\n## Usage of `fixinventoryapprunner`\n\n```bash\nfixinventoryapprunner --path fixinventory-apps/tagvalidator/ --psk changeme --fixcore-uri https://localhost:8900\n```\n\nNote: Fix Inventory Core is only required for apps that make use of the `search()` function.\n\n```bash\nusage: fixinventoryapprunner [-h] [--machine-help] [--verbose | --trace | --quiet] --path APP_PATH [--ca-cert CA_CERT] [--cert CERT] [--cert-key CERT_KEY] [--cert-key-pass CERT_KEY_PASS]\n                       [--no-verify-certs] [--fixcore-uri FIXCORE_URI] [--psk PSK] [--config CONFIG_PATH] [--subscriber-id SUBSCRIBER_ID]\n\nFix Inventory Infrastructure Apps Runner\n\noptions:\n  -h, --help            show this help message and exit\n  --machine-help        print machine readable help\n  --verbose, -v         Verbose logging\n  --trace               Trage logging\n  --quiet               Only log errors\n  --path APP_PATH, -p APP_PATH\n                        Path to app bundle(s)\n  --ca-cert CA_CERT     Path to custom CA certificate file\n  --cert CERT           Path to custom certificate file\n  --cert-key CERT_KEY   Path to custom certificate key file\n  --cert-key-pass CERT_KEY_PASS\n                        Passphrase for certificate key file\n  --no-verify-certs     Turn off certificate verification\n  --fixcore-uri FIXCORE_URI\n                        fixcore URI (default: https://localhost:8900)\n  --psk PSK             Pre-shared key\n  --config CONFIG_PATH  Path to app config\n  --subscriber-id SUBSCRIBER_ID\n                        Unique subscriber ID (default: fixinventoryappbundler)\n```\n\n## Contact\nIf you have any questions feel free to [join our Discord](https://discord.gg/someengineering) or [open a GitHub issue](https://github.com/someengineering/fixinventory/issues/new).\n\n\n## License\n```\nCopyright 2024 Some Engineering Inc.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsomeengineering%2Ffixinventoryappbundler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsomeengineering%2Ffixinventoryappbundler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsomeengineering%2Ffixinventoryappbundler/lists"}