EasyEngine / EasyEngine/auth-command
Rename create and delete commands to add and remove
Abierto
good first issue
- Lenguaje dominante
- PHP
- Estrellas
- 3
- Forks
- 8
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.