
fdroid
List of commands for fdroid:
-
fdroid:tldr:0d9d2 fdroid: Build a specific app in a build server VM.$ fdroid build ${app_id} --servertry on your machineexplain this command
-
fdroid:tldr:1fd31 fdroid: Build a specific app.$ fdroid build ${app_id}try on your machineexplain this command
-
fdroid:tldr:3271f fdroid: Fix the formatting automatically (if possible).$ fdroid rewritemeta ${app_id}try on your machineexplain this command
-
fdroid:tldr:75bc4 fdroid: Check if the metadata is formatted correctly.$ fdroid lint --format ${app_id}try on your machineexplain this command
-
fdroid:tldr:d2322 fdroid: Install the app on every connected device.$ fdroid install ${app_id}try on your machineexplain this command
-
fdroid:tldr:dedde fdroid: Publish the app to the local repository.$ fdroid publish ${app_id}try on your machineexplain this command