-
Notifications
You must be signed in to change notification settings - Fork 0
Tasks Reference
IntelliBitz edited this page Sep 3, 2026
·
6 revisions
-
./gradlew ghaInit: Initializes sandboxed GitHub Automation environment (.gha/). -
./gradlew ghaStatus: Displays current project status and platform details. -
./gradlew ghaSandbox: Displays real-time sandbox status and environment health checks. -
./gradlew ghaDependencies: Prints trusted vendors and dependency versions. -
./gradlew ghaClean: Cleans build directory and temporary caches. -
./gradlew ghaBuild: Executes sandboxed Gradle build. -
./gradlew ghaTest: Executes project test suite. -
./gradlew ghaKotlinInit: Scaffolds a new 100% Kotlin project structure with Gradle DSL, version catalog, and sandboxed GHA. -
./gradlew ghaKotlinProjectCreate: Creates a new 100% Kotlin project structure platform-independently. -
./gradlew ghaAndroidRemove: Removes Android manifests, resources, plugins, and dependencies for pure Kotlin development. -
./gradlew ghaAndroidProjectRemove: Converts an Android project into a pure 100% Kotlin project. -
./gradlew ghaHelp: Displays registered GHA tasks and CLI usage instructions.
-
./gradlew ghaGitInit: Initializes a local Git repository. -
./gradlew ghaGitStatus: Displays Git repository status. -
./gradlew ghaGitBranch: Lists local and remote Git branches. -
./gradlew ghaGitCommit: Stages and commits working tree changes. -
./gradlew ghaGitPush: Pushes current branch to origin. -
./gradlew ghaGitPull: Pulls remote changes with rebase. -
./gradlew ghaGitTag: Tagging and pushing. -
./gradlew ghaGitLog: Displays commit log. -
./gradlew ghaGitReset: Resets working tree changes (--hard / --soft / --mixed). -
./gradlew ghaGitStash: Stashes working tree changes (push / pop / list / drop). -
./gradlew ghaGitDiff: Inspects working tree changes and diffs.
-
./gradlew ghaRepoView: Displays GitHub repository details and metadata. -
./gradlew ghaGistCreate: Creates a GitHub Gist from a local file. -
./gradlew ghaSecretSet: Configures repository secrets safely. -
./gradlew ghaWorkflow: Executes automated workflows. -
./gradlew ghaWorkflowList: Lists GitHub Actions workflow runs. -
./gradlew ghaWorkflowCleanup: Cleans up old or failed workflow runs. -
./gradlew ghaWorkflowCancel: Cancels active workflow runs.
-
./gradlew ghaWikiInit: Creates localwiki/documentation directory and template pages. -
./gradlew ghaWikiStatus: Inspects local wiki pages and remote wiki status. -
./gradlew ghaWikiSync: Pulls remote wiki changes into localwiki/directory. -
./gradlew ghaWikiPublish: Commits and pushes localwiki/pages to remote GitHub Wiki.
-
./gradlew ghaPrCreate: Creates Pull Requests. -
./gradlew ghaPrList: Lists open Pull Requests. -
./gradlew ghaIssueCreate: Creates Issues. -
./gradlew ghaIssueList: Lists open Issues. -
./gradlew ghaReleaseCreate: Creates Releases. -
./gradlew ghaDependabotCleanup: Cleans up Dependabot branches.
-
./gradlew ghaGitStatus: Displays Git repository status. -
./gradlew ghaGitBranch: Displays current Git branches and branch status. -
./gradlew ghaGitCommit: Stages and commits working tree changes. -
./gradlew ghaGitPush: Pushes current branch to origin. -
./gradlew ghaGitPull: Pulls remote changes with rebase. -
./gradlew ghaGitTag: Tagging and pushing. -
./gradlew ghaGitLog: Displays commit log.
Powered by gha — 100% Kotlin GitHub Automation.