EasyEngine / EasyEngine/auth-command
Rename create and delete commands to add and remove
Ouverte
good first issue
- Langage dominant
- PHP
- Étoiles
- 3
- Forks
- 8
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.