taers232c / GAMADV-XTD3

Command line tool to manage Google Workspace
691 stars 86 forks source link

Please update "add sendas" and "update sendas" to both use [name <String>] #352

Closed chromestrong closed 1 year ago

chromestrong commented 1 year ago

Hi Team,

Please update the add sendas command to follow the same standard as the update sendas command by using [name <String>]instead of just <String>.

gam <UserTypeEntity> [create|add] sendas <EmailAddress> **<String>** [<SendAsContent> (replace <Tag> <UserReplacement>)*] [html [<Boolean>]] [replyto <EmailAddress>] [default] [treatasalias <Boolean>]

gam <UserTypeEntity> update sendas <EmailAddress> **[name <String>]** [<SendAsContent> (replace <Tag> <UserReplacement>)*] [html [<Boolean>]] [replyto <EmailAddress>] [default] [treatasalias <Boolean>]

Thanks Team

taers232c commented 1 year ago

I'll update to allow the following; name must be the next argument after gam [create|add] sendas name

Ross

Ross Scroggs @.***

On Apr 12, 2023, at 6:22 AM, Eric @.***> wrote:

Hi Team,

Please update the add sendas command to follow the same standard as the update sendas command by using [name ] instead of just .

`gam [create|add] sendas [ (replace )*] [html []] [replyto ] [default] [treatasalias ]

gam update sendas [name ] [ (replace )*] [html []] [replyto ] [default] [treatasalias ]`

Thanks Team

— Reply to this email directly, view it on GitHub https://github.com/taers232c/GAMADV-XTD3/issues/352, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACCTYL5QUVPBSMVC3TWJCTTXA2UCBANCNFSM6AAAAAAW3VZFVM. You are receiving this because you are subscribed to this thread.

taers232c commented 1 year ago

This is available in 6.54.02

Ross Scroggs @.***

On Apr 12, 2023, at 9:40 AM, Ross Scroggs @.***> wrote:

I'll update to allow the following; name must be the next argument after gam [create|add] sendas name

Ross

Ross Scroggs @. @.>

On Apr 12, 2023, at 6:22 AM, Eric @. @.>> wrote:

Hi Team,

Please update the add sendas command to follow the same standard as the update sendas command by using [name ] instead of just .

`gam [create|add] sendas [ (replace )*] [html []] [replyto ] [default] [treatasalias ]

gam update sendas [name ] [ (replace )*] [html []] [replyto ] [default] [treatasalias ]`

Thanks Team

— Reply to this email directly, view it on GitHub https://github.com/taers232c/GAMADV-XTD3/issues/352, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACCTYL5QUVPBSMVC3TWJCTTXA2UCBANCNFSM6AAAAAAW3VZFVM. You are receiving this because you are subscribed to this thread.

chromestrong commented 1 year ago

Thank you!