Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename create and delete commands to add and remove #10

Open
kirtangajjar opened this issue Sep 10, 2018 · 1 comment
Open

Rename create and delete commands to add and remove #10

kirtangajjar opened this issue Sep 10, 2018 · 1 comment
Assignees
Labels
good first issue Good for newcomers

Comments

@kirtangajjar
Copy link
Contributor

currently to add and remove auth, we use following commands -

ee auth create example.com
ee auth delete example.com

compared to it, following feels much more intuitive -

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.

@kirtangajjar kirtangajjar changed the title Rename create and delete commands by add and remove Rename create and delete commands to add and remove Sep 10, 2018
@kirtangajjar kirtangajjar added the good first issue Good for newcomers label Sep 10, 2018
@danish17 danish17 self-assigned this Sep 21, 2021
@kirtangajjar
Copy link
Contributor Author

@danish17 Just ensure that the old commands also work for backward compatibility

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants