Skip to content

docs(runtime-api): use app-server's --insecure-no-auth flag name #3260

@Hmbown

Description

@Hmbown

Follow-up from v0.8.61 app-server release verification

docs/RUNTIME_API.md currently says, in the app-server section, to pass --insecure on trusted loopback. That flag name is correct for codewhale serve, but the canonical app-server flag is --insecure-no-auth.

Evidence:

  • codewhale app-server --help exposes --insecure-no-auth.
  • codewhale serve --help exposes --insecure.
  • app-server --http maps --insecure-no-auth to the delegated serve --insecure flag.

Expected direction:

  • Update the app-server-specific docs text to say --insecure-no-auth.
  • Keep any serve compatibility-alias examples using --insecure where they refer specifically to codewhale serve.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Projects

    Status
    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions