Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #262: Deprecate drush extension in README. #263

Merged
merged 1 commit into from
Apr 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
Drush Integration for Backdrop CMS
==================================

[![Build Status](https://travis-ci.org/backdrop-contrib/backdrop-drush-extension.svg?branch=1.x-1.x)](https://travis-ci.org/backdrop-contrib/backdrop-drush-extension)

This project allows you to use [Drush](https://github.com/drush-ops/drush) with
This project allows you to use [Drush 8](https://github.com/drush-ops/drush) with
[Backdrop CMS](https://backdropcms.org). Drush is a command-line tool for
manipulating content management systems.

**This project is deprecated. The [bee](https://github.com/backdrop-contrib/bee)
project is the best way to interact with Backdrop via the CLI.** If you use the
backdrop-drush extension on your Backdrop projects, PHP 7.4 is recommended, as
drush 8 has some issues with PHP 8+. Drush 8 is also scheduled to become
unsupported when Drupal 7 reaches end-of-life on January 15, 2025.

This integration is currently capable of executing the following commands:

* `drush dlb backdrop`: Download Backdrop CMS.
Expand Down