EasyEngine / EasyEngine/auth-command
Rename create and delete commands to add and remove
オープン
good first issue
- 主要言語
- PHP
- スター
- 3
- フォーク
- 8
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
currently to add and remove auth, we use following commands -
```bash
ee auth create example.com
ee auth delete example.com
```
compared to it, following feels much more intuitive -
```bash
ee auth add example.com # adds auth on example.com
ee auth remove example.com # removes auth on example.com
```
So I think we should be renaming it.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。