gradle-tasks
Verified for current stable LTS
Gradle Tasks Command: List All Tasks
Use for list all tasks with Gradle Tasks. Exact CLI syntax to list all tasks using Gradle Tasks.
When to use this: Use for list all tasks with Gradle Tasks.
Command Syntax
gradle tasks --all gradle tasks --all Command Breakdown
--all- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to list all tasks using Gradle Tasks.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Gradle Tasks Command: List Main Tasks
gradle tasks Gradle Tasks Command: List Tasks By Group gradle tasks --group <group_name> Gradle Tasks Command: List Tasks For Subproject gradle :<subproject>:tasks Docker Command: List All Docker Containers docker ps -a Alias Command: Shortcut Ls All alias <la>="<ls --all>"