unoverse 0.1.64 → 0.1.65

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.
@@ -167,8 +167,10 @@ cmd_deploy() {
167
167
  echo -e " ${CYAN}${BOLD}Your account already has a PostgreSQL cluster.${NC}"
168
168
  echo -e " ${DIM}$found${NC}"
169
169
  echo ""
170
- pick_option "Reuse it (this universe gets its own database, user and pool inside it)" \
171
- "Create a new one (~\$15/month, fully separate)"
170
+ echo -e " ${DIM}The difference is what happens when this universe is torn down.${NC}"
171
+ echo ""
172
+ pick_option "Reuse it this universe gets its own database inside it. The cluster is NOT part of the stack: destroying the universe leaves it running" \
173
+ "Create one for this universe part of the stack, built and destroyed with it (~\$15/month)"
172
174
  if [ "$PICKED" = "0" ]; then
173
175
  node -e 'const fs=require("fs");const[f,c]=process.argv.slice(1);let s=fs.readFileSync(f,"utf8");s=s.replace(/^#\s*(existing_pg_cluster_name\s*=.*)$/m,"$1");fs.writeFileSync(f,s)' "$tfv" "$found"
174
176
  ok "Reusing $found"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unoverse",
3
- "version": "0.1.64",
3
+ "version": "0.1.65",
4
4
  "description": "The Unoverse front door — create a Studio project, a universe, or a client app, and launch Studio.",
5
5
  "license": "SEE LICENSE IN README.md",
6
6
  "type": "module",