@base44-preview/cli 0.1.14-pr.626.6952180 → 0.1.15-pr.626.ebb916a
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/cli/index.js +3 -3
- package/dist/cli/index.js.map +14 -14
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -239236,7 +239236,7 @@ import { join as join13 } from "node:path";
|
|
|
239236
239236
|
// package.json
|
|
239237
239237
|
var package_default = {
|
|
239238
239238
|
name: "base44",
|
|
239239
|
-
version: "0.1.
|
|
239239
|
+
version: "0.1.15",
|
|
239240
239240
|
description: "Base44 CLI - Unified interface for managing Base44 applications",
|
|
239241
239241
|
type: "module",
|
|
239242
239242
|
bin: {
|
|
@@ -250707,7 +250707,7 @@ async function logsAction(ctx, options) {
|
|
|
250707
250707
|
function getLogsCommand() {
|
|
250708
250708
|
return new Base44Command("logs").description("Fetch function logs for this app").option("--function <names>", "Filter by function name(s), comma-separated. If omitted, fetches logs for all deployed functions").option("--since <datetime>", "Show logs from this time. ISO datetime or relative shorthand (e.g. 1h, 30m, 2d)", normalizeDatetime).option("--until <datetime>", "Show logs until this time. ISO datetime or relative shorthand (e.g. 1h, 30m, 2d)", normalizeDatetime).addOption(new Option2("--level <level>", "Filter by log level").choices([
|
|
250709
250709
|
...LogLevelSchema.options
|
|
250710
|
-
])).option("-n, --limit <n>", "Results per page (1-1000; the server returns at most 500)").option("-f, --follow", "Stream new logs as they arrive").addOption(new Option2("--order <order>", "Sort order").choices(["asc", "desc"])).addOption(new Option2("--env <env>", "Which deployment to read logs from: preview (current draft) or prod (published).
|
|
250710
|
+
])).option("-n, --limit <n>", "Results per page (1-1000; the server returns at most 500)").option("-f, --follow", "Stream new logs as they arrive").addOption(new Option2("--order <order>", "Sort order").choices(["asc", "desc"])).addOption(new Option2("--env <env>", "Which deployment to read logs from: preview (current draft) or prod (published). Omit to read both.").choices([...LogEnvSchema.options])).action(logsAction);
|
|
250711
250711
|
}
|
|
250712
250712
|
|
|
250713
250713
|
// src/cli/commands/project/scaffold.ts
|
|
@@ -260302,4 +260302,4 @@ export {
|
|
|
260302
260302
|
runCLI
|
|
260303
260303
|
};
|
|
260304
260304
|
|
|
260305
|
-
//# debugId=
|
|
260305
|
+
//# debugId=38C598563A079C3764756E2164756E21
|