Skip to main content

このバージョンの GitHub Enterprise はこの日付をもって終了となりました: 2022-10-12. 重大なセキュリティの問題に対してであっても、パッチリリースは作成されません。 パフォーマンスの向上、セキュリティの向上、新機能の向上を図るために、最新バージョンの GitHub Enterprise にアップグレードします。 アップグレードに関するヘルプについては、GitHub Enterprise サポートにお問い合わせく� さい

パッケージを検索する

GitHub Enterprise Server 上のパッケージを検索し、検索修飾子を使用して検索結果を絞ることができます。

Who can use this feature

Anyone can search for packages they have access to.

GitHub Packages は、GitHub Free、GitHub Pro、Organization の GitHub Free、GitHub Team、GitHub Enterprise Cloud、GitHub Enterprise Server 3.0 以降、GitHub AE で利用できます。 GitHub Enterprise Server インスタンスのアップグレードについて詳しくは、「新しいリリースへのアップグレードについて」を参照してく� さい。また、現在のリリース バージョンからのアップグレード パスについては、アップグレード アシスタント を参照してく� さい。

パッケージの検索について

GitHub Enterprise Server 全体にわたってグローバルにパッケージを検索できます。あるいは、特定の Organization のみのパッケージの検索もできます。 詳細については、「GitHub での検索について」を参照してく� さい。

パッケージは、GitHub Connect が有効になっている� �合であっても、GitHub.com ではなく、GitHub Enterprise Server でのみ検索できます。

Tips:

  • This article contains links to example searches on the GitHub.com website, but you can use the same search filters with GitHub Enterprise Server. In the linked example searches, replace github.com with the hostname for your GitHub Enterprise Server instance.
  • For a list of search syntaxes that you can add to any search qualifier to further improve your results, see "Understanding the search syntax".
  • Use quotations around multi-word search terms. For example, if you want to search for issues with the label "In progress," you'd search for label:"in progress". Search is not case sensitive.

ユーザまたは Organization のパッケージ内の検索

特定のユーザーまたは Organization が所有するパッケージを見つけるには、user または org 修飾子を使用します。

修飾子
user:USERNAME user:codertocat は、@codertocat が所有するパッケージに一致します
org:ORGNAME org:github は、GitHub Organization が所有するパッケージに一致します

パッケージの可視性によるフィルタリング

パッケージがパブリックかプライベートかを基準に検索をフィルター処理するには、is 修飾子を使用します。

修飾子
is:publicis:public angular は、「angular」という単語を含むパブリック パッケージに一致します
is:privateis:private php は、「php」という単語を含むプライベート パッケージに一致します