Socket
Book a DemoInstallSign in
Socket

@dazl/engine-cli

Package Overview
Dependencies
Maintainers
33
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dazl/engine-cli

This package provides a command line interface for the engine.

latest
Source
npmnpm
Version
51.1.0
Version published
Maintainers
33
Created
Source

@dazl/engine-cli

This package provides a command line interface for the engine.

Installation

npm install @dazl/engine-cli

Usage

This package exposes an engine command that can be used to start the engine.

npx engine --watch

This will start the engine in watch mode, and open the dev server for the engine dashboard.

Options

OptionTypeDefault ValueDescription
buildTargetsnode | web | both | electronbothTarget platform(s) for the build.
helpbooleanfalseDisplays help information if true.
cleanbooleantrueWhether to clean the build directory before building.
watchbooleanfalseRebuilds on file changes if true.
devbooleanwatch valueEnables development mode. Defaults to the value of 'watch'.
runbooleandev valueRuns the built application if true. Defaults to the value of 'dev'.
verbosebooleanfalseEnables verbose logging if true.
writeMetadataFilesbooleantrueWhether to write metadata files during the build process.
runtimeArgsJSON object{}Arbitrary arguments to pass at runtime, specified as a JSON string.
featurestringSpecifies a particular feature to build or run.
configstringPath to a specific configuration file to use.
publicPathstring''Base path for serving static files. Defaults to an empty string.
engineConfigFilePathstringPath to the engine configuration file.
publicConfigsRoutestringconfigsRoute under which public configurations are served. Defaults to 'configs'.

FAQs

Package last updated on 04 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts