mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-01 08:54:15 +00:00
Update cheatsheets
This commit is contained in:
21
tldr/linux/flatpak-remote-info
Normal file
21
tldr/linux/flatpak-remote-info
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# flatpak remote-info
|
||||
|
||||
> Show information about an application or runtime in a remote.
|
||||
> More information: <https://docs.flatpak.org/en/latest/flatpak-command-reference.html#flatpak-remote-info>.
|
||||
|
||||
- Show information about a flatpak:
|
||||
|
||||
`flatpak remote-info {{remote_name}} {{com.example.app}}`
|
||||
|
||||
- Show a log of previous versions in a remote:
|
||||
|
||||
`flatpak remote-info --log {{remote_name}} {{com.example.app}}`
|
||||
|
||||
- Show information about the specific commit, rather than the latest version:
|
||||
|
||||
`flatpak remote-info --commit={{COMMIT}} {{remote_name}} {{com.example.app}}`
|
||||
Reference in New Issue
Block a user