# Slack Resource Provider
The Slack Provider enables you to manage Slack resources via Pulumi.
## 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 @pulumi/slack
```
or `yarn`:
```bash
yarn add @pulumi/slack
```
### Python
To use from Python, install using `pip`:
```bash
pip install pulumi_slack
```
### Go
To use from Go, use `go get` to grab the latest version of the library:
```bash
go get github.com/pulumi/pulumi-slack/sdk/go/...
```
### .NET
To use from .NET, install using `dotnet add package`:
```bash
dotnet add package Pulumi.Slack
```
## Configuration
The following configuration points are available for the `slack` provider:
- `slack:token` (environment: `SLACK_TOKEN`) - the token for your slack workspace
## Reference
For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/slack/api-docs/).
Raw data
{
"_id": null,
"home_page": null,
"name": "pulumi-slack",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "pulumi, slack, category/utility",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/d0/25/0e0e06c6168f80dcd5971a47f5f5962f72632539d77ae2d5666b8137a9a0/pulumi_slack-0.4.13.tar.gz",
"platform": null,
"description": "# Slack Resource Provider\n\nThe Slack Provider enables you to manage Slack resources via Pulumi.\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 @pulumi/slack\n```\n\nor `yarn`:\n\n```bash\nyarn add @pulumi/slack\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install pulumi_slack\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/pulumi/pulumi-slack/sdk/go/...\n```\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n```bash\ndotnet add package Pulumi.Slack\n```\n\n## Configuration\n\nThe following configuration points are available for the `slack` provider:\n\n- `slack:token` (environment: `SLACK_TOKEN`) - the token for your slack workspace\n\n## Reference\n\nFor detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/slack/api-docs/).\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "A Pulumi package for managing Slack workspaces.",
"version": "0.4.13",
"project_urls": {
"Homepage": "https://www.pulumi.com",
"Repository": "https://github.com/pulumi/pulumi-slack"
},
"split_keywords": [
"pulumi",
" slack",
" category/utility"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "353f389442d2b9667c3e5734a606620810bf21f7775cd433bfe038117b8dd207",
"md5": "a4fa6cc6d0f2dc0c62630daf8154b543",
"sha256": "b1b4693941838c3b6b8b2d212cc9479d6ee69b9e2dac17a05fd641e5bf092467"
},
"downloads": -1,
"filename": "pulumi_slack-0.4.13-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a4fa6cc6d0f2dc0c62630daf8154b543",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 22720,
"upload_time": "2025-07-24T23:18:34",
"upload_time_iso_8601": "2025-07-24T23:18:34.705024Z",
"url": "https://files.pythonhosted.org/packages/35/3f/389442d2b9667c3e5734a606620810bf21f7775cd433bfe038117b8dd207/pulumi_slack-0.4.13-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d0250e0e06c6168f80dcd5971a47f5f5962f72632539d77ae2d5666b8137a9a0",
"md5": "3cd7a63c99c426a4f3ceda545442b1d9",
"sha256": "43a3546f2c1df182ac6fe034a4de739b62d3c0008ce670af76a12df777e631f5"
},
"downloads": -1,
"filename": "pulumi_slack-0.4.13.tar.gz",
"has_sig": false,
"md5_digest": "3cd7a63c99c426a4f3ceda545442b1d9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 15932,
"upload_time": "2025-07-24T23:18:36",
"upload_time_iso_8601": "2025-07-24T23:18:36.718567Z",
"url": "https://files.pythonhosted.org/packages/d0/25/0e0e06c6168f80dcd5971a47f5f5962f72632539d77ae2d5666b8137a9a0/pulumi_slack-0.4.13.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-24 23:18:36",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pulumi",
"github_project": "pulumi-slack",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pulumi-slack"
}