Skip to content

Commit

Permalink
Adds git url to application info command
Browse files Browse the repository at this point in the history
  • Loading branch information
typhonius committed Feb 13, 2018
1 parent c666278 commit 9348363
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Commands/ApplicationsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.');
}
Expand Down

0 comments on commit 9348363

Please sign in to comment.