EasyEngine / EasyEngine/auth-command
Rename create and delete commands to add and remove
Open
good first issue
- Dominant language
- PHP
- Stars
- 3
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.