Skip to content

Rename create and delete commands to add and remove #10

@kirtangajjar

Description

@kirtangajjar

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions