Inconsistent entity name printed in CLI for invoke/fire versus other commands
- 主要言語
- Go
- スター
- 109
- フォーク
- 98
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
@underwoodb-sd-ibm commented on [Wed Aug 09 2017](https://github.com/apache/incubator-openwhisk/issues/2597)
The confirmation messages for `wsk action invoke` and `wsk trigger fire` list the entity by its full qualified name (including a namespace), while all other confirmation messages list the entity without the namespace.
For example:
```
$ wsk action invoke testPack/testAction
ok: invoked /guest/testPack/testAction with id 4edd1e1efafe439bb2a43656859943b3
$ wsk trigger fire testTrigger
ok: triggered /guest/testTrigger with id 849e5a8773c64e8c8af4c35567f18492
```
Compared to:
```
$ wsk action create testPack/testAction test.js
ok: created action testPack/testAction
$ wsk action get testPack/testAction
ok: got action testPack/testAction
...
$ wsk trigger create testTrigger
ok: created trigger testTrigger
etc...
```
I propose an update which will make these confirmations uniform in how they display entity names, either all including the namespace, or none including the namespace. Which direction to go would be up for discussion here.
コントリビューションガイド
調査の方向性
action invoke と trigger fire の CLI 確認メッセージの経路を調査し、その後、issue に示されている create と get のメッセージと比較してください。namespace の表示に関する一貫したポリシーを選択して適用し、確認メッセージの例が統一されていることを確認してください。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- go
- 領域
- cli
- issue の種類
- バグ
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100