create-db 1.0.8-pr51-DC-4933-env-flag-17298727080.0 → 1.0.8-pr51-DC-4933-env-flag-17300940667.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 +2 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -194,7 +194,7 @@ Options:
|
|
|
194
194
|
${chalk.yellow("--json, -j")} Output machine-readable JSON and exit
|
|
195
195
|
${chalk.yellow("--list-regions")} List available regions and exit
|
|
196
196
|
${chalk.yellow("--help, -h")} Show this help message
|
|
197
|
-
${chalk.yellow("--env, -e")} Prints DATABASE_URL to the terminal
|
|
197
|
+
${chalk.yellow("--env, -e")} Prints DATABASE_URL to the terminal. ${chalk.gray(`To write to .env, use --env >> .env`)}
|
|
198
198
|
|
|
199
199
|
Examples:
|
|
200
200
|
${chalk.gray(`npx ${CLI_NAME} --region us-east-1`)}
|
|
@@ -203,6 +203,7 @@ Examples:
|
|
|
203
203
|
${chalk.gray(`npx ${CLI_NAME} -i`)}
|
|
204
204
|
${chalk.gray(`npx ${CLI_NAME} --json --region us-east-1`)}
|
|
205
205
|
${chalk.gray(`npx ${CLI_NAME} --env --region us-east-1`)}
|
|
206
|
+
${chalk.gray(`npx ${CLI_NAME} --env >> .env`)}
|
|
206
207
|
`);
|
|
207
208
|
process.exit(0);
|
|
208
209
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-db",
|
|
3
|
-
"version": "1.0.8-pr51-DC-4933-env-flag-
|
|
3
|
+
"version": "1.0.8-pr51-DC-4933-env-flag-17300940667.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": "",
|