containers/podman

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

開放

#20,693 建立於 2023年11月15日

 (5 則留言) (0 個反應) (1 位負責人)Go (3,107 個分叉)batch import
ContribfestGood First Issuekind/featurevolunteers-wanted

倉庫指標

星標
 (31,686 顆星)
PR 合併指標
 (30 天內沒有已合併 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.

貢獻者指南