Add `--no-trunc` and `--all` equivalent options to the CLI config file
まだ誰も着手していません。
評価
調査の方向性
Docker CLI の設定ファイルに関するドキュメントと、docker images コマンドのエントリポイントから始めます。--no-trunc と --all のグローバルおよびコマンドごとのデフォルト値をどのように表現すべきかを判断し、その後、サポート対象のコマンドが関連しないオプションを変更せずにそれらのデフォルト値を使用することを確認します。
索引モデルが issue の本文から書いたものです。
説明
Description
Recently the docker images output was changed. This is annoying to long-time users accustomed to the format at best, and breaking to scripting at worst. Things change, however, and I get that formats need to evolve. However, the new format truncates fields (#6650) and hides images (#6652) by default which I strongly dislike. I prefer to, and often need to see everything. So I'd like to configure my cli to output the way I want, so that way I'm insulated from default changes.
In the Docker CLI docs I see options for formatting: https://docs.docker.com/reference/cli/docker/#configuration-files
However I don't see options to cause commands to default to --no-trunc and --all. I'd like to be able to set these both globally for all commands that support them, and per command like the individual formats.
This will be welcomed by users like me who value stability over features. It will let us pin our outputs the way we want, reducing friction when the CLI team evolves the default command outputs. Thank you!
- 主要言語
- Go
- スター
- 6.1k
- フォーク
- 2.2k
- 平均マージ
- 1日 10時間
- マージ済み PR(30日)
- 47
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
docker/cli のほかの issue
-
kind/bug status/0-triage
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
kind/bug status/0-triage
難易度 2/5 1〜3時間 初心者へのやさしさ 72/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 74/100
-
kind/feature status/0-triage
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
-
kind/bug status/0-triage
難易度 2/5 1〜3時間 初心者へのやさしさ 76/100
似ている issue
-
難易度 1/5 1時間未満 初心者へのやさしさ 90/100
-
Bob Shell support オープンenhancement
難易度 2/5 1〜3時間 初心者へのやさしさ 65/100
-
bug
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
santhosh-tekuri/jsonschema#276 ·