💻 Command line application as an alternative to the ReVanced Manager
Go to file
semantic-release-bot 63b6350afc chore: Release v5.0.0 [skip ci]
# [5.0.0](https://github.com/ReVanced/revanced-cli/compare/v4.6.0...v5.0.0) (2024-11-10)

### Bug Fixes

* Check for null when no device serial was specified ([1da8ae9](1da8ae9e46))
* List if patch option is required ([#346](https://github.com/ReVanced/revanced-cli/issues/346)) ([98ff0c3](98ff0c34fa))
* Make CLI ArgGroup non-exclusive to be able to disable and enable patches at the same time ([1bb0d13](1bb0d13726))
* Make patches selectable by using a mutable collection for the selection option ([751fa1d](751fa1d889))
* Make the patch command work without specifying any selection ([ba159a3](ba159a35a9))
* Print in new line correctly ([c2dc9d7](c2dc9d76be))
* Use the first connected device when no ADB device is specified ([5f952f3](5f952f35f5))

### Features

* Set patch options via CLI ([#336](https://github.com/ReVanced/revanced-cli/issues/336)) ([2300243](23002434b2))
* Show error about no installation device found at the beginning ([3300e6b](3300e6b433))
* Simplify command and option names and descriptions ([#338](https://github.com/ReVanced/revanced-cli/issues/338)) ([6e7797a](6e7797a3f0))
* Simplify option descriptions ([45c998b](45c998b335))

### BREAKING CHANGES

* Options have been renamed.
* This commit changes various CLI options and removes the `options.json` file. Instead, patch options can now be passed via CLI options
2024-11-10 14:57:43 +00:00
.github ci: Use permissions and regular GitHub token instead of PAT 2024-09-30 22:24:18 +02:00
assets chore: Update README heading 2023-11-22 23:41:26 +01:00
docs docs: Use correct option name in command example (#342) 2024-10-16 15:27:58 +02:00
gradle build(Needs bump): Bump dependencies 2024-11-05 19:58:21 +01:00
src fix: List if patch option is required (#346) 2024-11-10 15:47:55 +01:00
.editorconfig build(Needs bump): Bump dependencies 2024-02-15 02:34:10 +01:00
.gitattributes build: update gradle 2023-07-05 23:07:31 +02:00
.gitignore build: Bump ReVanced Patcher (#335) 2024-08-12 22:05:47 +02:00
.releaserc ci: Adjust release commit message 2024-10-01 17:30:15 +02:00
build.gradle.kts build: Remove local Maven repo and unnecessary build configuration 2024-07-26 02:03:51 +02:00
CHANGELOG.md chore: Release v5.0.0 [skip ci] 2024-11-10 14:57:43 +00:00
CONTRIBUTING.md docs: Fix broken links 2024-02-26 04:37:46 +01:00
gradle.properties chore: Release v5.0.0 [skip ci] 2024-11-10 14:57:43 +00:00
gradlew build: Bump dependencies 2024-05-26 01:21:15 +02:00
gradlew.bat build: Bump dependencies 2024-05-26 01:21:15 +02:00
LICENSE Create LICENSE 2022-05-06 23:05:42 +02:00
package-lock.json build(Needs bump): Update dependencies 2024-09-30 22:25:06 +02:00
package.json build(Needs bump): Update dependencies 2024-09-30 22:25:06 +02:00
README.md docs: Fix spelling mistakes [skip ci] 2024-10-23 21:08:49 +02:00
settings.gradle.kts build: Remove local Maven repo and unnecessary build configuration 2024-07-26 02:03:51 +02:00


                       

Continuing the legacy of Vanced

💻 ReVanced CLI

GitHub Workflow Status (with event) GPLv3 License

Command-line application to use ReVanced.

About

ReVanced CLI is a command-line application that uses ReVanced Patcher to patch Android apps.

💪 Features

Some of the features ReVanced CLI provides are:

  • 💉 Patch apps: Harness ReVanced Patcher to patch Android apps
  • 💾 Install and uninstall apps: Install and uninstall Apps via ADB, using the Android package manager or by mounting using root permissions
  • 📃 List patches from patch bundles: List available patches, compatible packages, and versions
  • 💪 Flexibility and functionality: Apply any combination of patches to any version of Android apps

🔽 Download

You can download the most recent version of ReVanced CLI from here.
Learn how to use ReVanced CLI by following the documentation.

📚 Everything else

📙 Contributing

Thank you for considering contributing to ReVanced CLI. You can find the contribution guidelines here.

🛠️ Building

To build a ReVanced CLI, you can follow the documentation.

📃 Documentation

You can find the documentation of ReVanced CLI here.

📜 Licence

ReVanced CLI is licensed under the GPLv3 license. Please see the license file for more information. tl;dr you may copy, distribute and modify ReVanced CLI as long as you track changes/dates in source files. Any modifications to ReVanced CLI must also be made available under the GPL, along with build & install instructions.