barracuda-cloudgen-access / access-cli

Allows to access all CloudGen Access Enterprise Console APIs from the command line.
Apache License 2.0
10 stars 4 forks source link

Refactor username to name #43

Closed oNaiPs closed 3 years ago

oNaiPs commented 3 years ago

Our user management does not have a concept of username (we use email for authentication), so "username" should be considered "name" instead.

Deprecation notice

GMartinez-Sisti commented 3 years ago

@oNaiPs Should we create an alias? I noticed that we already have that for some commands:

→ fyde-cli users remove -h
Delete users

Usage:
  fyde-cli users delete [user ID]... [flags]

Aliases:
  delete, remove, rm
oNaiPs commented 3 years ago

@GMartinez-Sisti unfortunately I couldn't find a straightforward way to do it with flags (the example you gave is a command). But will spend some more time on it

oNaiPs commented 3 years ago

@GMartinez-Sisti should be done now. It will continue supporting username.