mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
fix(CLI): Fix generate-event and test commands schema visibility
This commit is contained in:
parent
14f5743846
commit
ae645e7e8e
@ -272,7 +272,7 @@ commands.set('studio', {
|
||||
lifecycleEvents: ['studio'],
|
||||
});
|
||||
|
||||
commands.get('test', {
|
||||
commands.set('test', {
|
||||
usage: 'Run HTTP tests',
|
||||
options: {
|
||||
function: {
|
||||
|
||||
@ -122,7 +122,7 @@ commands.set('dashboard', {
|
||||
lifecycleEvents: ['dashboard'],
|
||||
});
|
||||
|
||||
commands.get('generate-event', {
|
||||
commands.set('generate-event', {
|
||||
usage: 'Generate event',
|
||||
lifecycleEvents: ['generate-event'],
|
||||
options: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user