Skip to content

Commit 3d305ab

Browse files
committed
add option documentation
1 parent 57ac5eb commit 3d305ab

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/Commands/Activate.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ class Activate extends EnvironmentAwareCommand
1616
*
1717
* @var string
1818
*/
19-
protected $signature = 'sidecar:activate {--pre-warm}';
19+
protected $signature = 'sidecar:activate
20+
{--pre-warm : Send warming requests to Sidecar functions}';
2021

2122
/**
2223
* The console command description.

src/Commands/Deploy.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ class Deploy extends EnvironmentAwareCommand
1616
*
1717
* @var string
1818
*/
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}';
2022

2123
/**
2224
* The console command description.

0 commit comments

Comments
 (0)