https://github.com/crowdstrike/pulumi-crowdstrike
https://github.com/crowdstrike/pulumi-crowdstrike
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/crowdstrike/pulumi-crowdstrike
- Owner: CrowdStrike
- License: apache-2.0
- Created: 2024-07-29T12:59:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-01T23:49:08.000Z (5 months ago)
- Last Synced: 2026-02-15T01:21:50.931Z (5 months ago)
- Language: Python
- Size: 1.16 MB
- Stars: 0
- Watchers: 6
- Forks: 2
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
- Copyright: COPYRIGHT
Awesome Lists containing this project
README
# CrowdStrike Resource Provider
The CrowdStrike Resource Provider lets you manage [crowdstrike](https://www.pulumi.com/registry/packages/crowdstrike/) 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 @crowdstrike/pulumi
```
or `yarn`:
```bash
yarn add @crowdstrike/pulumi
```
### Python
To use from Python, install using `pip`:
```bash
pip install crowdstrike_pulumi
```
### Go
To use from Go, use `go get` to grab the latest version of the library:
```bash
go get github.com/crowdstrike/pulumi-crowdstrike/sdk/go/...
```
### .NET
To use from .NET, install using `dotnet add package`:
```bash
dotnet add package CrowdStrike.Crowdstrike
```
## Reference
For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/crowdstrike/api-docs/).