This commit is contained in:
2025-12-19 17:23:20 +01:00
parent 9c6445ee03
commit 174aab4faa
2 changed files with 42 additions and 34 deletions

View File

@@ -579,7 +579,15 @@ if __name__ == "__main__":
if args.action == "list_containers":
print("Getting containers")
print(por.get_containers())
args = prompt_missing_args(
args,
cur_config,
[
("site", "Site"),
("endpoint_id", "Endpoint ID"),
],
)
print("\n".join(por.get_containers()))
sys.exit()
if args.action == "update_stack":