EasyEngine / EasyEngine/auth-command

Rename create and delete commands to add and remove

オープン
#10 コメント 1 件 リアクション 0 件 担当者 1 名 @danish17 が担当を希望しています GitHub で見る
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。