EasyEngine / EasyEngine/auth-command

Rename create and delete commands to add and remove

Aperta
#10 1 commento 0 reazioni 1 assegnatario Rivendicata da @danish17 Vedi su GitHub
good first issue
Lingua principale
PHP
Stelle
3
Fork
8
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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.

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.