Forrest logo
back to context overview

fdroid

List of commands for fdroid:

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