GOOD SHELL MAS BOY
Server: Apache/2.4.52 (Ubuntu)
System: Linux vmi1836763.contaboserver.net 5.15.0-130-generic #140-Ubuntu SMP Wed Dec 18 17:59:53 UTC 2024 x86_64
User: www-data (33)
PHP: 8.4.10
Disabled: NONE
Upload Files
File: //usr/local/lib/node_modules/firebase-tools/lib/commands/functions-shell.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.command = void 0;
const command_1 = require("../command");
const requirePermissions_1 = require("../requirePermissions");
const functionsShellCommandAction_1 = require("../functionsShellCommandAction");
const requireConfig_1 = require("../requireConfig");
const commandUtils_1 = require("../emulator/commandUtils");
exports.command = new command_1.Command("functions:shell")
    .description("launch full Node shell with emulated functions")
    .option("-p, --port <port>", "the port on which to emulate functions")
    .option(commandUtils_1.FLAG_INSPECT_FUNCTIONS, commandUtils_1.DESC_INSPECT_FUNCTIONS)
    .before(requireConfig_1.requireConfig)
    .before(requirePermissions_1.requirePermissions)
    .action(functionsShellCommandAction_1.actionFunction);