@pulumi/slack
v0.4.16
Published
A Pulumi package for managing Slack workspaces.
Downloads
13,476
Readme
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:
npm install @pulumi/slackor yarn:
yarn add @pulumi/slackPython
To use from Python, install using pip:
pip install pulumi_slackGo
To use from Go, use go get to grab the latest version of the library:
go get github.com/pulumi/pulumi-slack/sdk/go/....NET
To use from .NET, install using dotnet add package:
dotnet add package Pulumi.SlackConfiguration
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.
