containers/podman

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

Open

#20,693 创建于 2023年11月15日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)Go (3,107 fork)batch import
ContribfestGood First Issuekind/featurevolunteers-wanted

仓库指标

Star
 (31,686 star)
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.

贡献者指南