agentconnect.cli.config module

init(force=<typer.models.OptionInfo object>)

Generate agentconnect.yaml in the current directory.

Non-interactive; fails if file exists unless –force is provided.

Return type:

None

Parameters:

force (bool)

show()

Print the effective (redacted) settings from SDK config loader.

Return type:

None

validate(file)

Validate a YAML file against the SDK models; suitable for CI.

Return type:

None

Parameters:

file (Annotated[Path, <typer.models.ArgumentInfo object at 0x7f7062e5b990>])