تحرير

مشاركة عبر


start command

Start the Data API builder runtime with an existing configuration file.

Syntax

dab start [options]

Quick glance

Option Summary
-c, --config Use a specific config file (defaults to dab-config.json or environment-specific file if present)
--LogLevel <level> Specifies logging level as provided value.
--no-https-redirect Disables automatic HTTP→HTTPS redirection
--verbose Sets log level to Information
--help Display the help screen.
--version Display version information.

-c, --config

Path to config file. Defaults to dab-config.json unless dab-config.<DAB_ENVIRONMENT>.json exists, where DAB_ENVIRONMENT is an environment variable.

Example

dab start \
  --config ./settings/dab-config.json

--LogLevel <level>

Specifies logging level as provided value. For possible values, see: https://go.microsoft.com/fwlink/?linkid=2263106

Example

dab start \
  --LogLevel Warning

--no-https-redirect

Disables automatic HTTP→HTTPS redirection.

Example

dab start \
  --no-https-redirect

--verbose

Sets the minimum log level to Information.

Example

dab start \
  --verbose

--help

Display the help screen.

Example

dab start --help

--version

Display version information.

Example

dab start --version