Galène videoconferencing server discussion list archives
 help / color / mirror / Atom feed
* [Galene] JSON templates in galenectl
@ 2025-08-02 21:31 Juliusz Chroboczek
  0 siblings, 0 replies; only message in thread
From: Juliusz Chroboczek @ 2025-08-02 21:31 UTC (permalink / raw)
  To: galene

Hi,

I've just implemented JSON templates in galenectl.  This allows setting
any keys that are supported by the server without explicit support in
galenectl.

For example, you can set the display name of a group by saying:

    echo '{"displayName": "Bob's Ph.D. defense"}' | \
      galenectl update-group -group bobs-phd -json

You can delete a key by setting it to null:

    echo '{"displayName": null}' | \
      galenectl update-group -group bobs-phd -json

-- Juliusz

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-08-02 21:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-08-02 21:31 [Galene] JSON templates in galenectl Juliusz Chroboczek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox