Closed mnapoli closed 2 years ago
How about removing these from components entirely:
async default(inputs = {}) { return this.deploy(inputs); }
The idea of having default behavior on serverless is interesting but:
serverless
deploy
👍 From me on this one. I prefer being explicit with the commands and I don't see much value in supporting this approach.
How about removing these from components entirely:
The idea of having default behavior on
serverless
is interesting but:deploy
command