serverless-stage-manager
serverless-stage-manager copied to clipboard
Is it possible to use wildcards in stage name?
For my CI environment, I have a stage created with the naming pattern of ci-{git-commit-hash}
. Would it be possible with this plugin to have an allowed stage name such as ci-*?
Currently no, but that would be an interesting use case.
@floydnoel See also this plugin that lets you use a regex for allowed stages: https://www.npmjs.com/package/serverless-deployment-manager.