fixinventoryappbundler


Namefixinventoryappbundler JSON
Version 0.5.0 PyPI version JSON
download
home_pagehttps://github.com/someengineering/fixinventoryappbundler
SummaryBundles Fix Inventory Apps into a single artifact.
upload_time2024-02-28 14:41:30
maintainer
docs_urlNone
author
requires_python
licenseApache 2.0
keywords cloud security
VCS
bugtrack_url
requirements PyYAML Jinja2 fixinventorylib
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # `fixinventoryappbundler` / `fixinventoryapprunner`
Fix Inventory Infrastructure Apps Bundler and Runner


## Table of contents

* [Overview](#overview)
* [Usage](#usage)
* [Contact](#contact)
* [License](#license)


## Overview
`fixinventoryappbundler` Bundles Fix Inventory Infrastructure Apps.

`fixinventoryapprunner` Dry runs Fix Inventory Infrastructure Apps.


Check [the Fix Inventory Infrastructure Apps repo](https://github.com/someengineering/fixinventory-apps) for details.

## Usage of `fixinventoryappbundler`

```bash
fixinventoryappbundler --path fixinventory-apps/ --discover > 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.

```bash
usage: fixinventoryappbundler [-h] [--machine-help] [--verbose | --trace | --quiet] --path APP_PATH [--discover]

Fix Inventory Infrastructure Apps Bundler

options:
  -h, --help            show this help message and exit
  --machine-help        print machine readable help
  --verbose, -v         Verbose logging
  --trace               Trage logging
  --quiet               Only log errors
  --path APP_PATH, -p APP_PATH
                        Path to app bundle(s)
  --discover            Find all apps in the path
```

## Usage of `fixinventoryapprunner`

```bash
fixinventoryapprunner --path fixinventory-apps/tagvalidator/ --psk changeme --fixcore-uri https://localhost:8900
```

Note: Fix Inventory Core is only required for apps that make use of the `search()` function.

```bash
usage: 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]
                       [--no-verify-certs] [--fixcore-uri FIXCORE_URI] [--psk PSK] [--config CONFIG_PATH] [--subscriber-id SUBSCRIBER_ID]

Fix Inventory Infrastructure Apps Runner

options:
  -h, --help            show this help message and exit
  --machine-help        print machine readable help
  --verbose, -v         Verbose logging
  --trace               Trage logging
  --quiet               Only log errors
  --path APP_PATH, -p APP_PATH
                        Path to app bundle(s)
  --ca-cert CA_CERT     Path to custom CA certificate file
  --cert CERT           Path to custom certificate file
  --cert-key CERT_KEY   Path to custom certificate key file
  --cert-key-pass CERT_KEY_PASS
                        Passphrase for certificate key file
  --no-verify-certs     Turn off certificate verification
  --fixcore-uri FIXCORE_URI
                        fixcore URI (default: https://localhost:8900)
  --psk PSK             Pre-shared key
  --config CONFIG_PATH  Path to app config
  --subscriber-id SUBSCRIBER_ID
                        Unique subscriber ID (default: fixinventoryappbundler)
```

## Contact
If 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).


## License
```
Copyright 2024 Some Engineering Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/someengineering/fixinventoryappbundler",
    "name": "fixinventoryappbundler",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "cloud security",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/70/2d/3d720d97a6d84ca37cf275d0604876e6ad5bcf2ecc134c4d169f4628f1c5/fixinventoryappbundler-0.5.0.tar.gz",
    "platform": null,
    "description": "# `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 > 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",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Bundles Fix Inventory Apps into a single artifact.",
    "version": "0.5.0",
    "project_urls": {
        "Homepage": "https://github.com/someengineering/fixinventoryappbundler"
    },
    "split_keywords": [
        "cloud",
        "security"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "34e007e94877e081d32797fb91c141c2b6b10faea211d08ee304c301f8a181d2",
                "md5": "beb85505a37aa91c174704eb6be171d5",
                "sha256": "bce24e174719dbcfb68e267d88b1507f6580824f3a0c82c3d994be37989ef146"
            },
            "downloads": -1,
            "filename": "fixinventoryappbundler-0.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "beb85505a37aa91c174704eb6be171d5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 10866,
            "upload_time": "2024-02-28T14:41:27",
            "upload_time_iso_8601": "2024-02-28T14:41:27.650908Z",
            "url": "https://files.pythonhosted.org/packages/34/e0/07e94877e081d32797fb91c141c2b6b10faea211d08ee304c301f8a181d2/fixinventoryappbundler-0.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "702d3d720d97a6d84ca37cf275d0604876e6ad5bcf2ecc134c4d169f4628f1c5",
                "md5": "a6979d36e29d87a1a7710db202d857a0",
                "sha256": "1b03f1a3ea610863d81058aea79a189b10007086fdd0c1a073594d34384024e3"
            },
            "downloads": -1,
            "filename": "fixinventoryappbundler-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a6979d36e29d87a1a7710db202d857a0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 9446,
            "upload_time": "2024-02-28T14:41:30",
            "upload_time_iso_8601": "2024-02-28T14:41:30.077821Z",
            "url": "https://files.pythonhosted.org/packages/70/2d/3d720d97a6d84ca37cf275d0604876e6ad5bcf2ecc134c4d169f4628f1c5/fixinventoryappbundler-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-28 14:41:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "someengineering",
    "github_project": "fixinventoryappbundler",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "PyYAML",
            "specs": [
                [
                    "==",
                    "6.0"
                ]
            ]
        },
        {
            "name": "Jinja2",
            "specs": [
                [
                    "==",
                    "3.1.3"
                ]
            ]
        },
        {
            "name": "fixinventorylib",
            "specs": [
                [
                    ">=",
                    "3.5.2"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "fixinventoryappbundler"
}
        
Elapsed time: 0.19639s