이 콘텐츠는 선택한 언어로 제공되지 않습니다.

Chapter 38. flatpak-remote


Manipulate flatpak remotes

Usage

# hammer flatpak-remote [OPTIONS] SUBCOMMAND [ARG] ...
Copy to Clipboard Toggle word wrap

Options

  • -h, --help – Print help

38.1. flatpak-remote create

Create a flatpak remote

Usage

# hammer flatpak-remote create [OPTIONS]
Copy to Clipboard Toggle word wrap

Options

  • --description VALUE – Description of the flatpak remote
  • --name VALUE – Name
  • --organization VALUE – Organization name to search by
  • --organization-id NUMBER – Organization identifier
  • --organization-label VALUE – Organization label to search by
  • --organization-title VALUE – Organization title
  • --token VALUE – Token/password for the flatpak remote
  • --url VALUE – Base URL of the flatpak registry index, ex: flatpaks.redhat.io/rhel/ , registry.fedoraproject.org/.
  • --username VALUE – Username for the flatpak remote
  • -h, --help – Print help

38.2. flatpak-remote delete

Delete a flatpak remote

Usage

# hammer flatpak-remote <delete|destroy> [OPTIONS]
Copy to Clipboard Toggle word wrap

Options

  • --id NUMBER – Flatpak remote numeric identifier
  • --name VALUE – Flatpak remote name to search by
  • --organization VALUE – Organization name to search by
  • --organization-id VALUE – Organization ID to search by
  • --organization-label VALUE – Organization label to search by
  • --organization-title VALUE – Organization title to search by
  • -h, --help – Print help

38.3. flatpak-remote info

Show a flatpak remote

Usage

# hammer flatpak-remote <info|show> [OPTIONS]
Copy to Clipboard Toggle word wrap

Options

  • --fields LIST – Show specified fields or predefined field sets only. (See below)
  • --id NUMBER – Flatpak remote numeric identifier
  • --name VALUE – Flatpak remote name to search by
  • --organization VALUE – Organization name to search by
  • --organization-id VALUE – Organization ID to search by
  • --organization-label VALUE – Organization label to search by
  • --organization-title VALUE – Organization title to search by
  • -h, --help – Print help

Predefined field sets

Expand
FIELDSALLDEFAULTTHIN

Id

x

x

x

Name

x

x

x

Label

x

x

 

Description

x

x

 

Flatpak index url

x

x

 

Username

x

x

 

Registry url

x

x

 

Organization/id

x

x

 

Organization/name

x

x

 

Organization/label

x

x

 

38.4. flatpak-remote list

List flatpak remotes

Usage

# hammer flatpak-remote <list|index> [OPTIONS]
Copy to Clipboard Toggle word wrap

Options

  • --fields LIST – Show specified fields or predefined field sets only. (See below)
  • --full-result BOOLEAN – Whether or not to show all results
  • --name VALUE – Name of the flatpak remote
  • --order VALUE – Sort field and order, eg. id DESC
  • --organization VALUE – Organization name to search by
  • --organization-id VALUE – Organization ID to search by
  • --organization-label VALUE – Organization label to search by
  • --organization-title VALUE – Organization title to search by
  • --page NUMBER – Page number, starting at 1
  • --per-page NUMBER – Number of results per page to return
  • --search VALUE – Search string
  • -h, --help – Print help

Predefined field sets

Expand
FIELDSALLDEFAULTTHIN

Id

x

x

x

Name

x

x

x

Url

x

x

 

Description

x

x

 

Username

x

x

 

Registry url

x

x

 

Search and order fields

  • name – string
  • organization_id – integer
  • registry_url – string
  • url – string

38.5. flatpak-remote remote-repository

View and manage flatpak remote repositories

Usage

# hammer flatpak-remote remote-repository [OPTIONS] SUBCOMMAND [ARG] ...
Copy to Clipboard Toggle word wrap

Options

  • -h, --help – Print help

38.5.1. flatpak-remote remote-repository info

Show a flatpak remote repository

Usage

# hammer flatpak-remote remote-repository <info|show> [OPTIONS]
Copy to Clipboard Toggle word wrap

Options

  • --fields LIST – Show specified fields or predefined field sets only. (See below)
  • --flatpak-remote VALUE – Flatpak remote name to search by
  • --flatpak-remote-id NUMBER
  • --id NUMBER – Flatpak remote repository numeric identifier
  • --manifests BOOLEAN – Include manifests
  • --name VALUE – Name to search by
  • --organization VALUE – Organization name to search by
  • --organization-id NUMBER
  • --organization-label VALUE – Organization label to search by
  • --organization-title VALUE – Organization title
  • -h, --help – Print help

Predefined field sets

Expand
FIELDSALLDEFAULTTHIN

Id

x

x

x

Name

x

x

x

Label

x

x

 

Flatpak remote id

x

x

 

Flatpak remote name

x

x

 

Flatpak remote url

x

x

 

Manifests/manifest name

x

x

 

Manifests/manifest digest

x

x

 

Manifests/manifest tags

x

x

 

38.5.2. flatpak-remote remote-repository list

List flatpak remote repositories

Usage

# hammer flatpak-remote remote-repository <list|index> [OPTIONS]
Copy to Clipboard Toggle word wrap

Options

  • --fields LIST – Show specified fields or predefined field sets only. (See below)
  • --flatpak-remote VALUE – Flatpak remote name to search by
  • --flatpak-remote-id NUMBER – ID of flatpak remote to show repositories of
  • --full-result BOOLEAN – Whether or not to show all results
  • --label VALUE – Label of the flatpak remote
  • --name VALUE – Name of the flatpak remote repository
  • --order VALUE – Sort field and order, eg. id DESC
  • --organization VALUE – Organization name to search by
  • --organization-id NUMBER – Organization identifier
  • --organization-label VALUE – Organization label to search by
  • --organization-title VALUE – Organization title
  • --page NUMBER – Page number, starting at 1
  • --per-page NUMBER – Number of results per page to return
  • --search VALUE – Search string
  • -h, --help – Print help

Predefined field sets

Expand
FIELDSALLDEFAULTTHIN

Id

x

x

x

Name

x

x

x

Label

x

x

 

Search and order fields

  • flatpak_remote_id – integer
  • id – integer
  • label – string
  • name – string

38.5.3. flatpak-remote remote-repository mirror

Mirror a flatpak remote repository

Usage

# hammer flatpak-remote remote-repository mirror [OPTIONS]
Copy to Clipboard Toggle word wrap

Options

  • --async – Do not wait for the task
  • --flatpak-remote VALUE – Flatpak remote name to search by
  • --flatpak-remote-id NUMBER
  • --id NUMBER – Flatpak remote repository numeric identifier
  • --name VALUE – Name to search by
  • --organization VALUE – Organization name to search by
  • --organization-id NUMBER – Organization identifier
  • --organization-label VALUE – Organization label to search by
  • --organization-title VALUE – Organization title
  • --product VALUE – Product name to search by
  • --product-id NUMBER – Product ID to mirror the remote repository to
  • --product-name VALUE – Name of the product to mirror the remote repository to
  • -h, --help – Print help

38.6. flatpak-remote scan

Scan a flatpak remote

Usage

# hammer flatpak-remote scan [OPTIONS]
Copy to Clipboard Toggle word wrap

Options

  • --async – Do not wait for the task
  • --id NUMBER – Flatpak remote numeric identifier
  • --name VALUE – Flatpak remote name to search by
  • --organization VALUE – Organization name to search by
  • --organization-id VALUE – Organization ID to search by
  • --organization-label VALUE – Organization label to search by
  • --organization-title VALUE – Organization title to search by
  • -h, --help – Print help

38.7. flatpak-remote update

Update a flatpak remote

Usage

# hammer flatpak-remote update [OPTIONS]
Copy to Clipboard Toggle word wrap

Options

  • --description VALUE – Description of the flatpak remote
  • --id NUMBER – Flatpak remote numeric identifier
  • --name VALUE – Name
  • --new-name VALUE – Name
  • --organization VALUE – Organization name to search by
  • --organization-id VALUE – Organization ID to search by
  • --organization-label VALUE – Organization label to search by
  • --organization-title VALUE – Organization title to search by
  • --token VALUE – Token/password for the flatpak remote
  • --url VALUE – Base URL of the flatpak registry index, ex: flatpaks.redhat.io/rhel/ , registry.fedoraproject.org/.
  • --username VALUE – Username for the flatpak remote
  • -h, --help – Print help
맨 위로 이동
Red Hat logoGithubredditYoutubeTwitter

자세한 정보

평가판, 구매 및 판매

커뮤니티

Red Hat 문서 정보

Red Hat을 사용하는 고객은 신뢰할 수 있는 콘텐츠가 포함된 제품과 서비스를 통해 혁신하고 목표를 달성할 수 있습니다. 최신 업데이트를 확인하세요.

보다 포괄적 수용을 위한 오픈 소스 용어 교체

Red Hat은 코드, 문서, 웹 속성에서 문제가 있는 언어를 교체하기 위해 최선을 다하고 있습니다. 자세한 내용은 다음을 참조하세요.Red Hat 블로그.

Red Hat 소개

Red Hat은 기업이 핵심 데이터 센터에서 네트워크 에지에 이르기까지 플랫폼과 환경 전반에서 더 쉽게 작업할 수 있도록 강화된 솔루션을 제공합니다.

Theme

© 2025 Red Hat