containers/podman

Turn --authfile into an alias for --auth-file

オープン

#20,693 opened on 2023/11/15

 (5 件のコメント) (0 件のリアクション) (1 人の担当者)Go (3,107 件のフォーク)batch import
ContribfestGood First Issuekind/featurevolunteers-wanted

Repository metrics

Stars
 (31,686 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

Feature request description

As discussed in https://github.com/containers/common/pull/1731 , we will have login --authfile vs. login --compat-auth-file; it would be better to be consistent everywhere; and --authfile unnecessarily concatenates words.

Suggest potential solution

In c/{common,buildah,podman,skopeo}: replace all existing --authfile options by an --auth-file spelling, and keep --authfile as an alias.

コントリビューターガイド