s3-orchestrator

validatecmd

import "github.com/afreidah/s3-orchestrator/internal/cli/validatecmd"

Package validatecmd implements the `s3-orchestrator validate` subcommand, which checks a configuration file and reports a summary without starting the server.

Index

func Run

func Run(args []string, stdout, stderr io.Writer) int

Run parses the validate flags, validates the configuration file, and returns the process exit code: 0 when the config is valid, 1 otherwise.

Generated by gomarkdoc