create-db 0.0.11-pr27-feat-posthog-16471803042.0 → 0.0.11-pr27-feat-posthog-16472140508.0
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/index.js +3 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -399,6 +399,9 @@ async function createDatabase(name, region) {
|
|
|
399
399
|
async function main() {
|
|
400
400
|
try {
|
|
401
401
|
const rawArgs = process.argv.slice(2);
|
|
402
|
+
log.message(
|
|
403
|
+
chalk.white(`POSTHOG: ${process.env.POSTHOG_API_KEY} ${process.env.POSTHOG_API_HOST}`)
|
|
404
|
+
);
|
|
402
405
|
try {
|
|
403
406
|
await analytics.capture("create_db:cli_command_ran", {
|
|
404
407
|
command: CLI_NAME,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-db",
|
|
3
|
-
"version": "0.0.11-pr27-feat-posthog-
|
|
3
|
+
"version": "0.0.11-pr27-feat-posthog-16472140508.0",
|
|
4
4
|
"description": "Instantly create a temporary Prisma Postgres database with one command, then claim and persist it in your Prisma Data Platform project when ready.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"author": "",
|