Skip to content

Command line interface (CLI)

Bifröst is usually available via its bifroest command on each operating system.

Running the server

Syntax: bifroest run [flags]

Flags

Includes all general flags.

--configuration

-cFile Path<Configuration> = "<os specific>"

The default value varies depending on the platform Bifröst runs on:

  • Linux: /etc/engity/bifroest/configuration.yaml
  • Windows: C:\ProgramData\Engity\Bifroest\configuration.yaml

Show version

Syntax: bifroest verion [flags]

Flags

Includes all general flags.

General

Flags

--log.level

Log Level = "INFO"

Defines the minimum level at which the log messages will be logged.

--log.format

Log Format = "text"

In which format the log output should be printed.

--log.colorMode

Log Color Mode = "auto"

Tells whether to log in color or not.

--version

Same as using sub-command version.