serverless-stage-manager icon indicating copy to clipboard operation
serverless-stage-manager copied to clipboard

Is it possible to use wildcards in stage name?

Open floydnoel opened this issue 6 years ago • 2 comments

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-*?

floydnoel avatar Feb 20 '19 18:02 floydnoel

Currently no, but that would be an interesting use case.

jeremydaly avatar Apr 24 '19 21:04 jeremydaly

@floydnoel See also this plugin that lets you use a regex for allowed stages: https://www.npmjs.com/package/serverless-deployment-manager.

coyoteecd avatar Dec 22 '19 14:12 coyoteecd