EasyEngine / EasyEngine/auth-command
Rename create and delete commands to add and remove
Aperta
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.