run

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 27, 2026 License: MIT Imports: 12 Imported by: 0

Documentation

Overview

Package run implements the "run" CLI command that starts the router HTTP server.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	*root.Config
	ConfigPath     string
	SupergraphPath string
	ListenOverride string
	Dev            bool
	HotReload      bool
	LogLevel       string
	Flags          *ff.FlagSet
	Command        *ff.Command
}

Config holds the run subcommand's parsed flags.

func New

func New(parent *root.Config) *Config

New creates and registers the run command with the given parent config.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL