mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
fix: use a number type for rollback --timestamp option (#12485)
This commit is contained in:
parent
5a072398bf
commit
d2f3e0c4cf
@ -377,7 +377,7 @@ commands.set('rollback', {
|
||||
usage: 'Rollback the Serverless service to a specific deployment',
|
||||
options: {
|
||||
timestamp: {
|
||||
type: 'string',
|
||||
type: 'number',
|
||||
usage: 'Timestamp of the deployment (list deployments with `serverless deploy list`)',
|
||||
shortcut: 't',
|
||||
required: false,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user