@pulumi/github 4.9.1 → 4.10.0-alpha.1643159008
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +2 -2
- package/package.json.dev +1 -1
package/README.md
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
# GitHub provider
|
|
4
4
|
|
|
5
|
-
The GitHub resource provider for Pulumi lets you use GitHub resources in your infrastructure
|
|
6
|
-
|
|
5
|
+
The GitHub resource provider for Pulumi lets you use GitHub resources in your infrastructure programs.
|
|
6
|
+
To use this package, please [install the Pulumi CLI first](https://pulumi.io/reference/cli/).
|
|
7
7
|
|
|
8
8
|
## Installing
|
|
9
9
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/github",
|
|
3
|
-
"version": "v4.
|
|
3
|
+
"version": "v4.10.0-alpha.1643159008+ea5f220c",
|
|
4
4
|
"description": "A Pulumi package for creating and managing github cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "tsc",
|
|
14
|
-
"install": "node scripts/install-pulumi-plugin.js resource github v4.
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource github v4.10.0-alpha.1643159008+ea5f220c"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@pulumi/pulumi": "^3.0.0"
|