# Fly.io Resource Provider
![Fly.io](./img/fly.png)
The Fly.io Resource Provider lets you manage [Fly.io](https://fly.io/) resources.
## Installing
This package is available for several languages/platforms:
### Node.js (JavaScript/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either `npm`:
```bash
npm install @ediri/pulumi-fly
```
or `yarn`:
```bash
yarn add @ediri/pulumi-fly
```
### Python
To use from Python, install using `pip`:
```bash
pip install ediri_fly
```
### Go
To use from Go, use `go get` to grab the latest version of the library:
```bash
go get github.com/dirien/pulumi-fly/sdk
```
### .NET
To use from .NET, install using `dotnet add package`:
```bash
dotnet add package ediri.Fly
```
## Configuration
The following configuration options are supported for the `fly` provider:
* `fly_api_token` (String) fly.io api token. If not set checks env for `FLY_API_TOKEN`
* `fly_http_endpoint` (String) Where the provider should look to find the fly http endpoint
## Reference
For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/fly/api-docs/).
Raw data
{
"_id": null,
"home_page": "https://github.com/dirien/pulumi-fly",
"name": "ediri-fly",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "pulumi fly category/cloud",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/c7/68/836de5d02de31cf309240a1f1e6d56f6fd280fd1f21bb55a0909091ff99d/ediri_fly-0.1.18.tar.gz",
"platform": null,
"description": "# Fly.io Resource Provider\n\n![Fly.io](./img/fly.png)\n\nThe Fly.io Resource Provider lets you manage [Fly.io](https://fly.io/) resources.\n\n## Installing\n\nThis package is available for several languages/platforms:\n\n### Node.js (JavaScript/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n```bash\nnpm install @ediri/pulumi-fly\n```\n\nor `yarn`:\n\n```bash\nyarn add @ediri/pulumi-fly\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install ediri_fly\n```\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library:\n\n```bash\ngo get github.com/dirien/pulumi-fly/sdk\n```\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n```bash\ndotnet add package ediri.Fly\n```\n\n## Configuration\n\nThe following configuration options are supported for the `fly` provider:\n\n* `fly_api_token` (String) fly.io api token. If not set checks env for `FLY_API_TOKEN`\n* `fly_http_endpoint` (String) Where the provider should look to find the fly http endpoint\n\n## Reference\n\nFor detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/fly/api-docs/).\n\n\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "A Pulumi package for creating and managing Fly.io resources.",
"version": "0.1.18",
"project_urls": {
"Homepage": "https://github.com/dirien/pulumi-fly",
"Repository": "https://github.com/dirien/pulumi-fly"
},
"split_keywords": [
"pulumi",
"fly",
"category/cloud"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c768836de5d02de31cf309240a1f1e6d56f6fd280fd1f21bb55a0909091ff99d",
"md5": "b4b1cd01f99fd6a764f478fdafec1b82",
"sha256": "e936d1b35a0eeecf3f2e783fc54b7a45b34d363488c95981e9d9f6b73ead0f82"
},
"downloads": -1,
"filename": "ediri_fly-0.1.18.tar.gz",
"has_sig": false,
"md5_digest": "b4b1cd01f99fd6a764f478fdafec1b82",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 18346,
"upload_time": "2024-11-03T22:09:54",
"upload_time_iso_8601": "2024-11-03T22:09:54.616093Z",
"url": "https://files.pythonhosted.org/packages/c7/68/836de5d02de31cf309240a1f1e6d56f6fd280fd1f21bb55a0909091ff99d/ediri_fly-0.1.18.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-03 22:09:54",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "dirien",
"github_project": "pulumi-fly",
"github_fetch_exception": true,
"lcname": "ediri-fly"
}