diff --git a/src/Commands/ApplicationsCommand.php b/src/Commands/ApplicationsCommand.php index dcf8d6b..fcf4be3 100644 --- a/src/Commands/ApplicationsCommand.php +++ b/src/Commands/ApplicationsCommand.php @@ -86,6 +86,7 @@ public function acquiaApplicationInfo($uuid) ]); } $table->render(); + $this->say('🔧 Git URL: ' . $environment->vcs->url); $this->say('💻 indicates environment in livedev mode.'); $this->say('🔒 indicates environment in production mode.'); }