-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a "client-id" subcommand to yggctl #243
Comments
DuckBoss
added a commit
that referenced
this issue
Sep 10, 2024
This patch adds a 'client-id' subcommand to yggctl which retrieves and prints to stdout the active client ID of a yggd instance. This attempts to resolve issue #243 Signed-off-by: Jason Jerome <jajerome@redhat.com>
DuckBoss
added a commit
to DuckBoss/yggdrasil
that referenced
this issue
Sep 10, 2024
This patch adds a 'client-id' subcommand to yggctl which retrieves and prints to stdout the active client ID of a yggd instance. This attempts to resolve issue RedHatInsights#243 Signed-off-by: Jason Jerome <jajerome@redhat.com>
DuckBoss
added a commit
to DuckBoss/yggdrasil
that referenced
this issue
Nov 11, 2024
This patch adds a 'client-id' subcommand to yggctl which retrieves and prints to stdout the active client ID of a yggd instance. This attempts to resolve issue RedHatInsights#243 Signed-off-by: Jason Jerome <jajerome@redhat.com>
DuckBoss
added a commit
to DuckBoss/yggdrasil
that referenced
this issue
Nov 11, 2024
This patch adds a 'client-id' subcommand to yggctl which retrieves and prints to stdout the active client ID of a yggd instance. This attempts to resolve issue RedHatInsights#243 Signed-off-by: Jason Jerome <jajerome@redhat.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While there are other ways to acquire the active client ID of a yggd instance, having a canonical way to fetch it through a command like
yggctl client-id
makes it easy to embed into commands. For example:pub -topic yggdrasil/$(yggctl client-id)/data/in
In order for
yggctl
to acquire the current client ID, yggd probably needs to export a property on thecom.redhat.Yggdrasil1
D-Bus interface.The text was updated successfully, but these errors were encountered: