@wayai/cli 0.3.148 → 0.3.149
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -28135,7 +28135,7 @@ function buildBasesCommand() {
|
|
|
28135
28135
|
"Default IANA timezone for datetime canonicalization (e.g. America/Sao_Paulo); a record type's own timezone overrides it"
|
|
28136
28136
|
).option(
|
|
28137
28137
|
"--environment <env>",
|
|
28138
|
-
"production (default) | preview. Fixed
|
|
28138
|
+
"production (default) | preview. Fixed for the life of a base and not changeable on one that exists \u2014 but not welded to the id: once a base is permanently deleted and that deletion completes, the id is free and can be created again in either environment, so a preview you prototyped on can become the production base under the same slug. For a base you intend to keep, take the default so the durable id belongs to production, then get a linked preview with create-preview and promote from it. Pass preview for an ephemeral or eval base under a derived id: a preview created here has no production origin, cannot be given one later, and so can never be promoted directly"
|
|
28139
28139
|
).action(async function(id, opts) {
|
|
28140
28140
|
const environment = parseEnum("--environment", opts.environment, [
|
|
28141
28141
|
"production",
|