Skip to content

Commit

Permalink
More specific description in env:code-rebuild (#2488)
Browse files Browse the repository at this point in the history
The existing description of the env:code-rebuild just rephrases what's implied by the name of the command without much additional explanation.

While this proposed change might be too verbose for the norms of Terminus descriptions/help text, I would rather that we over-explain than under-explain.
  • Loading branch information
stevector authored Sep 27, 2023
1 parent 55cc06e commit ee19c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/Env/CodeRebuildCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class CodeRebuildCommand extends TerminusCommand implements SiteAwareInterface
use WorkflowProcessingTrait;

/**
* Rebuild code for the given environment (only dev and multidev allowed).
* 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.)
*
* @authorize
*
Expand Down

0 comments on commit ee19c13

Please sign in to comment.