Skip to content

Instantly share code, notes, and snippets.

@BrutalBirdie
Created December 19, 2025 15:37
Show Gist options
  • Select an option

  • Save BrutalBirdie/6ff247c66c602c3990a2536955813cf0 to your computer and use it in GitHub Desktop.

Select an option

Save BrutalBirdie/6ff247c66c602c3990a2536955813cf0 to your computer and use it in GitHub Desktop.
Cloudron CLI - Cheat Cheet

A Cloudron CLI Cheat Sheet

Get an apps manifest by searching the package id

cloudron inspect | yq --prettyPrint --output-format json '.apps[] | select(.manifest.id == "app.dawarich.cloudronapp") | .manifest'

Get an apps manifest by searching the appid

cloudron inspect | yq --prettyPrint --output-format json '.apps[] | select(.id == "f7a0b225-71a3-4ad8-bb39-08154273de52") | .manifest'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment