Skip to content

request: ability to disable file creation #5

Description

@hugomallet

Hi,

I would like to disable the plugin depending on a variable (usually the stage).

For example:

custom: 
    exportOutputs: false

or

custom: 
    exportOutputs: 
        enabled: false
        include: ...

This could be used using stage option :

custom: 
    exportOutputsEnabled: 
        dev: true
    exportOutputs: 
        enabled: ${self:custom.exportOutputsEnabled.${opt:stage}, false}
        include: ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions