Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drupal / console / src / Command / Debug / DotenvCommand.php
index 83cf3cc955baaa8a62004891f15e7f874ef21b12..a737a9d6542d553d2f72b7dc87a64e25dc737d55 100644 (file)
@@ -53,5 +53,7 @@ class DotenvCommand extends Command
 
         $fileContent = file_get_contents($envFile);
         $this->getIo()->writeln($fileContent);
+
+        $this->getIo()->warning('This command is deprecated use instead: `cat .env`');
     }
 }