File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ class Activate extends EnvironmentAwareCommand
16
16
*
17
17
* @var string
18
18
*/
19
- protected $ signature = 'sidecar:activate {--pre-warm} ' ;
19
+ protected $ signature = 'sidecar:activate
20
+ {--pre-warm : Send warming requests to Sidecar functions} ' ;
20
21
21
22
/**
22
23
* The console command description.
Original file line number Diff line number Diff line change @@ -16,7 +16,9 @@ class Deploy extends EnvironmentAwareCommand
16
16
*
17
17
* @var string
18
18
*/
19
- protected $ signature = 'sidecar:deploy {--activate} {--pre-warm} ' ;
19
+ protected $ signature = 'sidecar:deploy
20
+ {--activate : Activate the deployment after deploying}
21
+ {--pre-warm : Send warming requests to Sidecar functions} ' ;
20
22
21
23
/**
22
24
* The console command description.
You can’t perform that action at this time.
0 commit comments