# `resotoappbundler` / `resotoapprunner`
Resoto Infrastructure Apps Bundler and Runner
## Table of contents
* [Overview](#overview)
* [Usage](#usage)
* [Contact](#contact)
* [License](#license)
## Overview
`resotoappbundler` Bundles Resoto Infrastructure Apps.
`resotoapprunner` Dry runs Resoto Infrastructure Apps.
Check [the Resoto Infrastructure Apps repo](https://github.com/someengineering/resoto-apps) for details.
## Usage of `resotoappbundler`
```bash
resotoappbundler --path resoto-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 Resoto.
```bash
usage: resotoappbundler [-h] [--machine-help] [--verbose | --trace | --quiet] --path APP_PATH [--discover]
Resoto 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 `resotoapprunner`
```bash
resotoapprunner --path resoto-apps/tagvalidator/ --psk changeme --resotocore-uri https://localhost:8900
```
Note: Resoto Core is only required for apps that make use of the `search()` function.
```bash
usage: resotoapprunner [-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] [--resotocore-uri RESOTOCORE_URI] [--psk PSK] [--config CONFIG_PATH] [--subscriber-id SUBSCRIBER_ID]
Resoto 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
--resotocore-uri RESOTOCORE_URI
resotocore 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: resotoappbundler)```
```
## 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/resoto/issues/new).
## License
```
Copyright 2023 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/resoto-apps/tree/main/resotoappbundler",
"name": "resotoappbundler",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "cloud security",
"author": "",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/0f/89/4018d9cb34880ceb216b021a96d424eb88d5b0b4e03516a35ec0d7e11b8c/resotoappbundler-0.4.0.tar.gz",
"platform": null,
"description": "# `resotoappbundler` / `resotoapprunner`\nResoto 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`resotoappbundler` Bundles Resoto Infrastructure Apps.\n\n`resotoapprunner` Dry runs Resoto Infrastructure Apps.\n\n\nCheck [the Resoto Infrastructure Apps repo](https://github.com/someengineering/resoto-apps) for details.\n\n## Usage of `resotoappbundler`\n\n```bash\nresotoappbundler --path resoto-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 Resoto.\n\n```bash\nusage: resotoappbundler [-h] [--machine-help] [--verbose | --trace | --quiet] --path APP_PATH [--discover]\n\nResoto 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 `resotoapprunner`\n\n```bash\nresotoapprunner --path resoto-apps/tagvalidator/ --psk changeme --resotocore-uri https://localhost:8900\n```\n\nNote: Resoto Core is only required for apps that make use of the `search()` function.\n\n```bash\nusage: resotoapprunner [-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] [--resotocore-uri RESOTOCORE_URI] [--psk PSK] [--config CONFIG_PATH] [--subscriber-id SUBSCRIBER_ID]\n\nResoto 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 --resotocore-uri RESOTOCORE_URI\n resotocore 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: resotoappbundler)```\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/resoto/issues/new).\n\n\n## License\n```\nCopyright 2023 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": "Exports Resoto metrics in Prometheus format.",
"version": "0.4.0",
"project_urls": {
"Homepage": "https://github.com/someengineering/resoto-apps/tree/main/resotoappbundler"
},
"split_keywords": [
"cloud",
"security"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "475ef4eab0431243ac812d9d32147a1cd0e52496a5bdc71b9890117354e884ce",
"md5": "d14ab0ba433be513e09157484e1b92d7",
"sha256": "0428efa9ec345756dfd5bf49849e13b250815c66ec90303d4bed45ee6576a2fa"
},
"downloads": -1,
"filename": "resotoappbundler-0.4.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d14ab0ba433be513e09157484e1b92d7",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 10721,
"upload_time": "2023-06-13T13:22:54",
"upload_time_iso_8601": "2023-06-13T13:22:54.016892Z",
"url": "https://files.pythonhosted.org/packages/47/5e/f4eab0431243ac812d9d32147a1cd0e52496a5bdc71b9890117354e884ce/resotoappbundler-0.4.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0f894018d9cb34880ceb216b021a96d424eb88d5b0b4e03516a35ec0d7e11b8c",
"md5": "dcfbd464dd79adb450fe9a6c804df9b1",
"sha256": "9ba73cb38d2c7c328d404fd00dc72284f215776a98b76c800f56ccb5f7cbef4c"
},
"downloads": -1,
"filename": "resotoappbundler-0.4.0.tar.gz",
"has_sig": false,
"md5_digest": "dcfbd464dd79adb450fe9a6c804df9b1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 9461,
"upload_time": "2023-06-13T13:22:56",
"upload_time_iso_8601": "2023-06-13T13:22:56.012052Z",
"url": "https://files.pythonhosted.org/packages/0f/89/4018d9cb34880ceb216b021a96d424eb88d5b0b4e03516a35ec0d7e11b8c/resotoappbundler-0.4.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-13 13:22:56",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "someengineering",
"github_project": "resoto-apps",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "resotoappbundler"
}