Skip to content
This repository was archived by the owner on May 16, 2021. It is now read-only.
This repository was archived by the owner on May 16, 2021. It is now read-only.

Replace Auth with Users To Make Commands Shorter #21

@mainawycliffe

Description

@mainawycliffe

As it currently is, most command go through the auth command, which makes the command longer.

kamanda auth users set customClaims [uid1] --customClaims "key1:value1" --customClaims "key2:value2"

This can be shortened by removing the auth command

kamanda users set customClaims [uid1] --customClaims "key1:value1" --customClaims "key2:value2"

Another example is listing users:

kamanda auth users

Which can be shortened to:

kamanda users

It also makes the user commands easier to recall, for instance, as it currently stands, searching for users by email:

kamanda auth find by-email email@example.com

becomes

kamanda users find by-email email@example.com

This will be definitely a breaking change.

Metadata

Metadata

Assignees

Labels

FeedbackFeedback that is greatly appreciatedbreaking-changeA breaking change is likely to be introduceddocumentationImprovements or additions to documentationenhancementNew feature or request

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions