Forrest logo
back to context overview

ostree

List of commands for ostree:

  • ostree:tldr:7581a ostree: Show files in commit.
    $ ostree ls --repo ${path-to-repo} ${commit_id}
    try on your machine
    explain this command
  • ostree:tldr:b34b0 ostree: Show available refs (branches).
    $ ostree refs --repo ${path-to-repo}
    try on your machine
    explain this command
  • ostree:tldr:b4ea4 ostree: Show metadata of commit.
    $ ostree show --repo ${path-to-repo} ${commit_id}
    try on your machine
    explain this command
  • ostree:tldr:be4e8 ostree: Show repo summary.
    $ ostree summary --repo ${path-to-repo} --view
    try on your machine
    explain this command
  • ostree:tldr:c9005 ostree: Show list of commits.
    $ ostree log --repo ${path-to-repo} ${branch_name}
    try on your machine
    explain this command
  • ostree:tldr:d4705 ostree: Create a commit (snapshot) of the files.
    $ ostree commit --repo ${path-to-repo} --branch ${branch_name}
    try on your machine
    explain this command
  • ostree:tldr:de337 ostree: Initialize a repository of the files in `$PWD` with metadata in `$PWD/{{path/to/repo}}`.
    $ ostree init --repo ${path-to-repo}
    try on your machine
    explain this command
back to context overview