You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class CodeRebuildCommand extends TerminusCommand implements SiteAwareInterface
18
+
class CodeRebuildCommand extends TerminusCommand implements SiteAwareInterface, RequestAwareInterface
17
19
{
18
20
use SiteAwareTrait;
19
21
use WorkflowProcessingTrait;
22
+
use RequestAwareTrait;
20
23
21
24
/**
22
25
* Moves code to the specified environment's runtime from the associated git branch, retriggering Composer builds for sites using Integrated Composer. (Not applicable for Test and Live environments which run on git tags made from the Dev environment's git history.)
0 commit comments