EasyEngine / EasyEngine/auth-command
Rename create and delete commands to add and remove
Offen
good first issue
- Vorherrschende Sprache
- PHP
- Sterne
- 3
- Forks
- 8
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.