Compare commits

..

2 Commits

Author SHA1 Message Date
f561508d2e build 2025-12-21 00:52:21 +01:00
974966fdd8 build 2025-12-21 00:49:24 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -868,6 +868,7 @@ class Portainer:
headers = ["StackID", "Name", "Endpoint"] headers = ["StackID", "Name", "Endpoint"]
print(tabulate.tabulate(data, headers=headers, tablefmt="github")) print(tabulate.tabulate(data, headers=headers, tablefmt="github"))
print(f"Total stacks: {count}") print(f"Total stacks: {count}")
input("Continue...")
# print(sorted(stack_names)) # print(sorted(stack_names))
def update_containers(self): def update_containers(self):

View File

@@ -39,7 +39,7 @@ else:
raise Exception("Failed to authenticate with Vault") raise Exception("Failed to authenticate with Vault")
# Specify the mount point of your KV engine # Specify the mount point of your KV engine
VERSION = "0.1.17" VERSION = "0.1.19"
defaults = { defaults = {
"endpoint_id": "vm01", "endpoint_id": "vm01",