backdrop-contrib / brush

Brush is a command line shell and Unix scripting interface for Backdrop CMS.
GNU General Public License v3.0
2 stars 0 forks source link

Drop version is missing #1

Closed alanmels closed 4 years ago

alanmels commented 5 years ago
docker@cli:/var/www/docroot$ drop st
 Backdrop version                 :  1.14.1                                                               
 Site URI                         :  http://docroot                                                       
 Database driver                  :  mysql                                                                
 Database hostname                :  db                                                                   
 Database username                :  user                                                                 
 Database name                    :  default                                                              
 Database                         :  Connected                                                            
 Backdrop bootstrap               :  Successful                                                           
 Backdrop user                    :  Anonymous                                                            
 Default theme                    :  Basis                                                                
 Administration theme             :  Seven                                                                
 PHP configuration                :  /usr/local/etc/php/php.ini                                           
 Drop script                      :  /usr/local/bin/php /usr/src/drop/drop.php --php='/usr/local/bin/php' 
 Drop version:                                                                                            
 Drop alias files                 :                                                                       
 Backdrop root                    :  /var/www/docroot                                                     
 Site path                        :  .                                                                    
 Modules path                     :  ./modules                                                            
 Themes path                      :  ./themes                                                             
 Files directory path             :  files                                                                
 Temporary files directory path   :                                                                       
 Private files directory path     :                                                                       
 Install profile                  :  standard                                                             

docker@cli:/var/www/docroot$ 
alanmels commented 4 years ago

Fixed by the rename commit and it outputs now:

 Backdrop version                 :  1.15.x-dev                                                             
 Site URI                         :  http://docroot                                                         
 Database driver                  :  mysql                                                                  
 Database hostname                :  db                                                                     
 Database username                :  user                                                                   
 Database name                    :  default                                                                
 Database                         :  Connected                                                              
 Backdrop bootstrap               :  Successful                                                             
 Backdrop user                    :  Anonymous                                                              
 Default theme                    :  Basis                                                                  
 Administration theme             :  Seven                                                                  
 PHP configuration                :  /usr/local/etc/php/php.ini                                             
 Brush script                     :  /usr/local/bin/php /var/www/brush/brush.php --php='/usr/local/bin/php' 
 Brush version                    :  1.x-1.1                                                                
 Brush alias files                :                                                                         
 Backdrop root                    :  /var/www/docroot                                                       
 Site path                        :  .                                                                      
 Modules path                     :  ./modules                                                              
 Themes path                      :  ./themes                                                               
 Files directory path             :  files                                                                  
 Temporary files directory path   :  /tmp                                                                   
 Private files directory path     :                                                                         
 Install profile                  :  standard