From 80f065407419c9210d879102caac3e5e0395e398 Mon Sep 17 00:00:00 2001 From: John Anderson Date: Thu, 30 Oct 2025 17:16:31 -0400 Subject: [PATCH 1/2] feat: Show if binding is system or not in list --- stacklet/client/platform/commands/binding.py | 1 + 1 file changed, 1 insertion(+) diff --git a/stacklet/client/platform/commands/binding.py b/stacklet/client/platform/commands/binding.py index 0c2456a..8c0ea8f 100644 --- a/stacklet/client/platform/commands/binding.py +++ b/stacklet/client/platform/commands/binding.py @@ -27,6 +27,7 @@ class QueryBindingsSnippet(StackletGraphqlSnippet): schedule variables lastDeployed + system accountGroup { uuid name From 969d90e30bdc26d983b30141d6830df41762c6e1 Mon Sep 17 00:00:00 2001 From: John Anderson Date: Thu, 30 Oct 2025 17:24:21 -0400 Subject: [PATCH 2/2] add system to the show binding too --- stacklet/client/platform/commands/binding.py | 1 + 1 file changed, 1 insertion(+) diff --git a/stacklet/client/platform/commands/binding.py b/stacklet/client/platform/commands/binding.py index 8c0ea8f..1354fad 100644 --- a/stacklet/client/platform/commands/binding.py +++ b/stacklet/client/platform/commands/binding.py @@ -65,6 +65,7 @@ class ShowBindingSnippet(StackletGraphqlSnippet): schedule variables lastDeployed + system accountGroup { uuid name