Skip to content

overwriteHandler=false does not create new handlers #164

@siom79

Description

@siom79

I have created a first version of my service and implemented the stubs generated by light-codegen. Now I want to add a new path to my openapi specification. Hence, I run light-codegen with the option overwriteHandler set to false in order to avoid losing my changes on the existing handlers.

I expected that the new handler gets created, but it is not.

Once I set overwriteHandlerto true, the new handler is created but I lose all my changes of the existing handlers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions