@posthog/cli 0.3.7 → 0.4.1
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/CHANGELOG.md +7 -2
- package/README.md +1 -0
- package/npm-shrinkwrap.json +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
-
#
|
|
1
|
+
# posthog-cli
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
## 0.4.1
|
|
4
|
+
- add remote url to release metadata
|
|
5
|
+
|
|
6
|
+
## 0.4.0
|
|
7
|
+
- extract sourcemap url from source code
|
|
8
|
+
- add process command to inject and upload sourcemaps
|
package/README.md
CHANGED
|
@@ -21,6 +21,7 @@ Options:
|
|
|
21
21
|
## Env-based Authentication
|
|
22
22
|
|
|
23
23
|
You can authenticate with PostHog interactively for using the CLI locally, but if you'd like to use it in a CI/CD pipeline, we recommend using these environment variables:
|
|
24
|
+
|
|
24
25
|
- `POSTHOG_CLI_HOST`: The PostHog host to connect to [default: https://us.posthog.com]
|
|
25
26
|
- `POSTHOG_CLI_TOKEN`: [A posthog person API key.](https://posthog.com/docs/api#private-endpoint-authentication)
|
|
26
27
|
- `POSTHOG_CLI_ENV_ID`: The ID number of the project/environment to connect to. E.g. the "2" in `https://us.posthog.com/project/2`
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"hasInstallScript": true,
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"name": "@posthog/cli",
|
|
26
|
-
"version": "0.
|
|
26
|
+
"version": "0.4.1"
|
|
27
27
|
},
|
|
28
28
|
"node_modules/@isaacs/balanced-match": {
|
|
29
29
|
"engines": {
|
|
@@ -716,5 +716,5 @@
|
|
|
716
716
|
}
|
|
717
717
|
},
|
|
718
718
|
"requires": true,
|
|
719
|
-
"version": "0.
|
|
719
|
+
"version": "0.4.1"
|
|
720
720
|
}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"artifactDownloadUrl": "https://github.com/PostHog/posthog/releases/download/posthog-cli-v0.
|
|
2
|
+
"artifactDownloadUrl": "https://github.com/PostHog/posthog/releases/download/posthog-cli-v0.4.1",
|
|
3
3
|
"bin": {
|
|
4
4
|
"posthog-cli": "run-posthog-cli.js"
|
|
5
5
|
},
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"zipExt": ".tar.gz"
|
|
117
117
|
}
|
|
118
118
|
},
|
|
119
|
-
"version": "0.
|
|
119
|
+
"version": "0.4.1",
|
|
120
120
|
"volta": {
|
|
121
121
|
"node": "18.14.1",
|
|
122
122
|
"npm": "9.5.0"
|