rpk connect blobl server

Run a web server that provides an interactive application for writing and testing Bloblang mappings.

This server is intended for local debugging and experimentation purposes only. Do NOT expose it to the internet.

Usage

rpk connect blobl server [flags]

Flags

Value Type Description

--host

string

the host to bind to.

-p, --port

string

the port to bind to.

-n, --no-open

bool

do not open the app in the browser automatically.

-m, --mapping-file

string

an optional path to a mapping file to load as the initial mapping within the app.

-i, --input-file

string

an optional path to an input file to load as the initial input to the mapping within the app.

-w, --write

bool

when editing a mapping and/or input file write changes made back to the respective source file, if the file does not exist it will be created.

Global flags

Value Type Description

--config

string

Redpanda or rpk config file; default search paths are ~/.config/rpk/rpk.yaml, $PWD/redpanda.yaml, and /etc/redpanda/redpanda.yaml.

-X, --config-opt

stringArray

Override rpk configuration settings; -X help for detail or -X list for terser detail.

--ignore-profile

bool

Ignore rpk.yaml and redpanda.yaml; use default settings.

--profile

string

rpk profile to use.

-v, --verbose

bool

Enable verbose logging.